This commit is contained in:
OpenPublishBuild 2017-04-12 00:05:52 +00:00
Родитель 6c29e399a7
Коммит a6fcc3bc33
56 изменённых файлов: 1022 добавлений и 1022 удалений

Просмотреть файл

@ -1,16 +1,16 @@
items:
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image
id: _with_os_disk_from_image
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image
id: _with_o_s_disk_from_image
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.fromImage(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.fromImage(VirtualMachineCustomImage)
- com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.fromImage(VirtualMachineImage)
href: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.yml
- com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.fromImage(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.fromImage(VirtualMachineCustomImage)
- com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.fromImage(VirtualMachineImage)
href: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.yml
langs:
- java
name: Disk.DefinitionStages.WithOsDiskFromImage
fullName: com.microsoft.azure.management.compute.Disk.DefinitionStages.WithOsDiskFromImage
name: Disk.DefinitionStages.WithOSDiskFromImage
fullName: com.microsoft.azure.management.compute.Disk.DefinitionStages.WithOSDiskFromImage
type: Interface
source:
remote: &o0
@ -22,15 +22,15 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>The stage of the managed disk definition allowing to choose source operating system image. </p>
syntax:
content: public interface WithOsDiskFromImage
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.fromImage(String,OperatingSystemTypes)
content: public interface WithOSDiskFromImage
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.fromImage(String,OperatingSystemTypes)
id: fromImage(String,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image
href: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.yml
parent: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image
href: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.yml
langs:
- java
name: fromImage(String imageId, OperatingSystemTypes osType)
fullName: WithCreateAndSize com.microsoft.azure.management.compute.Disk.DefinitionStages.WithOsDiskFromImage.fromImage(String imageId, OperatingSystemTypes osType)
fullName: WithCreateAndSize com.microsoft.azure.management.compute.Disk.DefinitionStages.WithOSDiskFromImage.fromImage(String imageId, OperatingSystemTypes osType)
type: Method
source:
remote: *o0
@ -53,14 +53,14 @@ items:
return:
type: com.microsoft.azure.management.compute._disk._definition_stages._with_create_and_size
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.fromImage(VirtualMachineCustomImage)
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.fromImage(VirtualMachineCustomImage)
id: fromImage(VirtualMachineCustomImage)
parent: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image
href: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.yml
parent: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image
href: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.yml
langs:
- java
name: fromImage(VirtualMachineCustomImage image)
fullName: WithCreateAndSize com.microsoft.azure.management.compute.Disk.DefinitionStages.WithOsDiskFromImage.fromImage(VirtualMachineCustomImage image)
fullName: WithCreateAndSize com.microsoft.azure.management.compute.Disk.DefinitionStages.WithOSDiskFromImage.fromImage(VirtualMachineCustomImage image)
type: Method
source:
remote: *o0
@ -80,14 +80,14 @@ items:
return:
type: com.microsoft.azure.management.compute._disk._definition_stages._with_create_and_size
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.fromImage(VirtualMachineImage)
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.fromImage(VirtualMachineImage)
id: fromImage(VirtualMachineImage)
parent: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image
href: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.yml
parent: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image
href: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.yml
langs:
- java
name: fromImage(VirtualMachineImage image)
fullName: WithCreateAndSize com.microsoft.azure.management.compute.Disk.DefinitionStages.WithOsDiskFromImage.fromImage(VirtualMachineImage image)
fullName: WithCreateAndSize com.microsoft.azure.management.compute.Disk.DefinitionStages.WithOSDiskFromImage.fromImage(VirtualMachineImage image)
type: Method
source:
remote: *o0

Просмотреть файл

@ -18,13 +18,13 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOsSettings
content: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOSSettings
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._appliable.apply()
- com.microsoft.azure.management.resources.fluentcore.model._appliable.applyAsync()
- com.microsoft.azure.management.resources.fluentcore.model._appliable.applyAsync(final ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.compute._disk._update_stages._with_os_settings.withOSType(OperatingSystemTypes)
- com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings.withOSType(OperatingSystemTypes)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.withoutTag(String)
- com.microsoft.azure.management.compute._disk._update_stages._with_size.withSizeInGB(int)
- com.microsoft.azure.management.compute._disk._update_stages._with_sku.withSku(DiskSkuTypes)
@ -91,11 +91,11 @@ references:
return:
type: "26831127"
description: <p>the index key. </p>
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings.withOSType(OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings
href: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings.yml
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings.withOSType(OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings
href: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings.yml
name: withOSType(OperatingSystemTypes osType)
fullName: Update com.microsoft.azure.management.compute.Disk.UpdateStages.WithOsSettings.withOSType(OperatingSystemTypes osType)
fullName: Update com.microsoft.azure.management.compute.Disk.UpdateStages.WithOSSettings.withOSType(OperatingSystemTypes osType)
type: Method
summary: >-
<p>Specifies the operating system.</p>
@ -247,13 +247,13 @@ references:
summary: <p>The stage of the managed disk definition allowing to specify new size. </p>
syntax:
content: public interface WithSize
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings.yml
name: Disk.UpdateStages.WithOsSettings
fullName: com.microsoft.azure.management.compute.Disk.UpdateStages.WithOsSettings
href: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings.yml
name: Disk.UpdateStages.WithOSSettings
fullName: com.microsoft.azure.management.compute.Disk.UpdateStages.WithOSSettings
type: Interface
summary: <p>The stage of the managed disk update allowing to specify OS settings. </p>
syntax:
content: public interface WithOsSettings
content: public interface WithOSSettings
- uid: com.microsoft.azure.management.compute.implementation._disk_impl

Просмотреть файл

@ -1,14 +1,14 @@
items:
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings
id: _with_os_settings
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings
id: _with_o_s_settings
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._disk._update_stages._with_os_settings.withOSType(OperatingSystemTypes)
href: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings.yml
- com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings.withOSType(OperatingSystemTypes)
href: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings.yml
langs:
- java
name: Disk.UpdateStages.WithOsSettings
fullName: com.microsoft.azure.management.compute.Disk.UpdateStages.WithOsSettings
name: Disk.UpdateStages.WithOSSettings
fullName: com.microsoft.azure.management.compute.Disk.UpdateStages.WithOSSettings
type: Interface
source:
remote: &o0
@ -20,15 +20,15 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>The stage of the managed disk update allowing to specify OS settings. </p>
syntax:
content: public interface WithOsSettings
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings.withOSType(OperatingSystemTypes)
content: public interface WithOSSettings
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings.withOSType(OperatingSystemTypes)
id: withOSType(OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings
href: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings.yml
parent: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings
href: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings.yml
langs:
- java
name: withOSType(OperatingSystemTypes osType)
fullName: Update com.microsoft.azure.management.compute.Disk.UpdateStages.WithOsSettings.withOSType(OperatingSystemTypes osType)
fullName: Update com.microsoft.azure.management.compute.Disk.UpdateStages.WithOSSettings.withOSType(OperatingSystemTypes osType)
type: Method
source:
remote: *o0
@ -57,7 +57,7 @@ references:
type: Interface
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOsSettings
content: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOSSettings
- uid: com.microsoft.azure.management.compute._operating_system_types
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._operating_system_types.yml

Просмотреть файл

@ -61,4 +61,4 @@ references:
type: Interface
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOsSettings
content: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOSSettings

Просмотреть файл

@ -57,7 +57,7 @@ references:
type: Interface
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOsSettings
content: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOSSettings
- uid: com.microsoft.azure.management.compute._disk_sku_types
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._disk_sku_types.yml

Просмотреть файл

@ -1,16 +1,16 @@
items:
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image
id: _with_os_snapshot_from_image
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image
id: _with_o_s_snapshot_from_image
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.fromImage(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.fromImage(VirtualMachineCustomImage)
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.fromImage(VirtualMachineImage)
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.yml
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.fromImage(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.fromImage(VirtualMachineCustomImage)
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.fromImage(VirtualMachineImage)
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.yml
langs:
- java
name: Snapshot.DefinitionStages.WithOsSnapshotFromImage
fullName: com.microsoft.azure.management.compute.Snapshot.DefinitionStages.WithOsSnapshotFromImage
name: Snapshot.DefinitionStages.WithOSSnapshotFromImage
fullName: com.microsoft.azure.management.compute.Snapshot.DefinitionStages.WithOSSnapshotFromImage
type: Interface
source:
remote: &o0
@ -22,15 +22,15 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>The stage of the managed disk definition allowing to choose a source operating system image. </p>
syntax:
content: public interface WithOsSnapshotFromImage
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.fromImage(String,OperatingSystemTypes)
content: public interface WithOSSnapshotFromImage
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.fromImage(String,OperatingSystemTypes)
id: fromImage(String,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.yml
parent: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.yml
langs:
- java
name: fromImage(String imageId, OperatingSystemTypes osType)
fullName: WithCreate com.microsoft.azure.management.compute.Snapshot.DefinitionStages.WithOsSnapshotFromImage.fromImage(String imageId, OperatingSystemTypes osType)
fullName: WithCreate com.microsoft.azure.management.compute.Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(String imageId, OperatingSystemTypes osType)
type: Method
source:
remote: *o0
@ -53,14 +53,14 @@ items:
return:
type: com.microsoft.azure.management.compute._snapshot._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.fromImage(VirtualMachineCustomImage)
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.fromImage(VirtualMachineCustomImage)
id: fromImage(VirtualMachineCustomImage)
parent: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.yml
parent: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.yml
langs:
- java
name: fromImage(VirtualMachineCustomImage image)
fullName: WithCreate com.microsoft.azure.management.compute.Snapshot.DefinitionStages.WithOsSnapshotFromImage.fromImage(VirtualMachineCustomImage image)
fullName: WithCreate com.microsoft.azure.management.compute.Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(VirtualMachineCustomImage image)
type: Method
source:
remote: *o0
@ -80,14 +80,14 @@ items:
return:
type: com.microsoft.azure.management.compute._snapshot._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.fromImage(VirtualMachineImage)
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.fromImage(VirtualMachineImage)
id: fromImage(VirtualMachineImage)
parent: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.yml
parent: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.yml
langs:
- java
name: fromImage(VirtualMachineImage image)
fullName: WithCreate com.microsoft.azure.management.compute.Snapshot.DefinitionStages.WithOsSnapshotFromImage.fromImage(VirtualMachineImage image)
fullName: WithCreate com.microsoft.azure.management.compute.Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(VirtualMachineImage image)
type: Method
source:
remote: *o0

Просмотреть файл

@ -18,13 +18,13 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<Snapshot>,Resource.UpdateWithTags<Snapshot.Update>,Snapshot.UpdateStages.WithSku,Snapshot.UpdateStages.WithOsSettings
content: public interface Update extends Appliable<Snapshot>,Resource.UpdateWithTags<Snapshot.Update>,Snapshot.UpdateStages.WithSku,Snapshot.UpdateStages.WithOSSettings
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._appliable.apply()
- com.microsoft.azure.management.resources.fluentcore.model._appliable.applyAsync()
- com.microsoft.azure.management.resources.fluentcore.model._appliable.applyAsync(final ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings.withOSType(OperatingSystemTypes)
- com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings.withOSType(OperatingSystemTypes)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.withoutTag(String)
- com.microsoft.azure.management.compute._snapshot._update_stages._with_sku.withSku(DiskSkuTypes)
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource._update_with_tags.withTag(String,String)
@ -90,11 +90,11 @@ references:
return:
type: "26831127"
description: <p>the index key. </p>
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings.withOSType(OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings.yml
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings.withOSType(OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings.yml
name: withOSType(OperatingSystemTypes osType)
fullName: Update com.microsoft.azure.management.compute.Snapshot.UpdateStages.WithOsSettings.withOSType(OperatingSystemTypes osType)
fullName: Update com.microsoft.azure.management.compute.Snapshot.UpdateStages.WithOSSettings.withOSType(OperatingSystemTypes osType)
type: Method
summary: >-
<p>Specifies the operating system type.</p>
@ -218,13 +218,13 @@ references:
summary: <p>The stage of the managed snapshot update allowing to choose account type. </p>
syntax:
content: public interface WithSku
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings.yml
name: Snapshot.UpdateStages.WithOsSettings
fullName: com.microsoft.azure.management.compute.Snapshot.UpdateStages.WithOsSettings
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings.yml
name: Snapshot.UpdateStages.WithOSSettings
fullName: com.microsoft.azure.management.compute.Snapshot.UpdateStages.WithOSSettings
type: Interface
summary: <p>The stage of the managed snapshot update allowing to specify OS settings. </p>
syntax:
content: public interface WithOsSettings
content: public interface WithOSSettings
- uid: com.microsoft.azure.management.compute.implementation._snapshot_impl

Просмотреть файл

@ -1,14 +1,14 @@
items:
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings
id: _with_os_settings
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings
id: _with_o_s_settings
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings.withOSType(OperatingSystemTypes)
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings.yml
- com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings.withOSType(OperatingSystemTypes)
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings.yml
langs:
- java
name: Snapshot.UpdateStages.WithOsSettings
fullName: com.microsoft.azure.management.compute.Snapshot.UpdateStages.WithOsSettings
name: Snapshot.UpdateStages.WithOSSettings
fullName: com.microsoft.azure.management.compute.Snapshot.UpdateStages.WithOSSettings
type: Interface
source:
remote: &o0
@ -20,15 +20,15 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>The stage of the managed snapshot update allowing to specify OS settings. </p>
syntax:
content: public interface WithOsSettings
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings.withOSType(OperatingSystemTypes)
content: public interface WithOSSettings
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings.withOSType(OperatingSystemTypes)
id: withOSType(OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings.yml
parent: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings.yml
langs:
- java
name: withOSType(OperatingSystemTypes osType)
fullName: Update com.microsoft.azure.management.compute.Snapshot.UpdateStages.WithOsSettings.withOSType(OperatingSystemTypes osType)
fullName: Update com.microsoft.azure.management.compute.Snapshot.UpdateStages.WithOSSettings.withOSType(OperatingSystemTypes osType)
type: Method
source:
remote: *o0
@ -57,7 +57,7 @@ references:
type: Interface
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<Snapshot>,Resource.UpdateWithTags<Snapshot.Update>,Snapshot.UpdateStages.WithSku,Snapshot.UpdateStages.WithOsSettings
content: public interface Update extends Appliable<Snapshot>,Resource.UpdateWithTags<Snapshot.Update>,Snapshot.UpdateStages.WithSku,Snapshot.UpdateStages.WithOSSettings
- uid: com.microsoft.azure.management.compute._operating_system_types
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._operating_system_types.yml

Просмотреть файл

@ -57,7 +57,7 @@ references:
type: Interface
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<Snapshot>,Resource.UpdateWithTags<Snapshot.Update>,Snapshot.UpdateStages.WithSku,Snapshot.UpdateStages.WithOsSettings
content: public interface Update extends Appliable<Snapshot>,Resource.UpdateWithTags<Snapshot.Update>,Snapshot.UpdateStages.WithSku,Snapshot.UpdateStages.WithOSSettings
- uid: com.microsoft.azure.management.compute._disk_sku_types
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._disk_sku_types.yml

Просмотреть файл

@ -61,11 +61,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withoutAutoUpdate()
- com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.withoutPrimaryPublicIPAddress()
- com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withoutVMAgent()
@ -79,8 +79,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s52a2e017478d44add60a83999871f77d.withRootUsername(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSDisk(Disk,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificLinuxImageVersion(ImageReference)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificWindowsImageVersion(ImageReference)
- com.microsoft.azure.management.compute._virtual_machine._definition_s089d02a494908c75e8fd42f816d6b2a6.withSsh(String)
@ -917,11 +917,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -936,18 +936,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -955,18 +955,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -974,11 +974,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -993,18 +993,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for the managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types
@ -1246,18 +1246,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSDisk(Disk,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
name: withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
name: withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
type: Method
summary: >-
<p>Specifies a specialized operating system managed disk to be attached to the virtual machine.</p>
<p></p>
syntax:
content: public WithManagedCreate withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
content: public WithManagedCreate withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
parameters:
- id: disk
type: com.microsoft.azure.management.compute._disk
@ -1268,18 +1268,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
name: withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
name: withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
type: Method
summary: >-
<p>Specifies a specialized operating system unmanaged disk to be attached to the virtual machine.</p>
<p></p>
syntax:
content: public WithUnmanagedCreate withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
content: public WithUnmanagedCreate withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
parameters:
- id: osDiskUrl
type: "26831127"

Просмотреть файл

@ -65,12 +65,12 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withNewUnmanagedDataDisk(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withoutAutoUpdate()
- com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.withoutPrimaryPublicIPAddress()
- com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withoutVMAgent()
@ -84,8 +84,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s514602db81265a7b7bbb1dbd16aabf97.withRootUsername(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSDisk(Disk,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificLinuxImageVersion(ImageReference)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificWindowsImageVersion(ImageReference)
- com.microsoft.azure.management.compute._virtual_machine._definition_s2830a6335b4e760a4da49140d4dc3fcb.withSsh(String)
@ -1006,11 +1006,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -1025,18 +1025,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -1044,18 +1044,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -1063,11 +1063,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -1082,18 +1082,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for the managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types
@ -1101,18 +1101,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.yml
name: withOsDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOsDiskVhdLocation(String containerName, String vhdName)
name: withOSDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOSDiskVhdLocation(String containerName, String vhdName)
type: Method
summary: >-
<p>Specifies the name of an OS disk VHD file and its parent container.</p>
<p></p>
syntax:
content: public WithUnmanagedCreate withOsDiskVhdLocation(String containerName, String vhdName)
content: public WithUnmanagedCreate withOSDiskVhdLocation(String containerName, String vhdName)
parameters:
- id: containerName
type: "26831127"
@ -1357,18 +1357,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSDisk(Disk,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
name: withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
name: withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
type: Method
summary: >-
<p>Specifies a specialized operating system managed disk to be attached to the virtual machine.</p>
<p></p>
syntax:
content: public WithManagedCreate withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
content: public WithManagedCreate withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
parameters:
- id: disk
type: com.microsoft.azure.management.compute._disk
@ -1379,18 +1379,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
name: withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
name: withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
type: Method
summary: >-
<p>Specifies a specialized operating system unmanaged disk to be attached to the virtual machine.</p>
<p></p>
syntax:
content: public WithUnmanagedCreate withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
content: public WithUnmanagedCreate withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
parameters:
- id: osDiskUrl
type: "26831127"

Просмотреть файл

@ -49,11 +49,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
@ -633,11 +633,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -652,18 +652,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -671,18 +671,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -690,11 +690,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -709,18 +709,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for the managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -51,11 +51,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
@ -671,11 +671,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -690,18 +690,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -709,18 +709,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -728,11 +728,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -747,18 +747,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for the managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -41,11 +41,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withNewUnmanagedDataDisk(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
@ -425,11 +425,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -444,18 +444,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -463,18 +463,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -482,11 +482,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -501,18 +501,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.yml
name: withOsDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOsDiskVhdLocation(String containerName, String vhdName)
name: withOSDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOSDiskVhdLocation(String containerName, String vhdName)
type: Method
summary: >-
<p>Specifies the name of an OS disk VHD file and its parent container.</p>
<p></p>
syntax:
content: public WithUnmanagedCreate withOsDiskVhdLocation(String containerName, String vhdName)
content: public WithUnmanagedCreate withOSDiskVhdLocation(String containerName, String vhdName)
parameters:
- id: containerName
type: "26831127"

Просмотреть файл

@ -50,11 +50,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withoutAutoUpdate()
- com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withoutVMAgent()
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
@ -646,11 +646,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -665,18 +665,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -684,18 +684,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -703,11 +703,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -722,18 +722,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for the managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -51,11 +51,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
@ -674,11 +674,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -693,18 +693,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -712,18 +712,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -731,11 +731,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -750,18 +750,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for the managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -103,7 +103,7 @@ references:
type: Interface
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOsDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOSDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._creatable.yml

Просмотреть файл

@ -1,17 +1,17 @@
items:
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
id: _with_os_disk_settings
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
id: _definition_s96e6d122c4685cc038cfd62eb3c8f075
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
langs:
- java
name: VirtualMachine.DefinitionStages.WithOsDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings
name: VirtualMachine.DefinitionStages.WithOSDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings
type: Interface
source:
remote: &o0
@ -23,15 +23,15 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition allowing to specify OS disk configurations. </p>
syntax:
content: public interface WithOsDiskSettings
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
content: public interface WithOSDiskSettings
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
id: withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
langs:
- java
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
source:
remote: *o0
@ -51,14 +51,14 @@ items:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
id: withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
id: withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
langs:
- java
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
source:
remote: *o0
@ -70,7 +70,7 @@ items:
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -78,14 +78,14 @@ items:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
id: withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
id: withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
langs:
- java
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
source:
remote: *o0
@ -97,7 +97,7 @@ items:
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -105,14 +105,14 @@ items:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
id: withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
langs:
- java
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
source:
remote: *o0
@ -149,7 +149,7 @@ references:
type: Interface
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOsDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOSDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
- uid: com.microsoft.azure.management.compute._caching_types
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._caching_types.yml

Просмотреть файл

@ -53,11 +53,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
@ -731,11 +731,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -750,18 +750,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -769,18 +769,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -788,11 +788,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -807,18 +807,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for the managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -44,11 +44,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withNewUnmanagedDataDisk(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
@ -506,11 +506,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -525,18 +525,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -544,18 +544,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -563,11 +563,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -582,18 +582,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.yml
name: withOsDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOsDiskVhdLocation(String containerName, String vhdName)
name: withOSDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOSDiskVhdLocation(String containerName, String vhdName)
type: Method
summary: >-
<p>Specifies the name of an OS disk VHD file and its parent container.</p>
<p></p>
syntax:
content: public WithUnmanagedCreate withOsDiskVhdLocation(String containerName, String vhdName)
content: public WithUnmanagedCreate withOSDiskVhdLocation(String containerName, String vhdName)
parameters:
- id: containerName
type: "26831127"

Просмотреть файл

@ -40,11 +40,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withNewUnmanagedDataDisk(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
@ -416,11 +416,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -435,18 +435,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -454,18 +454,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -473,11 +473,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -492,18 +492,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.yml
name: withOsDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOsDiskVhdLocation(String containerName, String vhdName)
name: withOSDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOSDiskVhdLocation(String containerName, String vhdName)
type: Method
summary: >-
<p>Specifies the name of an OS disk VHD file and its parent container.</p>
<p></p>
syntax:
content: public WithUnmanagedCreate withOsDiskVhdLocation(String containerName, String vhdName)
content: public WithUnmanagedCreate withOSDiskVhdLocation(String containerName, String vhdName)
parameters:
- id: containerName
type: "26831127"

Просмотреть файл

@ -50,11 +50,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
@ -655,11 +655,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -674,18 +674,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -693,18 +693,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -712,11 +712,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -731,18 +731,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for the managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -45,10 +45,10 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.withoutPrimaryPublicIPAddress()
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withPopularLinuxImage(KnownLinuxVirtualMachineImage)
@ -58,8 +58,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSDisk(Disk,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificLinuxImageVersion(ImageReference)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificWindowsImageVersion(ImageReference)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withStoredLinuxImage(String)
@ -537,11 +537,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -556,18 +556,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -575,18 +575,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -594,11 +594,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -779,18 +779,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSDisk(Disk,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
name: withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
name: withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
type: Method
summary: >-
<p>Specifies a specialized operating system managed disk to be attached to the virtual machine.</p>
<p></p>
syntax:
content: public WithManagedCreate withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
content: public WithManagedCreate withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
parameters:
- id: disk
type: com.microsoft.azure.management.compute._disk
@ -801,18 +801,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
name: withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
name: withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
type: Method
summary: >-
<p>Specifies a specialized operating system unmanaged disk to be attached to the virtual machine.</p>
<p></p>
syntax:
content: public WithUnmanagedCreate withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
content: public WithUnmanagedCreate withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
parameters:
- id: osDiskUrl
type: "26831127"

Просмотреть файл

@ -18,7 +18,7 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOsDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOSDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._creatable.create()
- com.microsoft.azure.management.resources.fluentcore.model._creatable.createAsync(final ServiceCallback<T>)
@ -34,10 +34,10 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
@ -288,11 +288,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -307,18 +307,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -326,18 +326,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -345,11 +345,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -508,15 +508,15 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the type of the next stage resource definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: VirtualMachine.DefinitionStages.WithOsDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: VirtualMachine.DefinitionStages.WithOSDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings
type: Interface
summary: <p>The stage of a virtual machine definition allowing to specify OS disk configurations. </p>
syntax:
content: public interface WithOsDiskSettings
content: public interface WithOSDiskSettings
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml

Просмотреть файл

@ -71,4 +71,4 @@ references:
type: Interface
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOsDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOSDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan

Просмотреть файл

@ -5,7 +5,7 @@ items:
children:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
langs:
- java
@ -49,10 +49,10 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
@ -113,14 +113,14 @@ items:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
id: withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOSDiskStorageAccountType(StorageAccountTypes)
id: withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
langs:
- java
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
source:
remote: *o0
@ -132,7 +132,7 @@ items:
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types
@ -644,11 +644,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -663,18 +663,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -682,18 +682,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -701,11 +701,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -851,7 +851,7 @@ references:
type: Interface
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOsDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOSDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_managed
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine._definition_managed.yml

Просмотреть файл

@ -8,8 +8,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withLinuxCustomImage(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withPopularLinuxImage(KnownLinuxVirtualMachineImage)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withPopularWindowsImage(KnownWindowsVirtualMachineImage)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSDisk(Disk,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificLinuxImageVersion(ImageReference)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificWindowsImageVersion(ImageReference)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withStoredLinuxImage(String)
@ -179,14 +179,14 @@ items:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_sd5940b4b2d4e110cdfa26cc144ab03cb
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
id: withSpecializedOsDisk(Disk,OperatingSystemTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSDisk(Disk,OperatingSystemTypes)
id: withSpecializedOSDisk(Disk,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
langs:
- java
name: withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
name: withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
type: Method
source:
remote: *o0
@ -198,7 +198,7 @@ items:
<p></p>
syntax:
content: public WithManagedCreate withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
content: public WithManagedCreate withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
parameters:
- id: disk
type: com.microsoft.azure.management.compute._disk
@ -209,14 +209,14 @@ items:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
id: withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
id: withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
langs:
- java
name: withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
name: withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
type: Method
source:
remote: *o0
@ -228,7 +228,7 @@ items:
<p></p>
syntax:
content: public WithUnmanagedCreate withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
content: public WithUnmanagedCreate withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
parameters:
- id: osDiskUrl
type: "26831127"

Просмотреть файл

@ -92,7 +92,7 @@ references:
type: Interface
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOsDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOSDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
- uid: com.microsoft.azure.management.compute._purchase_plan
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._purchase_plan.yml

Просмотреть файл

@ -137,7 +137,7 @@ references:
type: Interface
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOsDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOSDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._creatable.yml

Просмотреть файл

@ -3,7 +3,7 @@ items:
id: _with_unmanaged_create
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.yml
langs:
- java
@ -39,24 +39,24 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withNewUnmanagedDataDisk(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
- com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTags(Map<String, String>)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
id: withOsDiskVhdLocation(String,String)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
id: withOSDiskVhdLocation(String,String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.yml
langs:
- java
name: withOsDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOsDiskVhdLocation(String containerName, String vhdName)
name: withOSDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOSDiskVhdLocation(String containerName, String vhdName)
type: Method
source:
remote: *o0
@ -68,7 +68,7 @@ items:
<p></p>
syntax:
content: public WithUnmanagedCreate withOsDiskVhdLocation(String containerName, String vhdName)
content: public WithUnmanagedCreate withOSDiskVhdLocation(String containerName, String vhdName)
parameters:
- id: containerName
type: "26831127"
@ -390,11 +390,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -409,18 +409,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -428,18 +428,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -447,11 +447,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -597,7 +597,7 @@ references:
type: Interface
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOsDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOSDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_managed_or_unmanaged
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine._definition_managed_or_unmanaged.yml

Просмотреть файл

@ -89,7 +89,7 @@ references:
type: Interface
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOsDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOSDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
- uid: com.microsoft.azure.management.compute._virtual_machine_size_types
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_size_types.yml

Просмотреть файл

@ -52,11 +52,11 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withNewUnmanagedDataDisk(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
- com.microsoft.azure.management.compute._virtual_machine._definition_sc310c06cbd699c5c771c45eaf3c5ba77.withoutAutoUpdate()
- com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.withoutPrimaryPublicIPAddress()
- com.microsoft.azure.management.compute._virtual_machine._definition_sc310c06cbd699c5c771c45eaf3c5ba77.withoutVMAgent()
@ -70,8 +70,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_se29560feb815e313d3da4cd0a58a0b8f.withRootUsername(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSDisk(Disk,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificLinuxImageVersion(ImageReference)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificWindowsImageVersion(ImageReference)
- com.microsoft.azure.management.compute._virtual_machine._definition_s50751fa4b9b9cda38eb5362cbea38e54.withSsh(String)
@ -692,11 +692,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the OS disk.</p>
@ -711,18 +711,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
summary: >-
<p>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public WithCreate withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings
@ -730,18 +730,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -749,11 +749,11 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.withOSDiskSizeInGB(Integer)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskSizeInGB(Integer size)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskSizeInGB(Integer size)
type: Method
summary: >-
<p>Specifies the size of the <xref href="com.microsoft.azure.management.compute._o_s_disk" data-throw-if-not-resolved="false"></xref> in GB.</p>
@ -768,18 +768,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOSDiskVhdLocation(String,String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.yml
name: withOsDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOsDiskVhdLocation(String containerName, String vhdName)
name: withOSDiskVhdLocation(String containerName, String vhdName)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOSDiskVhdLocation(String containerName, String vhdName)
type: Method
summary: >-
<p>Specifies the name of an OS disk VHD file and its parent container.</p>
<p></p>
syntax:
content: public WithUnmanagedCreate withOsDiskVhdLocation(String containerName, String vhdName)
content: public WithUnmanagedCreate withOSDiskVhdLocation(String containerName, String vhdName)
parameters:
- id: containerName
type: "26831127"
@ -1024,18 +1024,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSDisk(Disk,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
name: withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
name: withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
type: Method
summary: >-
<p>Specifies a specialized operating system managed disk to be attached to the virtual machine.</p>
<p></p>
syntax:
content: public WithManagedCreate withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
content: public WithManagedCreate withSpecializedOSDisk(Disk disk, OperatingSystemTypes osType)
parameters:
- id: disk
type: com.microsoft.azure.management.compute._disk
@ -1046,18 +1046,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOSUnmanagedDisk(String,OperatingSystemTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
name: withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
name: withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
type: Method
summary: >-
<p>Specifies a specialized operating system unmanaged disk to be attached to the virtual machine.</p>
<p></p>
syntax:
content: public WithUnmanagedCreate withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
content: public WithUnmanagedCreate withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
parameters:
- id: osDiskUrl
type: "26831127"

Просмотреть файл

@ -6,7 +6,7 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._update.withDataDiskDefaultCachingType(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._update.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._update.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine._update.withOsDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._update.withOSDiskEncryptionSettings(DiskEncryptionSettings)
- com.microsoft.azure.management.compute._virtual_machine._update.withOSDiskSizeInGB(Integer)
- com.microsoft.azure.management.compute._virtual_machine._update.withSize(String)
- com.microsoft.azure.management.compute._virtual_machine._update.withSize(VirtualMachineSizeTypes)
@ -137,14 +137,14 @@ items:
return:
type: com.microsoft.azure.management.compute._virtual_machine._update
description: <p>the next stage of the update </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._update.withOsDiskEncryptionSettings(DiskEncryptionSettings)
id: withOsDiskEncryptionSettings(DiskEncryptionSettings)
- uid: com.microsoft.azure.management.compute._virtual_machine._update.withOSDiskEncryptionSettings(DiskEncryptionSettings)
id: withOSDiskEncryptionSettings(DiskEncryptionSettings)
parent: com.microsoft.azure.management.compute._virtual_machine._update
href: com.microsoft.azure.management.compute._virtual_machine._update.yml
langs:
- java
name: withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: Update com.microsoft.azure.management.compute.VirtualMachine.Update.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
name: withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
fullName: Update com.microsoft.azure.management.compute.VirtualMachine.Update.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
type: Method
source:
remote: *o0
@ -156,7 +156,7 @@ items:
<p></p>
syntax:
content: public Update withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
content: public Update withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
parameters:
- id: settings
type: com.microsoft.azure.management.compute._disk_encryption_settings

Просмотреть файл

@ -131,7 +131,7 @@ references:
type: Interface
summary: <p>The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withNewStorageAccount(String)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml

Просмотреть файл

@ -43,9 +43,9 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de0b63ba0b0ba7cc65b25e6f031d821a4b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvision(boolean)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvisioning()
@ -491,18 +491,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -510,18 +510,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -529,18 +529,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -57,7 +57,7 @@ references:
type: Interface
summary: <p>The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withUpgradeMode(UpgradeMode)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml

Просмотреть файл

@ -71,7 +71,7 @@ references:
type: Interface
summary: <p>The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.defineNewExtension(String)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml

Просмотреть файл

@ -39,8 +39,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withExistingStorageAccount(StorageAccount)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvision(boolean)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvisioning()
@ -404,18 +404,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -423,18 +423,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"

Просмотреть файл

@ -61,7 +61,7 @@ references:
type: Interface
summary: <p>The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withCustomData(String)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml

Просмотреть файл

@ -5,7 +5,7 @@ items:
children:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withDataDiskDefaultCachingType(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.yml
langs:
- java
@ -77,14 +77,14 @@ items:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._dea6ea737ac52a2ba2927b43f8f0da8037
description: <p>the stage representing creatable VM definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
id: withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
id: withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.yml
langs:
- java
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
source:
remote: *o0
@ -96,7 +96,7 @@ items:
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types
@ -114,18 +114,18 @@ references:
summary: <p>The stage of the definition which contains all the minimum required inputs for the VM scale set to be created and optionally allow managed data disks specific settings to be specified. </p>
syntax:
content: public interface WithManagedCreate extends VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk,VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals,VirtualMachineScaleSet.DefinitionStages.WithCreate
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for managed OS disk.</p>
<p></p>
syntax:
content: public VirtualMachineScaleSetImpl withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public VirtualMachineScaleSetImpl withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -32,8 +32,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withExistingStorageAccount(StorageAccount)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvision(boolean)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvisioning()
@ -245,18 +245,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -264,18 +264,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -403,7 +403,7 @@ references:
type: Interface
summary: <p>The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_managed_or_unmanaged
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_managed_or_unmanaged.yml

Просмотреть файл

@ -42,9 +42,9 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de0b63ba0b0ba7cc65b25e6f031d821a4b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvision(boolean)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvisioning()
@ -471,18 +471,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -490,18 +490,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -509,18 +509,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -34,8 +34,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withExistingStorageAccount(StorageAccount)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvision(boolean)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvisioning()
@ -280,18 +280,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -299,18 +299,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"

Просмотреть файл

@ -43,9 +43,9 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de0b63ba0b0ba7cc65b25e6f031d821a4b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._deeb7a2230c5d32793a0916ccc0c9ebed0.withoutAutoUpdate()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._deeb7a2230c5d32793a0916ccc0c9ebed0.withoutVMAgent()
@ -477,18 +477,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -496,18 +496,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -515,18 +515,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -109,7 +109,7 @@ references:
type: Interface
summary: <p>The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOverProvision(boolean)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml

Просмотреть файл

@ -40,9 +40,9 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de0b63ba0b0ba7cc65b25e6f031d821a4b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvision(boolean)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvisioning()
@ -436,18 +436,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -455,18 +455,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -474,18 +474,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types
@ -622,7 +622,7 @@ references:
type: Interface
summary: <p>The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_managed
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_managed.yml

Просмотреть файл

@ -1,15 +1,15 @@
items:
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
id: _de7fb227eb13eff9cb4ad20d938c8f2c80
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
id: _ded7e6d5eac86cfe0cf83bc654f07f02a7
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
langs:
- java
name: VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings
name: VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings
type: Interface
source:
remote: &o0
@ -21,15 +21,15 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine scale set definition allowing to specify OS disk configurations. </p>
syntax:
content: public interface WithOsDiskSettings
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
id: withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
content: public interface WithOSDiskSettings
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
id: withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
langs:
- java
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
source:
remote: *o0
@ -41,7 +41,7 @@ items:
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -49,14 +49,14 @@ items:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
id: withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
id: withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
langs:
- java
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
source:
remote: *o0
@ -68,7 +68,7 @@ items:
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -89,19 +89,19 @@ references:
type: Interface
summary: <p>The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOsDiskCaching(CachingTypes)
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOsDiskCaching(CachingTypes cachingType)
name: withOSDiskCaching(CachingTypes cachingType)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public VirtualMachineScaleSetImpl withOsDiskCaching(CachingTypes cachingType)
content: public VirtualMachineScaleSetImpl withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -118,18 +118,18 @@ references:
summary: <p>Defines values for <xref href="com.microsoft.azure.management.compute._caching_types" data-throw-if-not-resolved="false"></xref>. </p>
syntax:
content: public enum CachingTypes
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOsDiskName(String)
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOSDiskName(String)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml
name: withOsDiskName(String name)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOsDiskName(String name)
name: withOSDiskName(String name)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public VirtualMachineScaleSetImpl withOsDiskName(String name)
content: public VirtualMachineScaleSetImpl withOSDiskName(String name)
parameters:
- id: name
type: "26831127"

Просмотреть файл

@ -47,9 +47,9 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de0b63ba0b0ba7cc65b25e6f031d821a4b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvision(boolean)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvisioning()
@ -595,18 +595,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -614,18 +614,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -633,18 +633,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -49,9 +49,9 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de0b63ba0b0ba7cc65b25e6f031d821a4b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._deeb7a2230c5d32793a0916ccc0c9ebed0.withoutAutoUpdate()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de710f4b996758b4ea074bc7585e6a5205.withoutPrimaryInternalLoadBalancer()
@ -655,18 +655,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -674,18 +674,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -693,18 +693,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -49,9 +49,9 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de0b63ba0b0ba7cc65b25e6f031d821a4b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._deeb7a2230c5d32793a0916ccc0c9ebed0.withoutAutoUpdate()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de710f4b996758b4ea074bc7585e6a5205.withoutPrimaryInternalLoadBalancer()
@ -657,18 +657,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -676,18 +676,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -695,18 +695,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -38,8 +38,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_o_s.withLinuxCustomImage(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de710f4b996758b4ea074bc7585e6a5205.withoutPrimaryInternalLoadBalancer()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de0913692d0e783f34c061f44ecc3a7887.withoutPrimaryInternetFacingLoadBalancer()
@ -399,18 +399,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -418,18 +418,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"

Просмотреть файл

@ -18,7 +18,7 @@ items:
package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model._creatable.create()
- com.microsoft.azure.management.resources.fluentcore.model._creatable.createAsync(final ServiceCallback<T>)
@ -32,8 +32,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withExistingStorageAccount(StorageAccount)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvision(boolean)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withOverProvisioning()
@ -245,18 +245,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -264,18 +264,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -401,15 +401,15 @@ references:
typeParameters:
- type: 8ce1ecb9
description: <p>the fluent type of the resource to be created </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings
type: Interface
summary: <p>The stage of a virtual machine scale set definition allowing to specify OS disk configurations. </p>
syntax:
content: public interface WithOsDiskSettings
content: public interface WithOSDiskSettings
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de027ae021b04b91db48b0f2ab85810464
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de027ae021b04b91db48b0f2ab85810464.yml

Просмотреть файл

@ -41,8 +41,8 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_o_s.withLinuxCustomImage(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de43e39f3a3e2fb469ee47d445934834db.withoutAutoUpdate()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.withoutOverProvisioning()
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de710f4b996758b4ea074bc7585e6a5205.withoutPrimaryInternalLoadBalancer()
@ -464,18 +464,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage in the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -483,18 +483,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"

Просмотреть файл

@ -76,9 +76,9 @@ items:
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withNewStorageAccount(Creatable<StorageAccount>)
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withNewStorageAccount(String)
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOsDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOsDiskName(String)
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOsDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOSDiskCaching(CachingTypes)
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOSDiskName(String)
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOSDiskStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withoutAutoUpdate()
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withoutDataDisk(int)
- com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withoutExtension(String)
@ -1971,14 +1971,14 @@ items:
type: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
description: <p>the next stage of the definition </p>
overridden: com.microsoft.azure.management.compute._virtual_machine_scale_set._de02aa0c10eea52819e80425c65d47893c.withNewStorageAccount(String)
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOsDiskCaching(CachingTypes)
id: withOsDiskCaching(CachingTypes)
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOSDiskCaching(CachingTypes)
id: withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml
langs:
- java
name: withOsDiskCaching(CachingTypes cachingType)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOsDiskCaching(CachingTypes cachingType)
name: withOSDiskCaching(CachingTypes cachingType)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOSDiskCaching(CachingTypes cachingType)
type: Method
source:
remote: *o0
@ -1990,7 +1990,7 @@ items:
<p></p>
syntax:
content: public VirtualMachineScaleSetImpl withOsDiskCaching(CachingTypes cachingType)
content: public VirtualMachineScaleSetImpl withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -1998,15 +1998,15 @@ items:
return:
type: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
description: <p>the next stage of the definition </p>
overridden: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOsDiskName(String)
id: withOsDiskName(String)
overridden: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOSDiskName(String)
id: withOSDiskName(String)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml
langs:
- java
name: withOsDiskName(String name)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOsDiskName(String name)
name: withOSDiskName(String name)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOSDiskName(String name)
type: Method
source:
remote: *o0
@ -2018,7 +2018,7 @@ items:
<p></p>
syntax:
content: public VirtualMachineScaleSetImpl withOsDiskName(String name)
content: public VirtualMachineScaleSetImpl withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -2026,15 +2026,15 @@ items:
return:
type: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
description: <p>the next stage of the definition </p>
overridden: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOsDiskStorageAccountType(StorageAccountTypes)
id: withOsDiskStorageAccountType(StorageAccountTypes)
overridden: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withOSDiskStorageAccountType(StorageAccountTypes)
id: withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
href: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.yml
langs:
- java
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: VirtualMachineScaleSetImpl com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetImpl.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
source:
remote: *o0
@ -2046,7 +2046,7 @@ items:
<p></p>
syntax:
content: public VirtualMachineScaleSetImpl withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public VirtualMachineScaleSetImpl withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types
@ -2054,7 +2054,7 @@ items:
return:
type: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
description: <p>the stage representing creatable VM definition </p>
overridden: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
overridden: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl.withoutAutoUpdate()
id: withoutAutoUpdate()
parent: com.microsoft.azure.management.compute.implementation._virtual_machine_scale_set_impl
@ -5261,18 +5261,18 @@ references:
summary: <p>Describes Protocol and thumbprint of Windows Remote Management listener. </p>
syntax:
content: public class WinRMListener
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskCaching(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskCaching(CachingTypes cachingType)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType)
type: Method
summary: >-
<p>Specifies the caching type for the operating system disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskCaching(CachingTypes cachingType)
content: public WithCreate withOSDiskCaching(CachingTypes cachingType)
parameters:
- id: cachingType
type: com.microsoft.azure.management.compute._caching_types
@ -5280,18 +5280,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_create
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.withOsDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: withOsDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskName(String name)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.withOSDiskName(String)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: withOSDiskName(String name)
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskName(String name)
type: Method
summary: >-
<p>Specifies the name for the OS disk.</p>
<p></p>
syntax:
content: public WithCreate withOsDiskName(String name)
content: public WithCreate withOSDiskName(String name)
parameters:
- id: name
type: "26831127"
@ -5747,18 +5747,18 @@ references:
return:
type: com.microsoft.azure.management.compute._virtual_machine_scale_set._dea6ea737ac52a2ba2927b43f8f0da8037
description: <p>the next stage of virtual machine definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOsDiskStorageAccountType(StorageAccountTypes)
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.withOSDiskStorageAccountType(StorageAccountTypes)
parent: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de6f78bdc4b7c129b7175f18071db85bdd.yml
name: withOsDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOsDiskStorageAccountType(StorageAccountTypes accountType)
name: withOSDiskStorageAccountType(StorageAccountTypes accountType)
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType)
type: Method
summary: >-
<p>Specifies the storage account type for managed OS disk.</p>
<p></p>
syntax:
content: public WithManagedCreate withOsDiskStorageAccountType(StorageAccountTypes accountType)
content: public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
parameters:
- id: accountType
type: com.microsoft.azure.management.compute._storage_account_types

Просмотреть файл

@ -64,12 +64,12 @@ items:
- com.microsoft.azure.management.compute._disk._definition_stages._with_disk_source
- com.microsoft.azure.management.compute._disk._definition_stages._with_group
- com.microsoft.azure.management.compute._disk._definition_stages._with_linux_disk_source
- com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image
- com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image
- com.microsoft.azure.management.compute._disk._definition_stages._with_sku
- com.microsoft.azure.management.compute._disk._definition_stages._with_windows_disk_source
- com.microsoft.azure.management.compute._disk._update
- com.microsoft.azure.management.compute._disk._update_stages
- com.microsoft.azure.management.compute._disk._update_stages._with_os_settings
- com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings
- com.microsoft.azure.management.compute._disk._update_stages._with_size
- com.microsoft.azure.management.compute._disk._update_stages._with_sku
- com.microsoft.azure.management.compute._disk_create_option
@ -124,7 +124,7 @@ items:
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_data_snapshot_source
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_group
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_linux_snapshot_source
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_size
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_sku
- com.microsoft.azure.management.compute._snapshot._definition_stages._with_snapshot_source
@ -133,7 +133,7 @@ items:
- com.microsoft.azure.management.compute._snapshot._definition_stages_18f6e79ed607ebaa029bd9c1752ede1b6
- com.microsoft.azure.management.compute._snapshot._update
- com.microsoft.azure.management.compute._snapshot._update_stages
- com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings
- com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings
- com.microsoft.azure.management.compute._snapshot._update_stages._with_sku
- com.microsoft.azure.management.compute._snapshots
- com.microsoft.azure.management.compute._source_vault
@ -167,6 +167,7 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8
- com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
- com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
- com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
- com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
- com.microsoft.azure.management.compute._virtual_machine._definition_sa3c3d2711dc8f46b261bc0be042fa883
- com.microsoft.azure.management.compute._virtual_machine._definition_sc310c06cbd699c5c771c45eaf3c5ba77
@ -188,7 +189,6 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_network
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_private_i_p
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
@ -298,7 +298,6 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7e932fef85b84450a661ef717c3e033c
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7ebce3fcad3230af174ee10ff656e577
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7f1b6dbece8404a2e76d6e6581f08647
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de806145cbfcbaa2c98755b8d6576190c5
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de8d5a0fbef6e202ba3c3dc3f94a691db7
- com.microsoft.azure.management.compute._virtual_machine_scale_set._de90aee0f8fc51d22117855007f15c2ddb
@ -308,6 +307,7 @@ items:
- com.microsoft.azure.management.compute._virtual_machine_scale_set._deace9fc6a8251d17cadcf2ddcaaee316b
- com.microsoft.azure.management.compute._virtual_machine_scale_set._deb0e975ae3338d8c9784273f0c02966c7
- com.microsoft.azure.management.compute._virtual_machine_scale_set._deb4cb9b647306d32fa5c9ab1506c5754d
- com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
- com.microsoft.azure.management.compute._virtual_machine_scale_set._deddfe5321b06a3b4c6d7ae6ff5d9856a1
- com.microsoft.azure.management.compute._virtual_machine_scale_set._deeb7a2230c5d32793a0916ccc0c9ebed0
- com.microsoft.azure.management.compute._virtual_machine_scale_set._deee57fd65a946690a06baf11c15c01fd7
@ -2393,7 +2393,7 @@ references:
type: Interface
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<Snapshot>,Resource.UpdateWithTags<Snapshot.Update>,Snapshot.UpdateStages.WithSku,Snapshot.UpdateStages.WithOsSettings
content: public interface Update extends Appliable<Snapshot>,Resource.UpdateWithTags<Snapshot.Update>,Snapshot.UpdateStages.WithSku,Snapshot.UpdateStages.WithOSSettings
- uid: com.microsoft.azure.management.compute._disk._update
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._disk._update.yml
@ -2402,7 +2402,7 @@ references:
type: Interface
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOsSettings
content: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOSSettings
- uid: com.microsoft.azure.management.compute._virtual_machine_unmanaged_data_disk._update
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_unmanaged_data_disk._update.yml
@ -2924,7 +2924,7 @@ references:
type: Interface
summary: <p>The stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
content: public interface WithCreate extends Creatable<VirtualMachineScaleSet>,VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings,VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix,VirtualMachineScaleSet.DefinitionStages.WithCapacity,VirtualMachineScaleSet.DefinitionStages.WithUpgradePolicy,VirtualMachineScaleSet.DefinitionStages.WithOverProvision,VirtualMachineScaleSet.DefinitionStages.WithStorageAccount,VirtualMachineScaleSet.DefinitionStages.WithCustomData,VirtualMachineScaleSet.DefinitionStages.WithExtension,Resource.DefinitionWithTags<VirtualMachineScaleSet.DefinitionStages.WithCreate>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create.yml
@ -2933,7 +2933,7 @@ references:
type: Interface
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
syntax:
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOsDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
content: public interface WithCreate extends Creatable<VirtualMachine>,Resource.DefinitionWithTags<WithCreate>,VirtualMachine.DefinitionStages.WithOSDiskSettings,VirtualMachine.DefinitionStages.WithVMSize,VirtualMachine.DefinitionStages.WithStorageAccount,VirtualMachine.DefinitionStages.WithAvailabilitySet,VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface,VirtualMachine.DefinitionStages.WithExtension,VirtualMachine.DefinitionStages.WithPlan
- uid: com.microsoft.azure.management.compute._virtual_machine_custom_image.1d778b271c35550838623f12a13a9835
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_custom_image.1d778b271c35550838623f12a13a9835.yml
@ -3819,15 +3819,15 @@ references:
summary: <p>The stage of the virtual machine scale set definition allowing to specify the operating system image. </p>
syntax:
content: public interface WithOS
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.yml
name: Disk.DefinitionStages.WithOsDiskFromImage
fullName: com.microsoft.azure.management.compute.Disk.DefinitionStages.WithOsDiskFromImage
href: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.yml
name: Disk.DefinitionStages.WithOSDiskFromImage
fullName: com.microsoft.azure.management.compute.Disk.DefinitionStages.WithOSDiskFromImage
type: Interface
summary: <p>The stage of the managed disk definition allowing to choose source operating system image. </p>
syntax:
content: public interface WithOsDiskFromImage
content: public interface WithOSDiskFromImage
- uid: com.microsoft.azure.management.compute._virtual_machine_custom_image.261a2b8d0e92e986be52891c86522432
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_custom_image.261a2b8d0e92e986be52891c86522432.yml
@ -3846,24 +3846,24 @@ references:
summary: <p>The stage of the image definition that allows choosing between using a virtual machine as the source for OS and the data disk images or beginning an OS disk image definition. </p>
syntax:
content: public interface WithOSDiskImageSourceAltVirtualMachineSource extends VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource,VirtualMachineCustomImage.DefinitionStages.WithSourceVirtualMachine
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
name: VirtualMachine.DefinitionStages.WithOsDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
name: VirtualMachine.DefinitionStages.WithOSDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOSDiskSettings
type: Interface
summary: <p>The stage of a virtual machine definition allowing to specify OS disk configurations. </p>
syntax:
content: public interface WithOsDiskSettings
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
content: public interface WithOSDiskSettings
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
name: VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
name: VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings
fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings
type: Interface
summary: <p>The stage of a virtual machine scale set definition allowing to specify OS disk configurations. </p>
syntax:
content: public interface WithOsDiskSettings
content: public interface WithOSDiskSettings
- uid: com.microsoft.azure.management.compute._virtual_machine_custom_image.c747b878b6f7619eaa4fc54f9668b083
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_custom_image.c747b878b6f7619eaa4fc54f9668b083.yml
@ -3873,33 +3873,33 @@ references:
summary: <p>The stage of an image definition allowing to specify configurations for the OS disk when it is created from the image's OS disk image. </p>
syntax:
content: public interface WithOSDiskSettings
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings.yml
name: Disk.UpdateStages.WithOsSettings
fullName: com.microsoft.azure.management.compute.Disk.UpdateStages.WithOsSettings
href: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings.yml
name: Disk.UpdateStages.WithOSSettings
fullName: com.microsoft.azure.management.compute.Disk.UpdateStages.WithOSSettings
type: Interface
summary: <p>The stage of the managed disk update allowing to specify OS settings. </p>
syntax:
content: public interface WithOsSettings
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings
content: public interface WithOSSettings
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings.yml
name: Snapshot.UpdateStages.WithOsSettings
fullName: com.microsoft.azure.management.compute.Snapshot.UpdateStages.WithOsSettings
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings.yml
name: Snapshot.UpdateStages.WithOSSettings
fullName: com.microsoft.azure.management.compute.Snapshot.UpdateStages.WithOSSettings
type: Interface
summary: <p>The stage of the managed snapshot update allowing to specify OS settings. </p>
syntax:
content: public interface WithOsSettings
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image
content: public interface WithOSSettings
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.yml
name: Snapshot.DefinitionStages.WithOsSnapshotFromImage
fullName: com.microsoft.azure.management.compute.Snapshot.DefinitionStages.WithOsSnapshotFromImage
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.yml
name: Snapshot.DefinitionStages.WithOSSnapshotFromImage
fullName: com.microsoft.azure.management.compute.Snapshot.DefinitionStages.WithOSSnapshotFromImage
type: Interface
summary: <p>The stage of the managed disk definition allowing to choose a source operating system image. </p>
syntax:
content: public interface WithOsSnapshotFromImage
content: public interface WithOSSnapshotFromImage
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._up28c5403db9095790b324b068cdc3008b
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._up28c5403db9095790b324b068cdc3008b.yml

Просмотреть файл

@ -3949,9 +3949,9 @@
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_linux_disk_source
name: Disk.DefinitionStages.WithLinuxDiskSource
href: com.microsoft.azure.management.compute._disk._definition_stages._with_linux_disk_source.yml
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image
name: Disk.DefinitionStages.WithOsDiskFromImage
href: com.microsoft.azure.management.compute._disk._definition_stages._with_os_disk_from_image.yml
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image
name: Disk.DefinitionStages.WithOSDiskFromImage
href: com.microsoft.azure.management.compute._disk._definition_stages._with_o_s_disk_from_image.yml
- uid: com.microsoft.azure.management.compute._disk._definition_stages._with_sku
name: Disk.DefinitionStages.WithSku
href: com.microsoft.azure.management.compute._disk._definition_stages._with_sku.yml
@ -3964,9 +3964,9 @@
- uid: com.microsoft.azure.management.compute._disk._update_stages
name: Disk.UpdateStages
href: com.microsoft.azure.management.compute._disk._update_stages.yml
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings
name: Disk.UpdateStages.WithOsSettings
href: com.microsoft.azure.management.compute._disk._update_stages._with_os_settings.yml
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings
name: Disk.UpdateStages.WithOSSettings
href: com.microsoft.azure.management.compute._disk._update_stages._with_o_s_settings.yml
- uid: com.microsoft.azure.management.compute._disk._update_stages._with_size
name: Disk.UpdateStages.WithSize
href: com.microsoft.azure.management.compute._disk._update_stages._with_size.yml
@ -4135,9 +4135,9 @@
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_linux_snapshot_source
name: Snapshot.DefinitionStages.WithLinuxSnapshotSource
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_linux_snapshot_source.yml
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image
name: Snapshot.DefinitionStages.WithOsSnapshotFromImage
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_os_snapshot_from_image.yml
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image
name: Snapshot.DefinitionStages.WithOSSnapshotFromImage
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_o_s_snapshot_from_image.yml
- uid: com.microsoft.azure.management.compute._snapshot._definition_stages._with_size
name: Snapshot.DefinitionStages.WithSize
href: com.microsoft.azure.management.compute._snapshot._definition_stages._with_size.yml
@ -4156,9 +4156,9 @@
- uid: com.microsoft.azure.management.compute._snapshot._update_stages
name: Snapshot.UpdateStages
href: com.microsoft.azure.management.compute._snapshot._update_stages.yml
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings
name: Snapshot.UpdateStages.WithOsSettings
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_os_settings.yml
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings
name: Snapshot.UpdateStages.WithOSSettings
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_o_s_settings.yml
- uid: com.microsoft.azure.management.compute._snapshot._update_stages._with_sku
name: Snapshot.UpdateStages.WithSku
href: com.microsoft.azure.management.compute._snapshot._update_stages._with_sku.yml
@ -4282,9 +4282,9 @@
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
name: VirtualMachine.DefinitionStages.WithOS
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
name: VirtualMachine.DefinitionStages.WithOsDiskSettings
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075
name: VirtualMachine.DefinitionStages.WithOSDiskSettings
href: com.microsoft.azure.management.compute._virtual_machine._definition_s96e6d122c4685cc038cfd62eb3c8f075.yml
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
name: VirtualMachine.DefinitionStages.WithPlan
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
@ -4663,9 +4663,9 @@
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_o_s
name: VirtualMachineScaleSet.DefinitionStages.WithOS
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._definition_stages._with_o_s.yml
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80
name: VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._de7fb227eb13eff9cb4ad20d938c8f2c80.yml
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7
name: VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._ded7e6d5eac86cfe0cf83bc654f07f02a7.yml
- uid: com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c
name: VirtualMachineScaleSet.DefinitionStages.WithOverProvision
href: com.microsoft.azure.management.compute._virtual_machine_scale_set._dea43000d3ad3d6856d65a6d2fef41f96c.yml