Generated from 64d9912a89570d7e419c816684747912ec618b10 (#4262)
typo: Microsoft.DevTestLab - Reponse -> Response - notificationchannels -> notification channels - GibiBytes -> Gibibytes
This commit is contained in:
Родитель
cb287a545c
Коммит
135a31b070
|
@ -18,7 +18,7 @@ class AttachNewDataDiskOptions {
|
|||
/**
|
||||
* Create a AttachNewDataDiskOptions.
|
||||
* @property {number} [diskSizeGiB] Size of the disk to be attached in
|
||||
* GibiBytes.
|
||||
* Gibibytes.
|
||||
* @property {string} [diskName] The name of the disk to be attached.
|
||||
* @property {string} [diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
|
|
|
@ -18,7 +18,7 @@ class AttachNewDataDiskOptionsFragment {
|
|||
/**
|
||||
* Create a AttachNewDataDiskOptionsFragment.
|
||||
* @property {number} [diskSizeGiB] Size of the disk to be attached in
|
||||
* GibiBytes.
|
||||
* Gibibytes.
|
||||
* @property {string} [diskName] The name of the disk to be attached.
|
||||
* @property {string} [diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
|
|
|
@ -20,7 +20,7 @@ class DataDiskProperties {
|
|||
* @property {object} [attachNewDataDiskOptions] Specifies options to attach
|
||||
* a new disk to the virtual machine.
|
||||
* @property {number} [attachNewDataDiskOptions.diskSizeGiB] Size of the disk
|
||||
* to be attached in GibiBytes.
|
||||
* to be attached in Gibibytes.
|
||||
* @property {string} [attachNewDataDiskOptions.diskName] The name of the
|
||||
* disk to be attached.
|
||||
* @property {string} [attachNewDataDiskOptions.diskType] The storage type
|
||||
|
|
|
@ -20,7 +20,7 @@ class DataDiskPropertiesFragment {
|
|||
* @property {object} [attachNewDataDiskOptions] Specifies options to attach
|
||||
* a new disk to the virtual machine.
|
||||
* @property {number} [attachNewDataDiskOptions.diskSizeGiB] Size of the disk
|
||||
* to be attached in GibiBytes.
|
||||
* to be attached in Gibibytes.
|
||||
* @property {string} [attachNewDataDiskOptions.diskName] The name of the
|
||||
* disk to be attached.
|
||||
* @property {string} [attachNewDataDiskOptions.diskType] The storage type
|
||||
|
|
|
@ -22,7 +22,7 @@ class Disk extends models['Resource'] {
|
|||
* Create a Disk.
|
||||
* @property {string} [diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
* @property {number} [diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @property {number} [diskSizeGiB] The size of the disk in Gibibytes.
|
||||
* @property {string} [leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
* @property {string} [diskBlobName] When backed by a blob, the name of the
|
||||
|
|
|
@ -22,7 +22,7 @@ class DiskFragment extends models['UpdateResource'] {
|
|||
* Create a DiskFragment.
|
||||
* @property {string} [diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
* @property {number} [diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @property {number} [diskSizeGiB] The size of the disk in Gibibytes.
|
||||
* @property {string} [leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
* @property {string} [diskBlobName] When backed by a blob, the name of the
|
||||
|
|
|
@ -675,7 +675,7 @@ export interface AttachDiskProperties {
|
|||
*/
|
||||
export interface AttachNewDataDiskOptions {
|
||||
/**
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*/
|
||||
diskSizeGiB?: number;
|
||||
/**
|
||||
|
@ -694,7 +694,7 @@ export interface AttachNewDataDiskOptions {
|
|||
*/
|
||||
export interface AttachNewDataDiskOptionsFragment {
|
||||
/**
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*/
|
||||
diskSizeGiB?: number;
|
||||
/**
|
||||
|
@ -1262,7 +1262,7 @@ export interface Disk extends Resource {
|
|||
*/
|
||||
diskType?: string;
|
||||
/**
|
||||
* The size of the disk in GibiBytes.
|
||||
* The size of the disk in Gibibytes.
|
||||
*/
|
||||
diskSizeGiB?: number;
|
||||
/**
|
||||
|
@ -1309,7 +1309,7 @@ export interface DiskFragment extends UpdateResource {
|
|||
*/
|
||||
diskType?: string;
|
||||
/**
|
||||
* The size of the disk in GibiBytes.
|
||||
* The size of the disk in Gibibytes.
|
||||
*/
|
||||
diskSizeGiB?: number;
|
||||
/**
|
||||
|
|
|
@ -390,7 +390,7 @@ function _get(resourceGroupName, labName, userName, name, options, callback) {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -564,7 +564,7 @@ function _deleteMethod(resourceGroupName, labName, userName, name, options, call
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -909,7 +909,7 @@ function _detach(resourceGroupName, labName, userName, name, detachDiskPropertie
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -1953,7 +1953,7 @@ class Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -2016,7 +2016,7 @@ class Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -2193,7 +2193,7 @@ class Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -2253,7 +2253,7 @@ class Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -2546,7 +2546,7 @@ class Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -2609,7 +2609,7 @@ class Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
|
|
@ -7719,7 +7719,7 @@ export interface NotificationChannels {
|
|||
|
||||
|
||||
/**
|
||||
* List notificationchannels in a given lab.
|
||||
* List notification channels in a given lab.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -7751,7 +7751,7 @@ export interface NotificationChannels {
|
|||
listWithHttpOperationResponse(resourceGroupName: string, labName: string, options?: { expand? : string, filter? : string, top? : number, orderby? : string, customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.NotificationChannelList>>;
|
||||
|
||||
/**
|
||||
* List notificationchannels in a given lab.
|
||||
* List notification channels in a given lab.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -7803,7 +7803,7 @@ export interface NotificationChannels {
|
|||
|
||||
|
||||
/**
|
||||
* Get notificationchannel.
|
||||
* Get notification channel.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -7828,7 +7828,7 @@ export interface NotificationChannels {
|
|||
getWithHttpOperationResponse(resourceGroupName: string, labName: string, name: string, options?: { expand? : string, customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.NotificationChannel>>;
|
||||
|
||||
/**
|
||||
* Get notificationchannel.
|
||||
* Get notification channel.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -7979,7 +7979,7 @@ export interface NotificationChannels {
|
|||
|
||||
|
||||
/**
|
||||
* Delete notificationchannel.
|
||||
* Delete notification channel.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -8001,7 +8001,7 @@ export interface NotificationChannels {
|
|||
deleteMethodWithHttpOperationResponse(resourceGroupName: string, labName: string, name: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<void>>;
|
||||
|
||||
/**
|
||||
* Delete notificationchannel.
|
||||
* Delete notification channel.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -8041,7 +8041,7 @@ export interface NotificationChannels {
|
|||
|
||||
|
||||
/**
|
||||
* Modify properties of notificationchannels.
|
||||
* Modify properties of notification channels.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -8083,7 +8083,7 @@ export interface NotificationChannels {
|
|||
updateWithHttpOperationResponse(resourceGroupName: string, labName: string, name: string, notificationChannel: models.NotificationChannelFragment, options?: { customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.NotificationChannel>>;
|
||||
|
||||
/**
|
||||
* Modify properties of notificationchannels.
|
||||
* Modify properties of notification channels.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -8222,7 +8222,7 @@ export interface NotificationChannels {
|
|||
|
||||
|
||||
/**
|
||||
* List notificationchannels in a given lab.
|
||||
* List notification channels in a given lab.
|
||||
*
|
||||
* @param {string} nextPageLink The NextLink from the previous successful call
|
||||
* to List operation.
|
||||
|
@ -8241,7 +8241,7 @@ export interface NotificationChannels {
|
|||
listNextWithHttpOperationResponse(nextPageLink: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.NotificationChannelList>>;
|
||||
|
||||
/**
|
||||
* List notificationchannels in a given lab.
|
||||
* List notification channels in a given lab.
|
||||
*
|
||||
* @param {string} nextPageLink The NextLink from the previous successful call
|
||||
* to List operation.
|
||||
|
@ -11064,7 +11064,7 @@ export interface Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -11115,7 +11115,7 @@ export interface Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -11250,7 +11250,7 @@ export interface Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -11298,7 +11298,7 @@ export interface Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -11522,7 +11522,7 @@ export interface Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -11573,7 +11573,7 @@ export interface Disks {
|
|||
* @param {string} [disk.diskType] The storage type for the disk (i.e.
|
||||
* Standard, Premium). Possible values include: 'Standard', 'Premium'
|
||||
*
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in GibiBytes.
|
||||
* @param {number} [disk.diskSizeGiB] The size of the disk in Gibibytes.
|
||||
*
|
||||
* @param {string} [disk.leasedByLabVmId] The resource ID of the VM to which
|
||||
* this disk is leased.
|
||||
|
@ -15891,7 +15891,7 @@ export interface VirtualMachines {
|
|||
* options to attach a new disk to the virtual machine.
|
||||
*
|
||||
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*
|
||||
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
|
||||
* name of the disk to be attached.
|
||||
|
@ -15937,7 +15937,7 @@ export interface VirtualMachines {
|
|||
* options to attach a new disk to the virtual machine.
|
||||
*
|
||||
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*
|
||||
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
|
||||
* name of the disk to be attached.
|
||||
|
@ -17236,7 +17236,7 @@ export interface VirtualMachines {
|
|||
* options to attach a new disk to the virtual machine.
|
||||
*
|
||||
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*
|
||||
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
|
||||
* name of the disk to be attached.
|
||||
|
@ -17282,7 +17282,7 @@ export interface VirtualMachines {
|
|||
* options to attach a new disk to the virtual machine.
|
||||
*
|
||||
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*
|
||||
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
|
||||
* name of the disk to be attached.
|
||||
|
|
|
@ -15,7 +15,7 @@ const msRestAzure = require('ms-rest-azure');
|
|||
const WebResource = msRest.WebResource;
|
||||
|
||||
/**
|
||||
* List notificationchannels in a given lab.
|
||||
* List notification channels in a given lab.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -201,7 +201,7 @@ function _list(resourceGroupName, labName, options, callback) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Get notificationchannel.
|
||||
* Get notification channel.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -569,7 +569,7 @@ function _createOrUpdate(resourceGroupName, labName, name, notificationChannel,
|
|||
}
|
||||
|
||||
/**
|
||||
* Delete notificationchannel.
|
||||
* Delete notification channel.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -702,7 +702,7 @@ function _deleteMethod(resourceGroupName, labName, name, options, callback) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Modify properties of notificationchannels.
|
||||
* Modify properties of notification channels.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -1048,7 +1048,7 @@ function _notify(resourceGroupName, labName, name, notifyParameters, options, ca
|
|||
}
|
||||
|
||||
/**
|
||||
* List notificationchannels in a given lab.
|
||||
* List notification channels in a given lab.
|
||||
*
|
||||
* @param {string} nextPageLink The NextLink from the previous successful call
|
||||
* to List operation.
|
||||
|
@ -1193,7 +1193,7 @@ class NotificationChannels {
|
|||
}
|
||||
|
||||
/**
|
||||
* List notificationchannels in a given lab.
|
||||
* List notification channels in a given lab.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -1237,7 +1237,7 @@ class NotificationChannels {
|
|||
}
|
||||
|
||||
/**
|
||||
* List notificationchannels in a given lab.
|
||||
* List notification channels in a given lab.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -1304,7 +1304,7 @@ class NotificationChannels {
|
|||
}
|
||||
|
||||
/**
|
||||
* Get notificationchannel.
|
||||
* Get notification channel.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -1341,7 +1341,7 @@ class NotificationChannels {
|
|||
}
|
||||
|
||||
/**
|
||||
* Get notificationchannel.
|
||||
* Get notification channel.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -1534,7 +1534,7 @@ class NotificationChannels {
|
|||
}
|
||||
|
||||
/**
|
||||
* Delete notificationchannel.
|
||||
* Delete notification channel.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -1568,7 +1568,7 @@ class NotificationChannels {
|
|||
}
|
||||
|
||||
/**
|
||||
* Delete notificationchannel.
|
||||
* Delete notification channel.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -1623,7 +1623,7 @@ class NotificationChannels {
|
|||
}
|
||||
|
||||
/**
|
||||
* Modify properties of notificationchannels.
|
||||
* Modify properties of notification channels.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -1677,7 +1677,7 @@ class NotificationChannels {
|
|||
}
|
||||
|
||||
/**
|
||||
* Modify properties of notificationchannels.
|
||||
* Modify properties of notification channels.
|
||||
*
|
||||
* @param {string} resourceGroupName The name of the resource group.
|
||||
*
|
||||
|
@ -1858,7 +1858,7 @@ class NotificationChannels {
|
|||
}
|
||||
|
||||
/**
|
||||
* List notificationchannels in a given lab.
|
||||
* List notification channels in a given lab.
|
||||
*
|
||||
* @param {string} nextPageLink The NextLink from the previous successful call
|
||||
* to List operation.
|
||||
|
@ -1889,7 +1889,7 @@ class NotificationChannels {
|
|||
}
|
||||
|
||||
/**
|
||||
* List notificationchannels in a given lab.
|
||||
* List notification channels in a given lab.
|
||||
*
|
||||
* @param {string} nextPageLink The NextLink from the previous successful call
|
||||
* to List operation.
|
||||
|
|
|
@ -1004,7 +1004,7 @@ function _update(resourceGroupName, labName, name, labVirtualMachine, options, c
|
|||
* options to attach a new disk to the virtual machine.
|
||||
*
|
||||
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*
|
||||
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
|
||||
* name of the disk to be attached.
|
||||
|
@ -2544,7 +2544,7 @@ function _beginDeleteMethod(resourceGroupName, labName, name, options, callback)
|
|||
* options to attach a new disk to the virtual machine.
|
||||
*
|
||||
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*
|
||||
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
|
||||
* name of the disk to be attached.
|
||||
|
@ -5392,7 +5392,7 @@ class VirtualMachines {
|
|||
* options to attach a new disk to the virtual machine.
|
||||
*
|
||||
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*
|
||||
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
|
||||
* name of the disk to be attached.
|
||||
|
@ -5450,7 +5450,7 @@ class VirtualMachines {
|
|||
* options to attach a new disk to the virtual machine.
|
||||
*
|
||||
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*
|
||||
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
|
||||
* name of the disk to be attached.
|
||||
|
@ -7142,7 +7142,7 @@ class VirtualMachines {
|
|||
* options to attach a new disk to the virtual machine.
|
||||
*
|
||||
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*
|
||||
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
|
||||
* name of the disk to be attached.
|
||||
|
@ -7200,7 +7200,7 @@ class VirtualMachines {
|
|||
* options to attach a new disk to the virtual machine.
|
||||
*
|
||||
* @param {number} [dataDiskProperties.attachNewDataDiskOptions.diskSizeGiB]
|
||||
* Size of the disk to be attached in GibiBytes.
|
||||
* Size of the disk to be attached in Gibibytes.
|
||||
*
|
||||
* @param {string} [dataDiskProperties.attachNewDataDiskOptions.diskName] The
|
||||
* name of the disk to be attached.
|
||||
|
|
Загрузка…
Ссылка в новой задаче