This commit is contained in:
OpenPublishBuild 2017-05-08 17:39:05 +00:00
Родитель aea8ca9aa5
Коммит a17c145580
30 изменённых файлов: 262 добавлений и 161 удалений

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

@ -30,6 +30,7 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_se40bfdc476b74415bd08f85af8979ec8.withAdminPassword(String) - com.microsoft.azure.management.compute._virtual_machine._definition_se40bfdc476b74415bd08f85af8979ec8.withAdminPassword(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s1e39df43bd1983face7f624239a12cf5.withAdminUsername(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1e39df43bd1983face7f624239a12cf5.withAdminUsername(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet) - com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
@ -251,6 +252,26 @@ references:
return: return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage stage of the definition </p> description: <p>the next stage stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
href: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.yml
name: withCustomData(String base64EncodedCustomData)
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
type: Method
summary: >-
<p>Specifies the custom data for the virtual machine.</p>
<p></p>
syntax:
content: public WithFromImageCreateOptionsManaged withCustomData(String base64EncodedCustomData)
parameters:
- id: base64EncodedCustomData
type: "26831127"
description: <p>the base64 encoded custom data </p>
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes) - uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create 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 href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml

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

@ -31,7 +31,7 @@ items:
- com.microsoft.azure.management.compute._virtual_machine._definition_sa3c3d2711dc8f46b261bc0be042fa883.withAdminPassword(String) - com.microsoft.azure.management.compute._virtual_machine._definition_sa3c3d2711dc8f46b261bc0be042fa883.withAdminPassword(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_sd5940b4b2d4e110cdfa26cc144ab03cb.withAdminUsername(String) - com.microsoft.azure.management.compute._virtual_machine._definition_sd5940b4b2d4e110cdfa26cc144ab03cb.withAdminUsername(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withCustomData(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet) - com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
@ -278,12 +278,12 @@ references:
return: return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage stage of the definition </p> description: <p>the next stage stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withCustomData(String) - uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8 parent: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
href: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.yml href: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.yml
name: withCustomData(String base64EncodedCustomData) name: withCustomData(String base64EncodedCustomData)
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withCustomData(String base64EncodedCustomData) nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withCustomData(String base64EncodedCustomData) fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
type: Method type: Method
summary: >- summary: >-
<p>Specifies the custom data for the virtual machine.</p> <p>Specifies the custom data for the virtual machine.</p>

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

@ -4,6 +4,7 @@ items:
parent: com.microsoft.azure.management.compute parent: com.microsoft.azure.management.compute
children: children:
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
href: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.yml href: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.yml
langs: langs:
- java - java
@ -17,7 +18,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 883 startLine: 875
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition containing various settings when virtual machine is created from image. </p> summary: <p>The stage of a virtual machine definition containing various settings when virtual machine is created from image. </p>
syntax: &o1 syntax: &o1
@ -75,7 +76,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 890 startLine: 891
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the computer name for the virtual machine.</p> <p>Specifies the computer name for the virtual machine.</p>
@ -90,11 +91,45 @@ items:
return: return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage stage of the definition </p> description: <p>the next stage stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
id: withCustomData(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
href: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.yml
langs:
- java
name: withCustomData(String base64EncodedCustomData)
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
overload: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData*
type: Method
source:
remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 883
package: com.microsoft.azure.management.compute
summary: >-
<p>Specifies the custom data for the virtual machine.</p>
<p></p>
syntax:
content: public WithFromImageCreateOptionsManaged withCustomData(String base64EncodedCustomData)
parameters:
- id: base64EncodedCustomData
type: "26831127"
description: <p>the base64 encoded custom data </p>
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage of the definition </p>
references: references:
- uid: "26831127" - uid: "26831127"
spec.java: spec.java:
- name: String - name: String
fullName: String fullName: String
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData*
name: withCustomData
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData
package: com.microsoft.azure.management.compute
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName* - uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName*
name: withComputerName name: withComputerName
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withComputerName nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withComputerName

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

@ -27,7 +27,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1141 startLine: 1142
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition allowing to specify a managed data disk. </p> summary: <p>The stage of a virtual machine definition allowing to specify a managed data disk. </p>
syntax: syntax:
@ -46,7 +46,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1202 startLine: 1203
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Associates an existing source managed disk with the virtual machine.</p> <p>Associates an existing source managed disk with the virtual machine.</p>
@ -75,7 +75,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1212 startLine: 1213
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p> <p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
@ -110,7 +110,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1225 startLine: 1226
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p> <p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
@ -148,7 +148,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1149 startLine: 1150
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a managed disk should be created explicitly with the given definition and attached to the virtual machine as a data disk.</p> <p>Specifies that a managed disk should be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
@ -177,7 +177,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1160 startLine: 1161
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a managed disk needs to be created explicitly with the given definition and attach to the virtual machine as data disk.</p> <p>Specifies that a managed disk needs to be created explicitly with the given definition and attach to the virtual machine as data disk.</p>
@ -212,7 +212,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1170 startLine: 1171
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a managed disk needs to be created implicitly with the given size.</p> <p>Specifies that a managed disk needs to be created implicitly with the given size.</p>
@ -241,7 +241,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1180 startLine: 1181
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a managed disk needs to be created implicitly with the given settings.</p> <p>Specifies that a managed disk needs to be created implicitly with the given settings.</p>
@ -276,7 +276,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1191 startLine: 1192
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a managed disk needs to be created implicitly with the given settings.</p> <p>Specifies that a managed disk needs to be created implicitly with the given settings.</p>
@ -314,7 +314,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1236 startLine: 1237
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the data disk to be created from the data disk image in the virtual machine image.</p> <p>Specifies the data disk to be created from the data disk image in the virtual machine image.</p>
@ -343,7 +343,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1246 startLine: 1247
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the data disk to be created from the data disk image in the virtual machine image.</p> <p>Specifies the data disk to be created from the data disk image in the virtual machine image.</p>
@ -378,7 +378,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1259 startLine: 1260
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the data disk to be created from the data disk image in the virtual machine image.</p> <p>Specifies the data disk to be created from the data disk image in the virtual machine image.</p>

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

@ -17,7 +17,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 919 startLine: 920
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of the Linux virtual machine 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> summary: <p>The stage of the Linux virtual machine 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: &o1 syntax: &o1
@ -30,7 +30,7 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key() - com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name() - com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withCustomData(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet) - com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
@ -78,7 +78,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 925 startLine: 926
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>Specifies an SSH public key. </p> summary: <p>Specifies an SSH public key. </p>
syntax: syntax:
@ -216,12 +216,12 @@ references:
return: return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage stage of the definition </p> description: <p>the next stage stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withCustomData(String) - uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8 parent: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
href: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.yml href: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.yml
name: withCustomData(String base64EncodedCustomData) name: withCustomData(String base64EncodedCustomData)
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withCustomData(String base64EncodedCustomData) nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withCustomData(String base64EncodedCustomData) fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
type: Method type: Method
summary: >- summary: >-
<p>Specifies the custom data for the virtual machine.</p> <p>Specifies the custom data for the virtual machine.</p>

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

@ -17,7 +17,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 948 startLine: 949
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a Linux virtual machine 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> summary: <p>The stage of a Linux virtual machine 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: &o1 syntax: &o1
@ -67,7 +67,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 954 startLine: 955
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>Specifies an SSH public key. </p> summary: <p>Specifies an SSH public key. </p>
syntax: syntax:

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

@ -17,7 +17,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 961 startLine: 962
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of the Windows virtual machine definition allowing to enable unmanaged disks or continue the definition of the VM with managed disks only. </p> summary: <p>The stage of the Windows virtual machine definition allowing to enable unmanaged disks or continue the definition of the VM with managed disks only. </p>
syntax: syntax:
@ -30,6 +30,7 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key() - com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name() - com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet) - com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
@ -80,7 +81,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 966 startLine: 967
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>Enables unmanaged disk support on this virtual machine. </p> summary: <p>Enables unmanaged disk support on this virtual machine. </p>
syntax: syntax:
@ -210,6 +211,26 @@ references:
return: return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage stage of the definition </p> description: <p>the next stage stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
href: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.yml
name: withCustomData(String base64EncodedCustomData)
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
type: Method
summary: >-
<p>Specifies the custom data for the virtual machine.</p>
<p></p>
syntax:
content: public WithFromImageCreateOptionsManaged withCustomData(String base64EncodedCustomData)
parameters:
- id: base64EncodedCustomData
type: "26831127"
description: <p>the base64 encoded custom data </p>
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes) - uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create 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 href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml

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

@ -3,7 +3,6 @@ items:
id: _definition_s62c23cb261766051043ad295190819b8 id: _definition_s62c23cb261766051043ad295190819b8
parent: com.microsoft.azure.management.compute parent: com.microsoft.azure.management.compute
children: children:
- com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withCustomData(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withUnmanagedDisks() - com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withUnmanagedDisks()
href: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.yml href: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.yml
langs: langs:
@ -31,6 +30,7 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key() - com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name() - com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet) - com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
@ -63,35 +63,6 @@ items:
- 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_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.withTag(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTags(Map<String, String>) - com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTags(Map<String, String>)
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withCustomData(String)
id: withCustomData(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8
href: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.yml
langs:
- java
name: withCustomData(String base64EncodedCustomData)
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withCustomData(String base64EncodedCustomData)
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withCustomData(String base64EncodedCustomData)
overload: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withCustomData*
type: Method
source:
remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 877
package: com.microsoft.azure.management.compute
summary: >-
<p>Specifies the custom data for the virtual machine.</p>
<p></p>
syntax:
content: public WithFromImageCreateOptionsManaged withCustomData(String base64EncodedCustomData)
parameters:
- id: base64EncodedCustomData
type: "26831127"
description: <p>the base64 encoded custom data </p>
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withUnmanagedDisks() - uid: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withUnmanagedDisks()
id: withUnmanagedDisks() id: withUnmanagedDisks()
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8 parent: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8
@ -120,15 +91,6 @@ references:
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withUnmanagedDisks nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withUnmanagedDisks
fullName: WithFromImageCreateOptionsUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withUnmanagedDisks fullName: WithFromImageCreateOptionsUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withUnmanagedDisks
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withCustomData*
name: withCustomData
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withCustomData
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withCustomData
package: com.microsoft.azure.management.compute
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable.create() - uid: com.microsoft.azure.management.resources.fluentcore.model._creatable.create()
parent: com.microsoft.azure.management.resources.fluentcore.model._creatable parent: com.microsoft.azure.management.resources.fluentcore.model._creatable
href: com.microsoft.azure.management.resources.fluentcore.model._creatable.yml href: com.microsoft.azure.management.resources.fluentcore.model._creatable.yml
@ -245,6 +207,26 @@ references:
return: return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage stage of the definition </p> description: <p>the next stage stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
href: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.yml
name: withCustomData(String base64EncodedCustomData)
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
type: Method
summary: >-
<p>Specifies the custom data for the virtual machine.</p>
<p></p>
syntax:
content: public WithFromImageCreateOptionsManaged withCustomData(String base64EncodedCustomData)
parameters:
- id: base64EncodedCustomData
type: "26831127"
description: <p>the base64 encoded custom data </p>
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes) - uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create 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 href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml

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

@ -18,7 +18,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1334 startLine: 1335
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition allowing to specify additional network interfaces. </p> summary: <p>The stage of a virtual machine definition allowing to specify additional network interfaces. </p>
syntax: syntax:
@ -37,7 +37,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1356 startLine: 1357
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Associates an existing network interface with the virtual machine. </p> <p>Associates an existing network interface with the virtual machine. </p>
@ -68,7 +68,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1345 startLine: 1346
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Creates a new network interface to associate with the virtual machine, based on the provided definition. </p> <p>Creates a new network interface to associate with the virtual machine, based on the provided definition. </p>

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

@ -19,7 +19,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1110 startLine: 1111
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition allowing to add an unmanaged data disk. </p> summary: <p>The stage of a virtual machine definition allowing to add an unmanaged data disk. </p>
syntax: syntax:
@ -38,7 +38,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1135 startLine: 1136
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Begins definition of an unmanaged data disk to be attached to the virtual machine.</p> <p>Begins definition of an unmanaged data disk to be attached to the virtual machine.</p>
@ -67,7 +67,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1127 startLine: 1128
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Attaches an existing unmanaged VHD as a data disk to the virtual machine.</p> <p>Attaches an existing unmanaged VHD as a data disk to the virtual machine.</p>
@ -102,7 +102,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1117 startLine: 1118
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Attaches a new blank unmanaged data disk to the virtual machine.</p> <p>Attaches a new blank unmanaged data disk to the virtual machine.</p>

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

@ -20,7 +20,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1052 startLine: 1053
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition allowing to specify OS disk configurations. </p> summary: <p>The stage of a virtual machine definition allowing to specify OS disk configurations. </p>
syntax: syntax:
@ -39,7 +39,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1059 startLine: 1060
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the caching type for the OS disk.</p> <p>Specifies the caching type for the OS disk.</p>
@ -68,7 +68,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1067 startLine: 1068
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- 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>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
@ -97,7 +97,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1083 startLine: 1084
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- 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>Specifies the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
@ -126,7 +126,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1075 startLine: 1076
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- 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> <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>

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

@ -20,7 +20,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 973 startLine: 974
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a Windows virtual machine 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> summary: <p>The stage of a Windows virtual machine 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: &o1 syntax: &o1
@ -33,6 +33,7 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key() - com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name() - com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet) - com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
@ -79,7 +80,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 988 startLine: 989
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Disables automatic updates.</p> <p>Disables automatic updates.</p>
@ -104,7 +105,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 980 startLine: 981
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Prevents the provisioning of a VM agent.</p> <p>Prevents the provisioning of a VM agent.</p>
@ -129,7 +130,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 996 startLine: 997
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the time-zone.</p> <p>Specifies the time-zone.</p>
@ -158,7 +159,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1006 startLine: 1007
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies WinRM listener. </p> <p>Specifies WinRM listener. </p>
@ -316,6 +317,26 @@ references:
return: return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage stage of the definition </p> description: <p>the next stage stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
href: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.yml
name: withCustomData(String base64EncodedCustomData)
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
type: Method
summary: >-
<p>Specifies the custom data for the virtual machine.</p>
<p></p>
syntax:
content: public WithFromImageCreateOptionsManaged withCustomData(String base64EncodedCustomData)
parameters:
- id: base64EncodedCustomData
type: "26831127"
description: <p>the base64 encoded custom data </p>
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes) - uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create 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 href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml

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

@ -20,7 +20,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1013 startLine: 1014
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of the Windows virtual machine 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> summary: <p>The stage of the Windows virtual machine 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: &o1 syntax: &o1
@ -70,7 +70,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1028 startLine: 1029
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that automatic updates should be disabled.</p> <p>Specifies that automatic updates should be disabled.</p>
@ -95,7 +95,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1020 startLine: 1021
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that VM Agent should not be provisioned.</p> <p>Specifies that VM Agent should not be provisioned.</p>
@ -120,7 +120,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1036 startLine: 1037
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the time-zone.</p> <p>Specifies the time-zone.</p>
@ -149,7 +149,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1046 startLine: 1047
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the WINRM listener. </p> <p>Specifies the WINRM listener. </p>

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

@ -18,7 +18,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 896 startLine: 897
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition containing various settings when virtual machine is created from image. </p> summary: <p>The stage of a virtual machine definition containing various settings when virtual machine is created from image. </p>
syntax: &o1 syntax: &o1
@ -66,7 +66,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 911 startLine: 912
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the computer name for the virtual machine.</p> <p>Specifies the computer name for the virtual machine.</p>
@ -95,7 +95,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 903 startLine: 904
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the custom data for the virtual machine.</p> <p>Specifies the custom data for the virtual machine.</p>

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

@ -17,7 +17,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 932 startLine: 933
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a Linux virtual machine 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> summary: <p>The stage of a Linux virtual machine 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: &o1 syntax: &o1
@ -30,6 +30,7 @@ items:
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key() - com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name() - com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String) - com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withComputerName(String)
- com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet) - com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
@ -76,7 +77,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 941 startLine: 942
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the SSH public key. </p> <p>Specifies the SSH public key. </p>
@ -219,6 +220,26 @@ references:
return: return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage stage of the definition </p> description: <p>the next stage stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.withCustomData(String)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
href: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c.yml
name: withCustomData(String base64EncodedCustomData)
nameWithType: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
type: Method
summary: >-
<p>Specifies the custom data for the virtual machine.</p>
<p></p>
syntax:
content: public WithFromImageCreateOptionsManaged withCustomData(String base64EncodedCustomData)
parameters:
- id: base64EncodedCustomData
type: "26831127"
description: <p>the base64 encoded custom data </p>
return:
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
description: <p>the next stage of the definition </p>
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes) - uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultCachingType(CachingTypes)
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create 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 href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml

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

@ -19,7 +19,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1268 startLine: 1269
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of the virtual machine definition allowing to specify availability set. </p> summary: <p>The stage of the virtual machine definition allowing to specify availability set. </p>
syntax: syntax:
@ -38,7 +38,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1289 startLine: 1290
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p> summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
syntax: syntax:
@ -64,7 +64,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1282 startLine: 1283
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p> summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
syntax: syntax:
@ -90,7 +90,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1274 startLine: 1275
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p> summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
syntax: syntax:

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

@ -15,7 +15,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1450 startLine: 1451
package: com.microsoft.azure.management.compute 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> 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: syntax:

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

@ -17,7 +17,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1362 startLine: 1363
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of the virtual machine definition allowing to specify extensions. </p> summary: <p>The stage of the virtual machine definition allowing to specify extensions. </p>
syntax: syntax:
@ -36,7 +36,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1369 startLine: 1370
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Starts the definition of an extension to be attached to the virtual machine.</p> <p>Starts the definition of an extension to be attached to the virtual machine.</p>

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

@ -19,7 +19,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1399 startLine: 1400
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of the definition which contains all the minimum required inputs for the VM to be created and optionally allow managed data disks specific settings to be specified. </p> summary: <p>The stage of the definition which contains all the minimum required inputs for the VM to be created and optionally allow managed data disks specific settings to be specified. </p>
syntax: &o1 syntax: &o1
@ -74,7 +74,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1416 startLine: 1417
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the default caching type for the managed data disks.</p> <p>Specifies the default caching type for the managed data disks.</p>
@ -103,7 +103,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1424 startLine: 1425
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the default caching type for managed data disks.</p> <p>Specifies the default caching type for managed data disks.</p>
@ -132,7 +132,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1408 startLine: 1409
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the storage account type for the managed OS disk.</p> <p>Specifies the storage account type for the managed OS disk.</p>

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

@ -18,7 +18,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1375 startLine: 1376
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition allowing to specify a purchase plan. </p> summary: <p>The stage of a virtual machine definition allowing to specify a purchase plan. </p>
syntax: syntax:
@ -37,7 +37,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1382 startLine: 1383
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the purchase plan for the virtual machine.</p> <p>Specifies the purchase plan for the virtual machine.</p>
@ -66,7 +66,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1391 startLine: 1392
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the purchase plan for the virtual machine.</p> <p>Specifies the purchase plan for the virtual machine.</p>

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

@ -19,7 +19,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1295 startLine: 1296
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition allowing to specify a storage account. </p> summary: <p>The stage of a virtual machine definition allowing to specify a storage account. </p>
syntax: syntax:
@ -38,7 +38,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1328 startLine: 1329
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p> <p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
@ -69,7 +69,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1317 startLine: 1318
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p> <p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
@ -100,7 +100,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1305 startLine: 1306
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p> <p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>

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

@ -17,7 +17,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1432 startLine: 1433
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition which contains all the minimum required inputs for the VM to be created and optionally allow unmanaged data disk and settings specific to unmanaged OS disk to be specified. </p> summary: <p>The stage of a virtual machine definition which contains all the minimum required inputs for the VM to be created and optionally allow unmanaged data disk and settings specific to unmanaged OS disk to be specified. </p>
syntax: &o1 syntax: &o1
@ -64,7 +64,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1442 startLine: 1443
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the name of an OS disk VHD file and its parent container.</p> <p>Specifies the name of an OS disk VHD file and its parent container.</p>

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

@ -18,7 +18,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1089 startLine: 1090
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition allowing to select a VM size. </p> summary: <p>The stage of a virtual machine definition allowing to select a VM size. </p>
syntax: syntax:
@ -37,7 +37,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1096 startLine: 1097
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Selects the size of the virtual machine.</p> <p>Selects the size of the virtual machine.</p>
@ -66,7 +66,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1104 startLine: 1105
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the size of the virtual machine.</p> <p>Specifies the size of the virtual machine.</p>

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

@ -23,7 +23,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1726 startLine: 1727
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The template for an update operation, containing all the settings that can be modified. </p> summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
syntax: &o1 syntax: &o1
@ -71,7 +71,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1747 startLine: 1748
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the default caching type for the managed data disks.</p> <p>Specifies the default caching type for the managed data disks.</p>
@ -100,7 +100,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1755 startLine: 1756
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies a storage account type.</p> <p>Specifies a storage account type.</p>
@ -129,7 +129,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1763 startLine: 1764
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the caching type for the OS disk.</p> <p>Specifies the caching type for the OS disk.</p>
@ -158,7 +158,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1739 startLine: 1740
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- 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>Specifies the encryption settings for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref>.</p>
@ -187,7 +187,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1773 startLine: 1774
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies the size of the OS disk in GB. </p> <p>Specifies the size of the OS disk in GB. </p>
@ -218,7 +218,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1781 startLine: 1782
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies a new size for the virtual machine.</p> <p>Specifies a new size for the virtual machine.</p>
@ -247,7 +247,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1789 startLine: 1790
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies a new size for the virtual machine.</p> <p>Specifies a new size for the virtual machine.</p>

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

@ -19,7 +19,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1659 startLine: 1660
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine update allowing to specify additional network interfaces. </p> summary: <p>The stage of a virtual machine update allowing to specify additional network interfaces. </p>
syntax: syntax:
@ -38,7 +38,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1680 startLine: 1681
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Associates an existing network interface with the virtual machine.</p> <p>Associates an existing network interface with the virtual machine.</p>
@ -69,7 +69,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1669 startLine: 1670
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Creates a new network interface to associate with the virtual machine. </p> <p>Creates a new network interface to associate with the virtual machine. </p>
@ -100,7 +100,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1688 startLine: 1689
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Removes a secondary network interface from the virtual machine.</p> <p>Removes a secondary network interface from the virtual machine.</p>

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

@ -19,7 +19,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1694 startLine: 1695
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine update allowing to specify extensions. </p> summary: <p>The stage of a virtual machine update allowing to specify extensions. </p>
syntax: syntax:
@ -38,7 +38,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1703 startLine: 1704
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Begins the definition of an extension to be attached to the virtual machine.</p> <p>Begins the definition of an extension to be attached to the virtual machine.</p>
@ -67,7 +67,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1711 startLine: 1712
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Begins the description of an update of an existing extension of this virtual machine.</p> <p>Begins the description of an update of an existing extension of this virtual machine.</p>
@ -96,7 +96,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1719 startLine: 1720
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Detaches an extension from the virtual machine.</p> <p>Detaches an extension from the virtual machine.</p>

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

@ -25,7 +25,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1525 startLine: 1526
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine update allowing to specify a managed data disk. </p> summary: <p>The stage of a virtual machine update allowing to specify a managed data disk. </p>
syntax: syntax:
@ -44,7 +44,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1584 startLine: 1585
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Associates an existing source managed disk with the VM.</p> <p>Associates an existing source managed disk with the VM.</p>
@ -73,7 +73,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1594 startLine: 1595
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies an existing source managed disk and settings.</p> <p>Specifies an existing source managed disk and settings.</p>
@ -108,7 +108,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1607 startLine: 1608
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies an existing source managed disk and settings.</p> <p>Specifies an existing source managed disk and settings.</p>
@ -146,7 +146,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1533 startLine: 1534
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a managed disk needs to be created explicitly with the given definition and attached to the virtual machine as a data disk.</p> <p>Specifies that a managed disk needs to be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
@ -175,7 +175,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1544 startLine: 1545
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a managed disk needs to be created explicitly with the given definition and attached to the virtual machine as a data disk.</p> <p>Specifies that a managed disk needs to be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
@ -210,7 +210,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1552 startLine: 1553
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a managed disk needs to be created implicitly with the given size.</p> <p>Specifies that a managed disk needs to be created implicitly with the given size.</p>
@ -239,7 +239,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1562 startLine: 1563
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a managed disk needs to be created implicitly with the given settings.</p> <p>Specifies that a managed disk needs to be created implicitly with the given settings.</p>
@ -274,7 +274,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1573 startLine: 1574
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a managed disk needs to be created implicitly with the given settings.</p> <p>Specifies that a managed disk needs to be created implicitly with the given settings.</p>
@ -312,7 +312,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1618 startLine: 1619
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Detaches a managed data disk with the given LUN from the virtual machine.</p> <p>Detaches a managed data disk with the given LUN from the virtual machine.</p>

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

@ -22,7 +22,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1470 startLine: 1471
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine definition allowing to specify unmanaged data disk configuration. </p> summary: <p>The stage of a virtual machine definition allowing to specify unmanaged data disk configuration. </p>
syntax: syntax:
@ -41,7 +41,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1495 startLine: 1496
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Begins the definition of a blank unmanaged data disk to be attached to the virtual machine along with its configuration.</p> <p>Begins the definition of a blank unmanaged data disk to be attached to the virtual machine along with its configuration.</p>
@ -70,7 +70,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1503 startLine: 1504
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Begins the description of an update of an existing unmanaged data disk of this virtual machine.</p> <p>Begins the description of an update of an existing unmanaged data disk of this virtual machine.</p>
@ -99,7 +99,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1487 startLine: 1488
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies an existing VHD that needs to be attached to the virtual machine as data disk.</p> <p>Specifies an existing VHD that needs to be attached to the virtual machine as data disk.</p>
@ -134,7 +134,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1477 startLine: 1478
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Specifies that a new blank unmanaged data disk needs to be attached to virtual machine.</p> <p>Specifies that a new blank unmanaged data disk needs to be attached to virtual machine.</p>
@ -163,7 +163,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1519 startLine: 1520
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Detaches a unmanaged data disk from the virtual machine.</p> <p>Detaches a unmanaged data disk from the virtual machine.</p>
@ -192,7 +192,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1511 startLine: 1512
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Detaches an unmanaged data disk from the virtual machine.</p> <p>Detaches an unmanaged data disk from the virtual machine.</p>

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

@ -15,7 +15,7 @@ items:
branch: master branch: master
repo: https://github.com/Azure/azure-sdk-for-java repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
startLine: 1466 startLine: 1467
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>Grouping of virtual machine update stages. </p> summary: <p>Grouping of virtual machine update stages. </p>
syntax: syntax:

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

@ -104,7 +104,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java
startLine: 292 startLine: 298
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
syntax: syntax:
content: public boolean equals(Object obj) content: public boolean equals(Object obj)
@ -127,7 +127,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java
startLine: 246 startLine: 249
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: >- summary: >-
<p>Parses a SKU into a VMSS SKU type and creates a new VirtualMachineScaleSetSkuType instance if not found among the existing ones.</p> <p>Parses a SKU into a VMSS SKU type and creates a new VirtualMachineScaleSetSkuType instance if not found among the existing ones.</p>
@ -156,7 +156,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java
startLine: 270 startLine: 273
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
summary: <p>Parses into a VMSS SKU type and creates a new VMSS SKU type instance if not found among the existing ones. </p> summary: <p>Parses into a VMSS SKU type and creates a new VMSS SKU type instance if not found among the existing ones. </p>
syntax: syntax:
@ -185,7 +185,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java
startLine: 287 startLine: 293
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
syntax: syntax:
content: public int hashCode() content: public int hashCode()
@ -205,7 +205,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java
startLine: 277 startLine: 280
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
syntax: syntax:
content: public Sku sku() content: public Sku sku()
@ -1386,7 +1386,7 @@ items:
source: source:
remote: *o0 remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachineScaleSetSkuTypes.java
startLine: 282 startLine: 288
package: com.microsoft.azure.management.compute package: com.microsoft.azure.management.compute
syntax: syntax:
content: public String toString() content: public String toString()