Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* Reponse body for generating an upload URI.
* Response body for generating an upload URI.
*/
public class GenerateUploadUriResponseInner {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class AttachNewDataDiskOptions {
/**
* Size of the disk to be attached in GibiBytes.
* Size of the disk to be attached in Gibibytes.
*/
@JsonProperty(value = "diskSizeGiB")
private Integer diskSizeGiB;
Expand All @@ -34,7 +34,7 @@ public class AttachNewDataDiskOptions {
private StorageType diskType;

/**
* Get size of the disk to be attached in GibiBytes.
* Get size of the disk to be attached in Gibibytes.
*
* @return the diskSizeGiB value
*/
Expand All @@ -43,7 +43,7 @@ public Integer diskSizeGiB() {
}

/**
* Set size of the disk to be attached in GibiBytes.
* Set size of the disk to be attached in Gibibytes.
*
* @param diskSizeGiB the diskSizeGiB value to set
* @return the AttachNewDataDiskOptions object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ interface WithDiskBlobName {
interface WithDiskSizeGiB {
/**
* Specifies diskSizeGiB.
* @param diskSizeGiB The size of the disk in GibiBytes
* @param diskSizeGiB The size of the disk in Gibibytes
* @return the next definition stage
*/
WithCreate withDiskSizeGiB(Integer diskSizeGiB);
Expand Down Expand Up @@ -297,7 +297,7 @@ interface WithDiskBlobName {
interface WithDiskSizeGiB {
/**
* Specifies diskSizeGiB.
* @param diskSizeGiB The size of the disk in GibiBytes
* @param diskSizeGiB The size of the disk in Gibibytes
* @return the next update stage
*/
Update withDiskSizeGiB(Integer diskSizeGiB);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public interface NotificationChannels extends SupportsCreating<NotificationChann
Completable notifyAsync(String resourceGroupName, String labName, String name, NotifyParameters notifyParameters);

/**
* Get notificationchannel.
* Get notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -42,7 +42,7 @@ public interface NotificationChannels extends SupportsCreating<NotificationChann
Observable<NotificationChannel> getAsync(String resourceGroupName, String labName, String name);

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -52,7 +52,7 @@ public interface NotificationChannels extends SupportsCreating<NotificationChann
Observable<NotificationChannel> listAsync(final String resourceGroupName, final String labName);

/**
* Delete notificationchannel.
* Delete notification channel.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class DiskInner extends Resource {
private StorageType diskType;

/**
* The size of the disk in GibiBytes.
* The size of the disk in Gibibytes.
*/
@JsonProperty(value = "properties.diskSizeGiB")
private Integer diskSizeGiB;
Expand Down Expand Up @@ -104,7 +104,7 @@ public DiskInner withDiskType(StorageType diskType) {
}

/**
* Get the size of the disk in GibiBytes.
* Get the size of the disk in Gibibytes.
*
* @return the diskSizeGiB value
*/
Expand All @@ -113,7 +113,7 @@ public Integer diskSizeGiB() {
}

/**
* Set the size of the disk in GibiBytes.
* Set the size of the disk in Gibibytes.
*
* @param diskSizeGiB the diskSizeGiB value to set
* @return the DiskInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* Reponse body for generating an upload URI.
* Response body for generating an upload URI.
*/
public class GenerateUploadUriResponseInner {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ interface NotificationChannelsService {
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -116,7 +116,7 @@ public Page<NotificationChannelInner> nextPage(String nextPageLink) {
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -137,7 +137,7 @@ public Observable<ServiceResponse<Page<NotificationChannelInner>>> call(String n
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -155,7 +155,7 @@ public Page<NotificationChannelInner> call(ServiceResponse<Page<NotificationChan
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -177,7 +177,7 @@ public Observable<ServiceResponse<Page<NotificationChannelInner>>> call(ServiceR
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand Down Expand Up @@ -216,7 +216,7 @@ public Observable<ServiceResponse<Page<NotificationChannelInner>>> call(Response
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -240,7 +240,7 @@ public Page<NotificationChannelInner> nextPage(String nextPageLink) {
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -265,7 +265,7 @@ public Observable<ServiceResponse<Page<NotificationChannelInner>>> call(String n
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -287,7 +287,7 @@ public Page<NotificationChannelInner> call(ServiceResponse<Page<NotificationChan
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -313,7 +313,7 @@ public Observable<ServiceResponse<Page<NotificationChannelInner>>> call(ServiceR
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
ServiceResponse<PageImpl<NotificationChannelInner>> * @param resourceGroupName The name of the resource group.
ServiceResponse<PageImpl<NotificationChannelInner>> * @param labName The name of the lab.
Expand Down Expand Up @@ -359,7 +359,7 @@ private ServiceResponse<PageImpl<NotificationChannelInner>> listDelegate(Respons
}

/**
* Get notificationchannel.
* Get notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -374,7 +374,7 @@ public NotificationChannelInner get(String resourceGroupName, String labName, St
}

/**
* Get notificationchannel.
* Get notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -388,7 +388,7 @@ public ServiceFuture<NotificationChannelInner> getAsync(String resourceGroupName
}

/**
* Get notificationchannel.
* Get notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -406,7 +406,7 @@ public NotificationChannelInner call(ServiceResponse<NotificationChannelInner> r
}

/**
* Get notificationchannel.
* Get notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand Down Expand Up @@ -446,7 +446,7 @@ public Observable<ServiceResponse<NotificationChannelInner>> call(Response<Respo
}

/**
* Get notificationchannel.
* Get notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -462,7 +462,7 @@ public NotificationChannelInner get(String resourceGroupName, String labName, St
}

/**
* Get notificationchannel.
* Get notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -477,7 +477,7 @@ public ServiceFuture<NotificationChannelInner> getAsync(String resourceGroupName
}

/**
* Get notificationchannel.
* Get notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -496,7 +496,7 @@ public NotificationChannelInner call(ServiceResponse<NotificationChannelInner> r
}

/**
* Get notificationchannel.
* Get notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand Down Expand Up @@ -645,7 +645,7 @@ private ServiceResponse<NotificationChannelInner> createOrUpdateDelegate(Respons
}

/**
* Delete notificationchannel.
* Delete notification channel.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -659,7 +659,7 @@ public void delete(String resourceGroupName, String labName, String name) {
}

/**
* Delete notificationchannel.
* Delete notification channel.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -673,7 +673,7 @@ public ServiceFuture<Void> deleteAsync(String resourceGroupName, String labName,
}

/**
* Delete notificationchannel.
* Delete notification channel.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -691,7 +691,7 @@ public Void call(ServiceResponse<Void> response) {
}

/**
* Delete notificationchannel.
* Delete notification channel.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand Down Expand Up @@ -738,7 +738,7 @@ private ServiceResponse<Void> deleteDelegate(Response<ResponseBody> response) th
}

/**
* Modify properties of notificationchannels.
* Modify properties of notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -754,7 +754,7 @@ public NotificationChannelInner update(String resourceGroupName, String labName,
}

/**
* Modify properties of notificationchannels.
* Modify properties of notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -769,7 +769,7 @@ public ServiceFuture<NotificationChannelInner> updateAsync(String resourceGroupN
}

/**
* Modify properties of notificationchannels.
* Modify properties of notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand All @@ -788,7 +788,7 @@ public NotificationChannelInner call(ServiceResponse<NotificationChannelInner> r
}

/**
* Modify properties of notificationchannels.
* Modify properties of notification channels.
*
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
Expand Down Expand Up @@ -939,7 +939,7 @@ private ServiceResponse<Void> notifyDelegate(Response<ResponseBody> response) th
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -958,7 +958,7 @@ public Page<NotificationChannelInner> nextPage(String nextPageLink) {
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @param serviceFuture the ServiceFuture object tracking the Retrofit calls
Expand All @@ -979,7 +979,7 @@ public Observable<ServiceResponse<Page<NotificationChannelInner>>> call(String n
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -996,7 +996,7 @@ public Page<NotificationChannelInner> call(ServiceResponse<Page<NotificationChan
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -1017,7 +1017,7 @@ public Observable<ServiceResponse<Page<NotificationChannelInner>>> call(ServiceR
}

/**
* List notificationchannels in a given lab.
* List notification channels in a given lab.
*
ServiceResponse<PageImpl<NotificationChannelInner>> * @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand Down
Loading