Update Reference Content
This commit is contained in:
Родитель
136516138c
Коммит
a57dd90a1d
|
@ -35,7 +35,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T>
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the resource definition </p>
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Entry point for app service certificate order management API. </p>
|
||||
syntax:
|
||||
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
|
||||
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingByResourceGroup<AppServiceCertificateOrder>,SupportsListing<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
|
||||
|
@ -35,7 +35,10 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroup(String,String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
- uid: com.microsoft.azure.management.appservice._app_service_certificate_orders.getByResourceGroupAsync(String,String)
|
||||
id: getByResourceGroupAsync(String,String)
|
||||
|
@ -49,7 +52,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/AppServiceCertificateOrders.java
|
||||
startLine: 44
|
||||
startLine: 45
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: >-
|
||||
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
|
||||
|
@ -345,6 +348,36 @@ references:
|
|||
return:
|
||||
type: 8ce1ecb9
|
||||
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: list()
|
||||
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.list()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public PagedList<T> list()
|
||||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listAsync()
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
|
@ -364,6 +397,25 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
|
||||
parameters:
|
||||
- id: resourceGroupName
|
||||
type: "26831127"
|
||||
description: <p>the name of the resource group to list the resources from </p>
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
|
||||
|
@ -436,6 +488,23 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the type of the resource to get. </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: SupportsListing<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a subscription. </p>
|
||||
|
||||
<p>(Note: this interface is not intended to be implemented by user code)</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListing<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the fluent type of the resource </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml
|
||||
|
|
|
@ -14,11 +14,11 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/AppServiceCertificates.java
|
||||
startLine: 26
|
||||
startLine: 27
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Entry point for certificate management API. </p>
|
||||
syntax:
|
||||
content: public interface AppServiceCertificates extends SupportsCreating<AppServiceCertificate.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificate>,SupportsGettingByResourceGroup<AppServiceCertificate>,SupportsGettingById<AppServiceCertificate>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<CertificatesInner>
|
||||
content: public interface AppServiceCertificates extends SupportsCreating<AppServiceCertificate.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificate>,SupportsListing<AppServiceCertificate>,SupportsGettingByResourceGroup<AppServiceCertificate>,SupportsGettingById<AppServiceCertificate>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<CertificatesInner>
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
|
||||
|
@ -34,7 +34,10 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
|
||||
|
@ -321,6 +324,36 @@ references:
|
|||
return:
|
||||
type: 8ce1ecb9
|
||||
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: list()
|
||||
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.list()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public PagedList<T> list()
|
||||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listAsync()
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
|
@ -340,6 +373,25 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
|
||||
parameters:
|
||||
- id: resourceGroupName
|
||||
type: "26831127"
|
||||
description: <p>the name of the resource group to list the resources from </p>
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
|
||||
|
@ -395,6 +447,23 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the type of the resources listed. </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: SupportsListing<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a subscription. </p>
|
||||
|
||||
<p>(Note: this interface is not intended to be implemented by user code)</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListing<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the fluent type of the resource </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
|
||||
|
|
|
@ -37,7 +37,9 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
- uid: com.microsoft.azure.management.appservice._app_service_domains.listAgreements(String)
|
||||
id: listAgreements(String)
|
||||
|
@ -380,6 +382,21 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listAsync()
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
|
@ -399,6 +416,25 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
|
||||
parameters:
|
||||
- id: resourceGroupName
|
||||
type: "26831127"
|
||||
description: <p>the name of the resource group to list the resources from </p>
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
|
||||
|
|
|
@ -35,7 +35,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T>
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the resource definition </p>
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Entry point for App Service plan management API. </p>
|
||||
syntax:
|
||||
content: public interface AppServicePlans extends SupportsCreating<AppServicePlan.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServicePlan>,SupportsGettingByResourceGroup<AppServicePlan>,SupportsGettingById<AppServicePlan>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServicePlansInner>
|
||||
content: public interface AppServicePlans extends SupportsCreating<AppServicePlan.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServicePlan>,SupportsListing<AppServicePlan>,SupportsGettingByResourceGroup<AppServicePlan>,SupportsGettingById<AppServicePlan>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServicePlansInner>
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
|
||||
|
@ -35,7 +35,10 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
- uid: com.microsoft.azure.management.appservice._app_service_plans.getByIdAsync(String)
|
||||
id: getByIdAsync(String)
|
||||
|
@ -49,7 +52,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/AppServicePlans.java
|
||||
startLine: 44
|
||||
startLine: 45
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: >-
|
||||
<p>Gets the information about a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> based on the resource name and the name of its resource group.</p>
|
||||
|
@ -345,6 +348,36 @@ references:
|
|||
return:
|
||||
type: 8ce1ecb9
|
||||
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: list()
|
||||
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.list()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public PagedList<T> list()
|
||||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listAsync()
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
|
@ -364,6 +397,25 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
|
||||
parameters:
|
||||
- id: resourceGroupName
|
||||
type: "26831127"
|
||||
description: <p>the name of the resource group to list the resources from </p>
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
|
||||
|
@ -419,6 +471,23 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the type of the resources listed. </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: SupportsListing<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a subscription. </p>
|
||||
|
||||
<p>(Note: this interface is not intended to be implemented by user code)</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListing<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the fluent type of the resource </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.yml
|
||||
|
|
|
@ -61,6 +61,7 @@ items:
|
|||
- com.microsoft.azure.management.appservice._web_app_base.outboundIPAddresses()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_parent.parent()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.phpVersion()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.platformArchitecture()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.pythonVersion()
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refreshAsync()
|
||||
|
@ -540,6 +541,17 @@ references:
|
|||
return:
|
||||
type: com.microsoft.azure.management.appservice._php_version
|
||||
description: <p>the version of PHP </p>
|
||||
- uid: com.microsoft.azure.management.appservice._web_app_base.platformArchitecture()
|
||||
parent: com.microsoft.azure.management.appservice._web_app_base
|
||||
href: com.microsoft.azure.management.appservice._web_app_base.yml
|
||||
name: platformArchitecture()
|
||||
fullName: PlatformArchitecture com.microsoft.azure.management.appservice.WebAppBase.platformArchitecture()
|
||||
type: Method
|
||||
syntax:
|
||||
content: public PlatformArchitecture platformArchitecture()
|
||||
return:
|
||||
type: com.microsoft.azure.management.appservice._platform_architecture
|
||||
description: <p>the architecture of the platform, either 32 bit (x86) or 64 bit (x64). </p>
|
||||
- uid: com.microsoft.azure.management.appservice._web_app_base.pythonVersion()
|
||||
parent: com.microsoft.azure.management.appservice._web_app_base
|
||||
href: com.microsoft.azure.management.appservice._web_app_base.yml
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Entry point for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> web app deployment slot management API. </p>
|
||||
syntax:
|
||||
content: public interface DeploymentSlots extends SupportsCreating<DeploymentSlot.DefinitionStages.Blank>,SupportsListingAsync<DeploymentSlot>,SupportsGettingByName<DeploymentSlot>,SupportsDeletingById,SupportsGettingById<DeploymentSlot>,SupportsDeletingByName,HasManager<AppServiceManager>,HasParent<WebApp>
|
||||
content: public interface DeploymentSlots extends SupportsCreating<DeploymentSlot.DefinitionStages.Blank>,SupportsListing<DeploymentSlot>,SupportsGettingByName<DeploymentSlot>,SupportsGettingById<DeploymentSlot>,SupportsDeletingById,SupportsDeletingByName,HasManager<AppServiceManager>,HasParent<WebApp>
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
|
||||
|
@ -32,7 +32,7 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.getByIdAsync(String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_name.getByName(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_parent.parent()
|
||||
references:
|
||||
|
@ -265,11 +265,11 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.yml
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingAsync<T>.listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
@ -317,11 +317,11 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the initial blank definition interface </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.yml
|
||||
name: SupportsListingAsync<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingAsync<T>
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: SupportsListing<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a subscription. </p>
|
||||
|
@ -330,7 +330,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListingAsync<T>
|
||||
content: public interface SupportsListing<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the fluent type of the resource </p>
|
||||
|
@ -349,18 +349,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the type of the resource collection </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
|
||||
name: SupportsDeletingById
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID. </p>
|
||||
|
||||
<p>(Note: this interface is not intended to be implemented by user code) </p>
|
||||
syntax:
|
||||
content: public interface SupportsDeletingById
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collection._supports_getting_by_id.yml
|
||||
|
@ -378,6 +366,18 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the type of the resource collection </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.yml
|
||||
name: SupportsDeletingById
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to deleting a resource from <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>, identifying it by its resource ID. </p>
|
||||
|
||||
<p>(Note: this interface is not intended to be implemented by user code) </p>
|
||||
syntax:
|
||||
content: public interface SupportsDeletingById
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_name.yml
|
||||
|
|
|
@ -338,7 +338,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate<FluentT>
|
||||
content: public interface WithCreate<FluentT> extends Creatable<FluentT>,Resource.DefinitionWithTags<WithCreate<FluentT>>,WebAppBase.DefinitionStages.WithClientAffinityEnabled<FluentT>,WebAppBase.DefinitionStages.WithClientCertEnabled<FluentT>,WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<FluentT>,WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>,WebAppBase.DefinitionStages.WithAppSettings<FluentT>,WebAppBase.DefinitionStages.WithConnectionString<FluentT>,WebAppBase.DefinitionStages.WithSourceControl<FluentT>,WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>,WebAppBase.DefinitionStages.WithHostNameSslBinding<FluentT>,WebAppBase.DefinitionStages.WithAuthentication<FluentT>
|
||||
typeParameters:
|
||||
- type: dee0e3c3
|
||||
description: <p>the type of the resource </p>
|
||||
|
|
|
@ -228,7 +228,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>The template for a site update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update<FluentT>
|
||||
content: public interface Update<FluentT> extends Appliable<FluentT>,WebAppBase.UpdateStages.WithClientAffinityEnabled<FluentT>,WebAppBase.UpdateStages.WithClientCertEnabled<FluentT>,WebAppBase.UpdateStages.WithScmSiteAlsoStopped<FluentT>,WebAppBase.UpdateStages.WithSiteConfigs<FluentT>,WebAppBase.UpdateStages.WithAppSettings<FluentT>,WebAppBase.UpdateStages.WithConnectionString<FluentT>,WebAppBase.UpdateStages.WithSourceControl<FluentT>,WebAppBase.UpdateStages.WithHostNameBinding<FluentT>,WebAppBase.UpdateStages.WithHostNameSslBinding<FluentT>,WebAppBase.UpdateStages.WithAuthentication<FluentT>
|
||||
typeParameters:
|
||||
- type: dee0e3c3
|
||||
description: <p>the type of the resource </p>
|
||||
|
|
|
@ -62,6 +62,7 @@ items:
|
|||
- com.microsoft.azure.management.appservice._web_app_base.operatingSystem()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.outboundIPAddresses()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.phpVersion()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.platformArchitecture()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.pythonVersion()
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refreshAsync()
|
||||
|
@ -549,6 +550,17 @@ references:
|
|||
return:
|
||||
type: com.microsoft.azure.management.appservice._php_version
|
||||
description: <p>the version of PHP </p>
|
||||
- uid: com.microsoft.azure.management.appservice._web_app_base.platformArchitecture()
|
||||
parent: com.microsoft.azure.management.appservice._web_app_base
|
||||
href: com.microsoft.azure.management.appservice._web_app_base.yml
|
||||
name: platformArchitecture()
|
||||
fullName: PlatformArchitecture com.microsoft.azure.management.appservice.WebAppBase.platformArchitecture()
|
||||
type: Method
|
||||
syntax:
|
||||
content: public PlatformArchitecture platformArchitecture()
|
||||
return:
|
||||
type: com.microsoft.azure.management.appservice._platform_architecture
|
||||
description: <p>the architecture of the platform, either 32 bit (x86) or 64 bit (x64). </p>
|
||||
- uid: com.microsoft.azure.management.appservice._web_app_base.pythonVersion()
|
||||
parent: com.microsoft.azure.management.appservice._web_app_base
|
||||
href: com.microsoft.azure.management.appservice._web_app_base.yml
|
||||
|
|
|
@ -14,11 +14,11 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/FunctionApps.java
|
||||
startLine: 26
|
||||
startLine: 27
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Entry point for web app management API. </p>
|
||||
syntax:
|
||||
content: public interface FunctionApps extends SupportsCreating<FunctionApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<FunctionApp>,SupportsGettingByResourceGroup<FunctionApp>,SupportsGettingById<FunctionApp>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
|
||||
content: public interface FunctionApps extends SupportsCreating<FunctionApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListing<FunctionApp>,SupportsListingByResourceGroup<FunctionApp>,SupportsGettingByResourceGroup<FunctionApp>,SupportsGettingById<FunctionApp>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
|
||||
|
@ -34,7 +34,10 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
|
||||
|
@ -321,6 +324,36 @@ references:
|
|||
return:
|
||||
type: 8ce1ecb9
|
||||
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: list()
|
||||
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.list()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public PagedList<T> list()
|
||||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listAsync()
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
|
@ -340,6 +373,25 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
|
||||
parameters:
|
||||
- id: resourceGroupName
|
||||
type: "26831127"
|
||||
description: <p>the name of the resource group to list the resources from </p>
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
|
||||
|
@ -378,6 +430,23 @@ references:
|
|||
<p>(Note: this interface is not intended to be implemented by user code) </p>
|
||||
syntax:
|
||||
content: public interface SupportsDeletingById
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: SupportsListing<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a subscription. </p>
|
||||
|
||||
<p>(Note: this interface is not intended to be implemented by user code)</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListing<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the fluent type of the resource </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
|
|
|
@ -7,12 +7,14 @@ items:
|
|||
- com.microsoft.azure.management.appservice._java_version.hashCode()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_1_7_0_51()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_1_7_0_71()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_1_8_0_111()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_1_8_0_25()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_1_8_0_60()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_1_8_0_73()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_1_8_0_92()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_7_NEWEST()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_8_NEWEST()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_ZULU_1_8_0_102()
|
||||
- com.microsoft.azure.management.appservice._java_version.JAVA_ZULU_1_8_0_92()
|
||||
- com.microsoft.azure.management.appservice._java_version.JavaVersion(String)
|
||||
- com.microsoft.azure.management.appservice._java_version.OFF()
|
||||
- com.microsoft.azure.management.appservice._java_version.toString()
|
||||
|
@ -47,7 +49,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/JavaVersion.java
|
||||
startLine: 63
|
||||
startLine: 69
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public boolean equals(Object obj)
|
||||
|
@ -68,7 +70,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/JavaVersion.java
|
||||
startLine: 58
|
||||
startLine: 64
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public int hashCode()
|
||||
|
@ -112,6 +114,25 @@ items:
|
|||
content: public static final JavaVersion JAVA_1_7_0_71= new JavaVersion("1.7.0_71")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._java_version
|
||||
- uid: com.microsoft.azure.management.appservice._java_version.JAVA_1_8_0_111()
|
||||
id: JAVA_1_8_0_111()
|
||||
parent: com.microsoft.azure.management.appservice._java_version
|
||||
href: com.microsoft.azure.management.appservice._java_version.yml
|
||||
langs:
|
||||
- java
|
||||
name: JAVA_1_8_0_111
|
||||
fullName: final JavaVersion com.microsoft.azure.management.appservice.JavaVersion.JAVA_1_8_0_111
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/JavaVersion.java
|
||||
startLine: 39
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value 1.8.0_111 for <xref href="com.microsoft.azure.management.appservice._java_version" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public static final JavaVersion JAVA_1_8_0_111= new JavaVersion("1.8.0_111")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._java_version
|
||||
- uid: com.microsoft.azure.management.appservice._java_version.JAVA_1_8_0_25()
|
||||
id: JAVA_1_8_0_25()
|
||||
parent: com.microsoft.azure.management.appservice._java_version
|
||||
|
@ -169,25 +190,6 @@ items:
|
|||
content: public static final JavaVersion JAVA_1_8_0_73= new JavaVersion("1.8.0_73")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._java_version
|
||||
- uid: com.microsoft.azure.management.appservice._java_version.JAVA_1_8_0_92()
|
||||
id: JAVA_1_8_0_92()
|
||||
parent: com.microsoft.azure.management.appservice._java_version
|
||||
href: com.microsoft.azure.management.appservice._java_version.yml
|
||||
langs:
|
||||
- java
|
||||
name: JAVA_1_8_0_92
|
||||
fullName: final JavaVersion com.microsoft.azure.management.appservice.JavaVersion.JAVA_1_8_0_92
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/JavaVersion.java
|
||||
startLine: 39
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value 1.8.0_92 for <xref href="com.microsoft.azure.management.appservice._java_version" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public static final JavaVersion JAVA_1_8_0_92= new JavaVersion("1.8.0_92")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._java_version
|
||||
- uid: com.microsoft.azure.management.appservice._java_version.JAVA_7_NEWEST()
|
||||
id: JAVA_7_NEWEST()
|
||||
parent: com.microsoft.azure.management.appservice._java_version
|
||||
|
@ -226,6 +228,44 @@ items:
|
|||
content: public static final JavaVersion JAVA_8_NEWEST= new JavaVersion("1.8")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._java_version
|
||||
- uid: com.microsoft.azure.management.appservice._java_version.JAVA_ZULU_1_8_0_102()
|
||||
id: JAVA_ZULU_1_8_0_102()
|
||||
parent: com.microsoft.azure.management.appservice._java_version
|
||||
href: com.microsoft.azure.management.appservice._java_version.yml
|
||||
langs:
|
||||
- java
|
||||
name: JAVA_ZULU_1_8_0_102
|
||||
fullName: final JavaVersion com.microsoft.azure.management.appservice.JavaVersion.JAVA_ZULU_1_8_0_102
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/JavaVersion.java
|
||||
startLine: 45
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value Zulu 1.8.0_102 for <xref href="com.microsoft.azure.management.appservice._java_version" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public static final JavaVersion JAVA_ZULU_1_8_0_102= new JavaVersion("1.8.0_102")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._java_version
|
||||
- uid: com.microsoft.azure.management.appservice._java_version.JAVA_ZULU_1_8_0_92()
|
||||
id: JAVA_ZULU_1_8_0_92()
|
||||
parent: com.microsoft.azure.management.appservice._java_version
|
||||
href: com.microsoft.azure.management.appservice._java_version.yml
|
||||
langs:
|
||||
- java
|
||||
name: JAVA_ZULU_1_8_0_92
|
||||
fullName: final JavaVersion com.microsoft.azure.management.appservice.JavaVersion.JAVA_ZULU_1_8_0_92
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/JavaVersion.java
|
||||
startLine: 42
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value Zulu 1.8.0_92 for <xref href="com.microsoft.azure.management.appservice._java_version" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public static final JavaVersion JAVA_ZULU_1_8_0_92= new JavaVersion("1.8.0_92")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._java_version
|
||||
- uid: com.microsoft.azure.management.appservice._java_version.JavaVersion(String)
|
||||
id: JavaVersion(String)
|
||||
parent: com.microsoft.azure.management.appservice._java_version
|
||||
|
@ -238,7 +278,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/JavaVersion.java
|
||||
startLine: 47
|
||||
startLine: 53
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Creates a custom value for <xref href="com.microsoft.azure.management.appservice._java_version" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
|
@ -278,7 +318,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/JavaVersion.java
|
||||
startLine: 53
|
||||
startLine: 59
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public String toString()
|
||||
|
|
|
@ -9,6 +9,7 @@ items:
|
|||
- com.microsoft.azure.management.appservice._php_version.PHP5_5()
|
||||
- com.microsoft.azure.management.appservice._php_version.PHP5_6()
|
||||
- com.microsoft.azure.management.appservice._php_version.PHP7()
|
||||
- com.microsoft.azure.management.appservice._php_version.PHP7_1()
|
||||
- com.microsoft.azure.management.appservice._php_version.PhpVersion(String)
|
||||
- com.microsoft.azure.management.appservice._php_version.toString()
|
||||
href: com.microsoft.azure.management.appservice._php_version.yml
|
||||
|
@ -42,7 +43,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PhpVersion.java
|
||||
startLine: 48
|
||||
startLine: 51
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public boolean equals(Object obj)
|
||||
|
@ -63,7 +64,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PhpVersion.java
|
||||
startLine: 43
|
||||
startLine: 46
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public int hashCode()
|
||||
|
@ -145,6 +146,25 @@ items:
|
|||
content: public static final PhpVersion PHP7= new PhpVersion("7.0")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._php_version
|
||||
- uid: com.microsoft.azure.management.appservice._php_version.PHP7_1()
|
||||
id: PHP7_1()
|
||||
parent: com.microsoft.azure.management.appservice._php_version
|
||||
href: com.microsoft.azure.management.appservice._php_version.yml
|
||||
langs:
|
||||
- java
|
||||
name: PHP7_1
|
||||
fullName: final PhpVersion com.microsoft.azure.management.appservice.PhpVersion.PHP7_1
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PhpVersion.java
|
||||
startLine: 27
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value 7.1 for <xref href="com.microsoft.azure.management.appservice._php_version" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public static final PhpVersion PHP7_1= new PhpVersion("7.1")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._php_version
|
||||
- uid: com.microsoft.azure.management.appservice._php_version.PhpVersion(String)
|
||||
id: PhpVersion(String)
|
||||
parent: com.microsoft.azure.management.appservice._php_version
|
||||
|
@ -157,7 +177,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PhpVersion.java
|
||||
startLine: 32
|
||||
startLine: 35
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Creates a custom value for <xref href="com.microsoft.azure.management.appservice._php_version" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
|
@ -178,7 +198,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/PhpVersion.java
|
||||
startLine: 38
|
||||
startLine: 41
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public String toString()
|
||||
|
|
|
@ -120,7 +120,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate<FluentT>
|
||||
content: public interface WithCreate<FluentT> extends Creatable<FluentT>,Resource.DefinitionWithTags<WithCreate<FluentT>>,WebAppBase.DefinitionStages.WithClientAffinityEnabled<FluentT>,WebAppBase.DefinitionStages.WithClientCertEnabled<FluentT>,WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<FluentT>,WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>,WebAppBase.DefinitionStages.WithAppSettings<FluentT>,WebAppBase.DefinitionStages.WithConnectionString<FluentT>,WebAppBase.DefinitionStages.WithSourceControl<FluentT>,WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>,WebAppBase.DefinitionStages.WithHostNameSslBinding<FluentT>,WebAppBase.DefinitionStages.WithAuthentication<FluentT>
|
||||
typeParameters:
|
||||
- type: dee0e3c3
|
||||
description: <p>the type of the resource </p>
|
||||
|
|
|
@ -62,6 +62,7 @@ items:
|
|||
- com.microsoft.azure.management.appservice._web_app_base.operatingSystem()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.outboundIPAddresses()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.phpVersion()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.platformArchitecture()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.pythonVersion()
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refreshAsync()
|
||||
|
@ -549,6 +550,17 @@ references:
|
|||
return:
|
||||
type: com.microsoft.azure.management.appservice._php_version
|
||||
description: <p>the version of PHP </p>
|
||||
- uid: com.microsoft.azure.management.appservice._web_app_base.platformArchitecture()
|
||||
parent: com.microsoft.azure.management.appservice._web_app_base
|
||||
href: com.microsoft.azure.management.appservice._web_app_base.yml
|
||||
name: platformArchitecture()
|
||||
fullName: PlatformArchitecture com.microsoft.azure.management.appservice.WebAppBase.platformArchitecture()
|
||||
type: Method
|
||||
syntax:
|
||||
content: public PlatformArchitecture platformArchitecture()
|
||||
return:
|
||||
type: com.microsoft.azure.management.appservice._platform_architecture
|
||||
description: <p>the architecture of the platform, either 32 bit (x86) or 64 bit (x64). </p>
|
||||
- uid: com.microsoft.azure.management.appservice._web_app_base.pythonVersion()
|
||||
parent: com.microsoft.azure.management.appservice._web_app_base
|
||||
href: com.microsoft.azure.management.appservice._web_app_base.yml
|
||||
|
@ -893,7 +905,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> web app deployment slot management API. </p>
|
||||
syntax:
|
||||
content: public interface DeploymentSlots extends SupportsCreating<DeploymentSlot.DefinitionStages.Blank>,SupportsListingAsync<DeploymentSlot>,SupportsGettingByName<DeploymentSlot>,SupportsDeletingById,SupportsGettingById<DeploymentSlot>,SupportsDeletingByName,HasManager<AppServiceManager>,HasParent<WebApp>
|
||||
content: public interface DeploymentSlots extends SupportsCreating<DeploymentSlot.DefinitionStages.Blank>,SupportsListing<DeploymentSlot>,SupportsGettingByName<DeploymentSlot>,SupportsGettingById<DeploymentSlot>,SupportsDeletingById,SupportsDeletingByName,HasManager<AppServiceManager>,HasParent<WebApp>
|
||||
- uid: com.microsoft.azure.management._azure
|
||||
parent: com.microsoft.azure.management
|
||||
href: com.microsoft.azure.management._azure.yml
|
||||
|
|
|
@ -14,7 +14,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 321
|
||||
startLine: 326
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: >-
|
||||
<p>The entirety of the web app base definition.</p>
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 334
|
||||
startLine: 339
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing host name binding to be specified. </p>
|
||||
syntax:
|
||||
|
@ -38,7 +38,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 340
|
||||
startLine: 345
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Starts the definition of a new host name binding. </p>
|
||||
syntax:
|
||||
|
@ -58,7 +58,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 349
|
||||
startLine: 354
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Defines a list of host names of an <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> managed domain. The DNS record type is defaulted to be CNAME except for the root level domain ("@"). </p>
|
||||
syntax:
|
||||
|
@ -85,7 +85,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 358
|
||||
startLine: 363
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Defines a list of host names of an externally purchased domain. The hostnames must be configured before hand to point to the web app. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 416
|
||||
startLine: 421
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing setting if client cert is enabled. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 422
|
||||
startLine: 427
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies if client cert is enabled. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 365
|
||||
startLine: 370
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing SSL binding to be set. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 371
|
||||
startLine: 376
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Starts a definition of an SSL binding. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 403
|
||||
startLine: 408
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing setting if client affinity is enabled. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 409
|
||||
startLine: 414
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies if client affinity is enabled. </p>
|
||||
syntax:
|
||||
|
|
|
@ -17,7 +17,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 591
|
||||
startLine: 596
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing connection strings to be set. </p>
|
||||
syntax:
|
||||
|
@ -37,7 +37,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 599
|
||||
startLine: 604
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds a connection string to the web app. </p>
|
||||
syntax:
|
||||
|
@ -67,7 +67,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 609
|
||||
startLine: 614
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds a connection string to the web app. This connection string will be swapped as well after a deployment slot swap. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 390
|
||||
startLine: 395
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing setting if SCM site is also stopped when the web app is stopped. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 396
|
||||
startLine: 401
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies if SCM site is also stopped when the web app is stopped. </p>
|
||||
syntax:
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 553
|
||||
startLine: 558
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing app settings to be set. </p>
|
||||
syntax:
|
||||
|
@ -39,7 +39,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 560
|
||||
startLine: 565
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds an app setting to the web app. </p>
|
||||
syntax:
|
||||
|
@ -66,7 +66,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 567
|
||||
startLine: 572
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the app settings for the web app as a <ref refid="" kindref="compound">Map</ref>. </p>
|
||||
syntax:
|
||||
|
@ -90,7 +90,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 576
|
||||
startLine: 581
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds an app setting to the web app. This app setting will be swapped as well after a deployment slot swap. </p>
|
||||
syntax:
|
||||
|
@ -117,7 +117,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 584
|
||||
startLine: 589
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the app settings for the web app as a <ref refid="" kindref="compound">Map</ref>. These app settings will be swapped as well after a deployment slot swap. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 635
|
||||
startLine: 640
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing authentication to be set. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 640
|
||||
startLine: 645
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the definition of a new authentication configuration. </p>
|
||||
syntax:
|
||||
|
|
|
@ -14,7 +14,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 649
|
||||
startLine: 654
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 444
|
||||
startLine: 449
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing other configurations to be set. These configurations can be cloned when creating or swapping with a deployment slot. </p>
|
||||
syntax:
|
||||
|
@ -50,7 +50,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 512
|
||||
startLine: 517
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the slot name to auto-swap when a deployment is completed in this web app / deployment slot. </p>
|
||||
syntax:
|
||||
|
@ -74,7 +74,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 532
|
||||
startLine: 537
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds a default document. </p>
|
||||
syntax:
|
||||
|
@ -98,7 +98,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 539
|
||||
startLine: 544
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds a list of default documents. </p>
|
||||
syntax:
|
||||
|
@ -122,7 +122,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 470
|
||||
startLine: 475
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the Java version. </p>
|
||||
syntax:
|
||||
|
@ -146,7 +146,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 505
|
||||
startLine: 510
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the managed pipeline mode. </p>
|
||||
syntax:
|
||||
|
@ -170,7 +170,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 450
|
||||
startLine: 455
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the .NET Framework version. </p>
|
||||
syntax:
|
||||
|
@ -194,7 +194,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 546
|
||||
startLine: 551
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Removes a default document. </p>
|
||||
syntax:
|
||||
|
@ -218,7 +218,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 463
|
||||
startLine: 468
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Turn off PHP support. </p>
|
||||
syntax:
|
||||
|
@ -238,7 +238,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 457
|
||||
startLine: 462
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the PHP version. </p>
|
||||
syntax:
|
||||
|
@ -262,7 +262,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 484
|
||||
startLine: 489
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the platform architecture to use. </p>
|
||||
syntax:
|
||||
|
@ -286,7 +286,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 477
|
||||
startLine: 482
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the Python version. </p>
|
||||
syntax:
|
||||
|
@ -310,7 +310,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 525
|
||||
startLine: 530
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Disables remote debugging. </p>
|
||||
syntax:
|
||||
|
@ -330,7 +330,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 519
|
||||
startLine: 524
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the Visual Studio version for remote debugging. </p>
|
||||
syntax:
|
||||
|
@ -354,7 +354,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 498
|
||||
startLine: 503
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies if the VM powering the web app is always powered on. </p>
|
||||
syntax:
|
||||
|
@ -378,7 +378,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 491
|
||||
startLine: 496
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies if web sockets are enabled. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 378
|
||||
startLine: 383
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing disabling the web app upon creation. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 383
|
||||
startLine: 388
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Disables the web app upon creation. </p>
|
||||
syntax:
|
||||
|
|
|
@ -17,7 +17,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 616
|
||||
startLine: 621
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing source control to be set. </p>
|
||||
syntax:
|
||||
|
@ -37,7 +37,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 622
|
||||
startLine: 627
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Starts the definition of a new source control. </p>
|
||||
syntax:
|
||||
|
@ -57,7 +57,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 628
|
||||
startLine: 633
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the source control to be a local Git repository on the web app. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 430
|
||||
startLine: 435
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing Java web container to be set. This is required after specifying Java version. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 436
|
||||
startLine: 441
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the Java web container. </p>
|
||||
syntax:
|
||||
|
|
|
@ -14,7 +14,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 329
|
||||
startLine: 334
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Grouping of all the site definition stages. </p>
|
||||
syntax:
|
||||
|
|
|
@ -14,7 +14,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 1056
|
||||
startLine: 1061
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>The template for a site update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 743
|
||||
startLine: 748
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>The stage of the web app update allowing setting if SCM site is also stopped when the web app is stopped. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 749
|
||||
startLine: 754
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies if SCM site is also stopped when the web app is stopped. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 756
|
||||
startLine: 761
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>The stage of the web app update allowing setting if client affinity is enabled. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 762
|
||||
startLine: 767
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies if client affinity is enabled. </p>
|
||||
syntax:
|
||||
|
|
|
@ -17,7 +17,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 711
|
||||
startLine: 716
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>The stage of the web app update allowing SSL binding to be set. </p>
|
||||
syntax:
|
||||
|
@ -37,7 +37,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 717
|
||||
startLine: 722
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Starts a definition of an SSL binding. </p>
|
||||
syntax:
|
||||
|
@ -57,7 +57,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 724
|
||||
startLine: 729
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Removes an SSL binding for a specific hostname. </p>
|
||||
syntax:
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 912
|
||||
startLine: 917
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app update stage allowing app settings to be set. </p>
|
||||
syntax:
|
||||
|
@ -41,7 +41,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 919
|
||||
startLine: 924
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds an app setting to the web app. </p>
|
||||
syntax:
|
||||
|
@ -68,7 +68,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 926
|
||||
startLine: 931
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the app settings for the web app as a <ref refid="" kindref="compound">Map</ref>. </p>
|
||||
syntax:
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 958
|
||||
startLine: 963
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Changes the stickiness of an app setting. </p>
|
||||
syntax:
|
||||
|
@ -119,7 +119,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 950
|
||||
startLine: 955
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Removes an app setting from the web app. </p>
|
||||
syntax:
|
||||
|
@ -143,7 +143,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 935
|
||||
startLine: 940
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds an app setting to the web app. This app setting will stay at the slot during a swap. </p>
|
||||
syntax:
|
||||
|
@ -170,7 +170,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 943
|
||||
startLine: 948
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the app settings for the web app as a <ref refid="" kindref="compound">Map</ref>. These app settings will stay at the slot during a swap. </p>
|
||||
syntax:
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 1031
|
||||
startLine: 1036
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app definition stage allowing authentication to be set. </p>
|
||||
syntax:
|
||||
|
@ -38,7 +38,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 1036
|
||||
startLine: 1041
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the definition of a new authentication configuration. </p>
|
||||
syntax:
|
||||
|
@ -58,7 +58,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 1042
|
||||
startLine: 1047
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Updates the authentication configuration of the web app. </p>
|
||||
syntax:
|
||||
|
@ -78,7 +78,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 1048
|
||||
startLine: 1053
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Turns off the authentication on the web app. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 769
|
||||
startLine: 774
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>The stage of the web app update allowing setting if client cert is enabled. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 775
|
||||
startLine: 780
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies if client cert is enabled. </p>
|
||||
syntax:
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 965
|
||||
startLine: 970
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app update stage allowing connection strings to be set. </p>
|
||||
syntax:
|
||||
|
@ -39,7 +39,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 973
|
||||
startLine: 978
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds a connection string to the web app. </p>
|
||||
syntax:
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 998
|
||||
startLine: 1003
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Changes the stickiness of a connection string. </p>
|
||||
syntax:
|
||||
|
@ -96,7 +96,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 990
|
||||
startLine: 995
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Removes a connection string from the web app. </p>
|
||||
syntax:
|
||||
|
@ -120,7 +120,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 983
|
||||
startLine: 988
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds a connection string to the web app. This connection string will stay at the slot during a swap. </p>
|
||||
syntax:
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 673
|
||||
startLine: 678
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>The stage of the web app update allowing host name binding to be set. </p>
|
||||
syntax:
|
||||
|
@ -39,7 +39,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 679
|
||||
startLine: 684
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Starts the definition of a new host name binding. </p>
|
||||
syntax:
|
||||
|
@ -59,7 +59,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 688
|
||||
startLine: 693
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Defines a list of host names of an <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> managed domain. The DNS record type is defaulted to be CNAME except for the root level domain ("@"). </p>
|
||||
syntax:
|
||||
|
@ -86,7 +86,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 704
|
||||
startLine: 709
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Unbinds a hostname from the web app. </p>
|
||||
syntax:
|
||||
|
@ -110,7 +110,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 697
|
||||
startLine: 702
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Defines a list of host names of an externally purchased domain. The hostnames must be configured before hand to point to the web app. </p>
|
||||
syntax:
|
||||
|
|
|
@ -31,7 +31,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 797
|
||||
startLine: 802
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>The stage of the web app update allowing other configurations to be set. These configurations can be cloned when creating or swapping with a deployment slot. </p>
|
||||
syntax:
|
||||
|
@ -51,7 +51,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 871
|
||||
startLine: 876
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the slot name to auto-swap when a deployment is completed in this web app / deployment slot. </p>
|
||||
syntax:
|
||||
|
@ -75,7 +75,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 891
|
||||
startLine: 896
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds a default document. </p>
|
||||
syntax:
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 898
|
||||
startLine: 903
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Adds a list of default documents. </p>
|
||||
syntax:
|
||||
|
@ -123,7 +123,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 817
|
||||
startLine: 822
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the Java version. </p>
|
||||
syntax:
|
||||
|
@ -147,7 +147,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 864
|
||||
startLine: 869
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the managed pipeline mode. </p>
|
||||
syntax:
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 803
|
||||
startLine: 808
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the .NET Framework version. </p>
|
||||
syntax:
|
||||
|
@ -195,7 +195,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 905
|
||||
startLine: 910
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Removes a default document. </p>
|
||||
syntax:
|
||||
|
@ -219,7 +219,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 823
|
||||
startLine: 828
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Turn off Java support. </p>
|
||||
syntax:
|
||||
|
@ -239,7 +239,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 836
|
||||
startLine: 841
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Turn off Python support. </p>
|
||||
syntax:
|
||||
|
@ -259,7 +259,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 810
|
||||
startLine: 815
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the PHP version. </p>
|
||||
syntax:
|
||||
|
@ -283,7 +283,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 843
|
||||
startLine: 848
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the platform architecture to use. </p>
|
||||
syntax:
|
||||
|
@ -307,7 +307,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 830
|
||||
startLine: 835
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the Python version. </p>
|
||||
syntax:
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 884
|
||||
startLine: 889
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Disables remote debugging. </p>
|
||||
syntax:
|
||||
|
@ -351,7 +351,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 878
|
||||
startLine: 883
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the Visual Studio version for remote debugging. </p>
|
||||
syntax:
|
||||
|
@ -375,7 +375,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 857
|
||||
startLine: 862
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies if the VM powering the web app is always powered on. </p>
|
||||
syntax:
|
||||
|
@ -399,7 +399,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 850
|
||||
startLine: 855
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies if web sockets are enabled. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 731
|
||||
startLine: 736
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>The stage of the web app update allowing disabling the web app upon creation. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 736
|
||||
startLine: 741
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Disables the web app upon creation. </p>
|
||||
syntax:
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 1005
|
||||
startLine: 1010
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>A web app update stage allowing source control to be set. </p>
|
||||
syntax:
|
||||
|
@ -38,7 +38,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 1011
|
||||
startLine: 1016
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Starts the definition of a new source control. </p>
|
||||
syntax:
|
||||
|
@ -58,7 +58,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 1023
|
||||
startLine: 1028
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the source control to be a local Git repository on the web app. </p>
|
||||
syntax:
|
||||
|
@ -78,7 +78,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 1017
|
||||
startLine: 1022
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Removes source control for deployment from the web app. </p>
|
||||
syntax:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 783
|
||||
startLine: 788
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>The stage of the web app update allowing Java web container to be set. This is required after specifying Java version. </p>
|
||||
syntax:
|
||||
|
@ -36,7 +36,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 789
|
||||
startLine: 794
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Specifies the Java web container. </p>
|
||||
syntax:
|
||||
|
|
|
@ -14,7 +14,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 668
|
||||
startLine: 673
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Grouping of all the web app update stages. </p>
|
||||
syntax:
|
||||
|
|
|
@ -38,6 +38,7 @@ items:
|
|||
- com.microsoft.azure.management.appservice._web_app_base.operatingSystem()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.outboundIPAddresses()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.phpVersion()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.platformArchitecture()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.pythonVersion()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.remoteDebuggingEnabled()
|
||||
- com.microsoft.azure.management.appservice._web_app_base.remoteDebuggingVersion()
|
||||
|
@ -114,7 +115,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 305
|
||||
startLine: 310
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Apply the slot (or sticky) configurations from the specified slot to the current one. This is useful for "Swap with Preview". </p>
|
||||
syntax:
|
||||
|
@ -420,7 +421,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 253
|
||||
startLine: 258
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public PublishingProfile getPublishingProfile()
|
||||
|
@ -439,7 +440,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 258
|
||||
startLine: 263
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public WebAppSourceControl getSourceControl()
|
||||
|
@ -750,6 +751,25 @@ items:
|
|||
return:
|
||||
type: com.microsoft.azure.management.appservice._php_version
|
||||
description: <p>the version of PHP </p>
|
||||
- uid: com.microsoft.azure.management.appservice._web_app_base.platformArchitecture()
|
||||
id: platformArchitecture()
|
||||
parent: com.microsoft.azure.management.appservice._web_app_base
|
||||
href: com.microsoft.azure.management.appservice._web_app_base.yml
|
||||
langs:
|
||||
- java
|
||||
name: platformArchitecture()
|
||||
fullName: PlatformArchitecture com.microsoft.azure.management.appservice.WebAppBase.platformArchitecture()
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 253
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public PlatformArchitecture platformArchitecture()
|
||||
return:
|
||||
type: com.microsoft.azure.management.appservice._platform_architecture
|
||||
description: <p>the architecture of the platform, either 32 bit (x86) or 64 bit (x64). </p>
|
||||
- uid: com.microsoft.azure.management.appservice._web_app_base.pythonVersion()
|
||||
id: pythonVersion()
|
||||
parent: com.microsoft.azure.management.appservice._web_app_base
|
||||
|
@ -838,7 +858,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 310
|
||||
startLine: 315
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Reset the slot to its original configurations. </p>
|
||||
syntax:
|
||||
|
@ -855,7 +875,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 290
|
||||
startLine: 295
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Restarts the web app or deployment slot. </p>
|
||||
syntax:
|
||||
|
@ -891,7 +911,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 280
|
||||
startLine: 285
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Starts the web app or deployment slot. </p>
|
||||
syntax:
|
||||
|
@ -927,7 +947,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 285
|
||||
startLine: 290
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Stops the web app or deployment slot. </p>
|
||||
syntax:
|
||||
|
@ -944,7 +964,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 298
|
||||
startLine: 303
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Swaps the app running in the current web app / slot with the app running in the specified slot. </p>
|
||||
syntax:
|
||||
|
@ -1022,7 +1042,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 266
|
||||
startLine: 271
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Verifies the ownership of the domain for a certificate order by verifying a hostname of the domain is bound to this web app. </p>
|
||||
syntax:
|
||||
|
@ -1046,7 +1066,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebAppBase.java
|
||||
startLine: 275
|
||||
startLine: 280
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Verifies the ownership of the domain for a certificate order by verifying a hostname of the domain is bound to this web app. </p>
|
||||
syntax:
|
||||
|
@ -1445,6 +1465,15 @@ references:
|
|||
summary: <p>Defines values for AppServiceOperatingSystem. </p>
|
||||
syntax:
|
||||
content: public enum OperatingSystem
|
||||
- uid: com.microsoft.azure.management.appservice._platform_architecture
|
||||
parent: com.microsoft.azure.management.appservice
|
||||
href: com.microsoft.azure.management.appservice._platform_architecture.yml
|
||||
name: PlatformArchitecture
|
||||
fullName: com.microsoft.azure.management.appservice.PlatformArchitecture
|
||||
type: Enum
|
||||
summary: <p>Defines values for app service platform architecture. </p>
|
||||
syntax:
|
||||
content: public enum PlatformArchitecture
|
||||
- uid: com.microsoft.azure.management.appservice._publishing_profile
|
||||
parent: com.microsoft.azure.management.appservice
|
||||
href: com.microsoft.azure.management.appservice._publishing_profile.yml
|
||||
|
|
|
@ -14,11 +14,11 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebApps.java
|
||||
startLine: 26
|
||||
startLine: 27
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Entry point for web app management API. </p>
|
||||
syntax:
|
||||
content: public interface WebApps extends SupportsCreating<WebApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<WebApp>,SupportsGettingByResourceGroup<WebApp>,SupportsGettingById<WebApp>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
|
||||
content: public interface WebApps extends SupportsCreating<WebApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListing<WebApp>,SupportsListingByResourceGroup<WebApp>,SupportsGettingByResourceGroup<WebApp>,SupportsGettingById<WebApp>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_deleting_by_id.deleteById(String)
|
||||
|
@ -34,7 +34,10 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_creating.define(String)
|
||||
|
@ -321,6 +324,36 @@ references:
|
|||
return:
|
||||
type: 8ce1ecb9
|
||||
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> REST API </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: list()
|
||||
fullName: PagedList<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.list()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public PagedList<T> list()
|
||||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listAsync()
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
|
@ -340,6 +373,25 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
|
||||
parameters:
|
||||
- id: resourceGroupName
|
||||
type: "26831127"
|
||||
description: <p>the name of the resource group to list the resources from </p>
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
|
||||
|
@ -378,6 +430,23 @@ references:
|
|||
<p>(Note: this interface is not intended to be implemented by user code) </p>
|
||||
syntax:
|
||||
content: public interface SupportsDeletingById
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: SupportsListing<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a subscription. </p>
|
||||
|
||||
<p>(Note: this interface is not intended to be implemented by user code)</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListing<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the fluent type of the resource </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
|
|
|
@ -7,11 +7,15 @@ items:
|
|||
- com.microsoft.azure.management.appservice._web_container.hashCode()
|
||||
- com.microsoft.azure.management.appservice._web_container.JETTY_9_1_NEWEST()
|
||||
- com.microsoft.azure.management.appservice._web_container.JETTY_9_1_V20131115()
|
||||
- com.microsoft.azure.management.appservice._web_container.JETTY_9_3_NEWEST()
|
||||
- com.microsoft.azure.management.appservice._web_container.JETTY_9_3_V20161014()
|
||||
- com.microsoft.azure.management.appservice._web_container.TOMCAT_7_0_50()
|
||||
- com.microsoft.azure.management.appservice._web_container.TOMCAT_7_0_62()
|
||||
- com.microsoft.azure.management.appservice._web_container.TOMCAT_7_0_NEWEST()
|
||||
- com.microsoft.azure.management.appservice._web_container.TOMCAT_8_0_23()
|
||||
- com.microsoft.azure.management.appservice._web_container.TOMCAT_8_0_NEWEST()
|
||||
- com.microsoft.azure.management.appservice._web_container.TOMCAT_8_5_6()
|
||||
- com.microsoft.azure.management.appservice._web_container.TOMCAT_8_5_NEWEST()
|
||||
- com.microsoft.azure.management.appservice._web_container.toString()
|
||||
- com.microsoft.azure.management.appservice._web_container.WebContainer(String)
|
||||
href: com.microsoft.azure.management.appservice._web_container.yml
|
||||
|
@ -45,7 +49,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebContainer.java
|
||||
startLine: 57
|
||||
startLine: 69
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public boolean equals(Object obj)
|
||||
|
@ -66,7 +70,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebContainer.java
|
||||
startLine: 52
|
||||
startLine: 64
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public int hashCode()
|
||||
|
@ -84,7 +88,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebContainer.java
|
||||
startLine: 30
|
||||
startLine: 36
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value jetty 9.1 for <xref href="com.microsoft.azure.management.appservice._web_container" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
|
@ -103,13 +107,51 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebContainer.java
|
||||
startLine: 33
|
||||
startLine: 39
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value jetty 9.1.0 v20131115 for <xref href="com.microsoft.azure.management.appservice._web_container" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public static final WebContainer JETTY_9_1_V20131115= new WebContainer("jetty 9.1.0.20131115")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._web_container
|
||||
- uid: com.microsoft.azure.management.appservice._web_container.JETTY_9_3_NEWEST()
|
||||
id: JETTY_9_3_NEWEST()
|
||||
parent: com.microsoft.azure.management.appservice._web_container
|
||||
href: com.microsoft.azure.management.appservice._web_container.yml
|
||||
langs:
|
||||
- java
|
||||
name: JETTY_9_3_NEWEST
|
||||
fullName: final WebContainer com.microsoft.azure.management.appservice.WebContainer.JETTY_9_3_NEWEST
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebContainer.java
|
||||
startLine: 42
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value jetty 9.3 for <xref href="com.microsoft.azure.management.appservice._web_container" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public static final WebContainer JETTY_9_3_NEWEST= new WebContainer("jetty 9.3")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._web_container
|
||||
- uid: com.microsoft.azure.management.appservice._web_container.JETTY_9_3_V20161014()
|
||||
id: JETTY_9_3_V20161014()
|
||||
parent: com.microsoft.azure.management.appservice._web_container
|
||||
href: com.microsoft.azure.management.appservice._web_container.yml
|
||||
langs:
|
||||
- java
|
||||
name: JETTY_9_3_V20161014
|
||||
fullName: final WebContainer com.microsoft.azure.management.appservice.WebContainer.JETTY_9_3_V20161014
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebContainer.java
|
||||
startLine: 45
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value jetty 9.3.13 v20161014 for <xref href="com.microsoft.azure.management.appservice._web_container" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public static final WebContainer JETTY_9_3_V20161014= new WebContainer("jetty 9.3.13.20161014")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._web_container
|
||||
- uid: com.microsoft.azure.management.appservice._web_container.TOMCAT_7_0_50()
|
||||
id: TOMCAT_7_0_50()
|
||||
parent: com.microsoft.azure.management.appservice._web_container
|
||||
|
@ -205,6 +247,44 @@ items:
|
|||
content: public static final WebContainer TOMCAT_8_0_NEWEST= new WebContainer("tomcat 8.0")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._web_container
|
||||
- uid: com.microsoft.azure.management.appservice._web_container.TOMCAT_8_5_6()
|
||||
id: TOMCAT_8_5_6()
|
||||
parent: com.microsoft.azure.management.appservice._web_container
|
||||
href: com.microsoft.azure.management.appservice._web_container.yml
|
||||
langs:
|
||||
- java
|
||||
name: TOMCAT_8_5_6
|
||||
fullName: final WebContainer com.microsoft.azure.management.appservice.WebContainer.TOMCAT_8_5_6
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebContainer.java
|
||||
startLine: 33
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value tomcat 8.0.23 for <xref href="com.microsoft.azure.management.appservice._web_container" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public static final WebContainer TOMCAT_8_5_6= new WebContainer("tomcat 8.5.6")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._web_container
|
||||
- uid: com.microsoft.azure.management.appservice._web_container.TOMCAT_8_5_NEWEST()
|
||||
id: TOMCAT_8_5_NEWEST()
|
||||
parent: com.microsoft.azure.management.appservice._web_container
|
||||
href: com.microsoft.azure.management.appservice._web_container.yml
|
||||
langs:
|
||||
- java
|
||||
name: TOMCAT_8_5_NEWEST
|
||||
fullName: final WebContainer com.microsoft.azure.management.appservice.WebContainer.TOMCAT_8_5_NEWEST
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebContainer.java
|
||||
startLine: 30
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Static value tomcat 8.0 newest for <xref href="com.microsoft.azure.management.appservice._web_container" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public static final WebContainer TOMCAT_8_5_NEWEST= new WebContainer("tomcat 8.5")
|
||||
return:
|
||||
type: 93de0ef9com.microsoft.azure.management.appservice._web_container
|
||||
- uid: com.microsoft.azure.management.appservice._web_container.toString()
|
||||
id: toString()
|
||||
parent: com.microsoft.azure.management.appservice._web_container
|
||||
|
@ -217,7 +297,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebContainer.java
|
||||
startLine: 47
|
||||
startLine: 59
|
||||
package: com.microsoft.azure.management.appservice
|
||||
syntax:
|
||||
content: public String toString()
|
||||
|
@ -235,7 +315,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/WebContainer.java
|
||||
startLine: 41
|
||||
startLine: 53
|
||||
package: com.microsoft.azure.management.appservice
|
||||
summary: <p>Creates a custom value for <xref href="com.microsoft.azure.management.appservice._web_container" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
|
|
|
@ -4419,4 +4419,4 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point for app service certificate order management API. </p>
|
||||
syntax:
|
||||
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
|
||||
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingByResourceGroup<AppServiceCertificateOrder>,SupportsListing<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
|
||||
|
|
|
@ -402,7 +402,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point for app service certificate order management API. </p>
|
||||
syntax:
|
||||
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
|
||||
content: public interface AppServiceCertificateOrders extends SupportsCreating<AppServiceCertificateOrder.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificateOrder>,SupportsGettingByResourceGroup<AppServiceCertificateOrder>,SupportsListing<AppServiceCertificateOrder>,SupportsGettingById<AppServiceCertificateOrder>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServiceCertificateOrdersInner>
|
||||
- uid: com.microsoft.azure.management.appservice._app_service_certificates
|
||||
parent: com.microsoft.azure.management.appservice
|
||||
href: com.microsoft.azure.management.appservice._app_service_certificates.yml
|
||||
|
@ -411,7 +411,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point for certificate management API. </p>
|
||||
syntax:
|
||||
content: public interface AppServiceCertificates extends SupportsCreating<AppServiceCertificate.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificate>,SupportsGettingByResourceGroup<AppServiceCertificate>,SupportsGettingById<AppServiceCertificate>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<CertificatesInner>
|
||||
content: public interface AppServiceCertificates extends SupportsCreating<AppServiceCertificate.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServiceCertificate>,SupportsListing<AppServiceCertificate>,SupportsGettingByResourceGroup<AppServiceCertificate>,SupportsGettingById<AppServiceCertificate>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<CertificatesInner>
|
||||
- uid: com.microsoft.azure.management.appservice._app_service_domains
|
||||
parent: com.microsoft.azure.management.appservice
|
||||
href: com.microsoft.azure.management.appservice._app_service_domains.yml
|
||||
|
|
|
@ -7487,4 +7487,4 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point for App Service plan management API. </p>
|
||||
syntax:
|
||||
content: public interface AppServicePlans extends SupportsCreating<AppServicePlan.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServicePlan>,SupportsGettingByResourceGroup<AppServicePlan>,SupportsGettingById<AppServicePlan>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServicePlansInner>
|
||||
content: public interface AppServicePlans extends SupportsCreating<AppServicePlan.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<AppServicePlan>,SupportsListing<AppServicePlan>,SupportsGettingByResourceGroup<AppServicePlan>,SupportsGettingById<AppServicePlan>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<AppServicePlansInner>
|
||||
|
|
|
@ -46933,4 +46933,4 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point for web app management API. </p>
|
||||
syntax:
|
||||
content: public interface WebApps extends SupportsCreating<WebApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListingByResourceGroup<WebApp>,SupportsGettingByResourceGroup<WebApp>,SupportsGettingById<WebApp>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
|
||||
content: public interface WebApps extends SupportsCreating<WebApp.DefinitionStages.Blank>,SupportsDeletingById,SupportsListing<WebApp>,SupportsListingByResourceGroup<WebApp>,SupportsGettingByResourceGroup<WebApp>,SupportsGettingById<WebApp>,SupportsDeletingByResourceGroup,HasManager<AppServiceManager>,HasInner<WebAppsInner>
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -35,7 +35,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the resource definition </p>
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
package: com.microsoft.azure.management.batch
|
||||
summary: <p>Entry point to <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Batch account management API. </p>
|
||||
syntax:
|
||||
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByResourceGroupAsync<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
|
||||
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListing<BatchAccount>,SupportsListingByResourceGroup<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
|
||||
|
@ -47,9 +47,9 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
- uid: com.microsoft.azure.management.batch._batch_accounts.getBatchAccountQuotaByLocation(Region)
|
||||
id: getBatchAccountQuotaByLocation(Region)
|
||||
|
@ -560,11 +560,11 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.yml
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingAsync<T>.listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
@ -594,11 +594,11 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
@ -639,11 +639,11 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the initial blank definition interface </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.yml
|
||||
name: SupportsListingAsync<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingAsync<T>
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: SupportsListing<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a subscription. </p>
|
||||
|
@ -652,15 +652,15 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListingAsync<T>
|
||||
content: public interface SupportsListing<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the fluent type of the resource </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
|
||||
name: SupportsListingByResourceGroupAsync<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: SupportsListingByResourceGroup<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
|
||||
|
@ -669,7 +669,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListingByResourceGroupAsync<T>
|
||||
content: public interface SupportsListingByResourceGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the type of the resources listed. </p>
|
||||
|
|
|
@ -1047,7 +1047,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point to <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Batch account management API. </p>
|
||||
syntax:
|
||||
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByResourceGroupAsync<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
|
||||
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListing<BatchAccount>,SupportsListingByResourceGroup<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
|
||||
- uid: com.microsoft.azure.management.storage.implementation._storage_manager
|
||||
parent: com.microsoft.azure.management.storage.implementation
|
||||
href: com.microsoft.azure.management.storage.implementation._storage_manager.yml
|
||||
|
|
|
@ -2541,4 +2541,4 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point to <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Batch account management API. </p>
|
||||
syntax:
|
||||
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByResourceGroupAsync<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
|
||||
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListing<BatchAccount>,SupportsListingByResourceGroup<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
|
||||
|
|
|
@ -284,7 +284,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point to <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Batch account management API. </p>
|
||||
syntax:
|
||||
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByResourceGroupAsync<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
|
||||
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListing<BatchAccount>,SupportsListingByResourceGroup<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
|
||||
- uid: com.microsoft.azure.management.storage.implementation._storage_manager
|
||||
parent: com.microsoft.azure.management.storage.implementation
|
||||
href: com.microsoft.azure.management.storage.implementation._storage_manager.yml
|
||||
|
|
|
@ -155,7 +155,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point to <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Batch account management API. </p>
|
||||
syntax:
|
||||
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListingAsync<BatchAccount>,SupportsListingByResourceGroupAsync<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
|
||||
content: public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListing<BatchAccount>,SupportsListingByResourceGroup<BatchAccount>,SupportsGettingByResourceGroup<BatchAccount>,SupportsGettingById<BatchAccount>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<BatchAccount>,SupportsBatchDeletion,HasManager<BatchManager>,HasInner<BatchAccountsInner>
|
||||
- uid: com.microsoft.azure.management.batch._package_state
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._package_state.yml
|
||||
|
@ -255,15 +255,6 @@ references:
|
|||
summary: <p>Grouping of all the Batch account definition stages. </p>
|
||||
syntax:
|
||||
content: public interface DefinitionStages
|
||||
- uid: com.microsoft.azure.management.batch._application._update
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._update.yml
|
||||
name: Application.Update
|
||||
fullName: com.microsoft.azure.management.batch.Application.Update
|
||||
type: Interface
|
||||
summary: <p>The entirety of a Batch application update as a part of a Batch account update. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Settable<BatchAccount.Update>,Application.UpdateStages.WithOptionalProperties,Application.UpdateStages.WithApplicationPackage
|
||||
- uid: com.microsoft.azure.management.batch._batch_account._update
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._batch_account._update.yml
|
||||
|
@ -273,6 +264,15 @@ references:
|
|||
summary: <p>The template for a Batch account update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<BatchAccount>,Resource.UpdateWithTags<Update>,BatchAccount.UpdateStages.WithStorageAccount,BatchAccount.UpdateStages.WithApplication
|
||||
- uid: com.microsoft.azure.management.batch._application._update
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._update.yml
|
||||
name: Application.Update
|
||||
fullName: com.microsoft.azure.management.batch.Application.Update
|
||||
type: Interface
|
||||
summary: <p>The entirety of a Batch application update as a part of a Batch account update. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Settable<BatchAccount.Update>,Application.UpdateStages.WithOptionalProperties,Application.UpdateStages.WithApplicationPackage
|
||||
- uid: com.microsoft.azure.management.batch._application._update_definition
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._update_definition.yml
|
||||
|
@ -294,15 +294,6 @@ references:
|
|||
summary: <p>Grouping of application definition stages as part of a Batch account update. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinitionStages
|
||||
- uid: com.microsoft.azure.management.batch._application._update_stages
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._update_stages.yml
|
||||
name: Application.UpdateStages
|
||||
fullName: com.microsoft.azure.management.batch.Application.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of Batch application update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.batch._batch_account._update_stages
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._batch_account._update_stages.yml
|
||||
|
@ -312,15 +303,15 @@ references:
|
|||
summary: <p>Grouping of all Batch account update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.batch._batch_account._update_stages._with_application
|
||||
- uid: com.microsoft.azure.management.batch._application._update_stages
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._batch_account._update_stages._with_application.yml
|
||||
name: BatchAccount.UpdateStages.WithApplication
|
||||
fullName: com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithApplication
|
||||
href: com.microsoft.azure.management.batch._application._update_stages.yml
|
||||
name: Application.UpdateStages
|
||||
fullName: com.microsoft.azure.management.batch.Application.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>The stage of a Batch account definition allowing the creation of a Batch application. </p>
|
||||
summary: <p>Grouping of Batch application update stages. </p>
|
||||
syntax:
|
||||
content: public interface WithApplication
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.batch._batch_account._definition_stages._with_application
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._batch_account._definition_stages._with_application.yml
|
||||
|
@ -330,6 +321,15 @@ references:
|
|||
summary: <p>The stage of a Batch account definition allowing the creation of a Batch application. </p>
|
||||
syntax:
|
||||
content: public interface WithApplication
|
||||
- uid: com.microsoft.azure.management.batch._batch_account._update_stages._with_application
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._batch_account._update_stages._with_application.yml
|
||||
name: BatchAccount.UpdateStages.WithApplication
|
||||
fullName: com.microsoft.azure.management.batch.BatchAccount.UpdateStages.WithApplication
|
||||
type: Interface
|
||||
summary: <p>The stage of a Batch account definition allowing the creation of a Batch application. </p>
|
||||
syntax:
|
||||
content: public interface WithApplication
|
||||
- uid: com.microsoft.azure.management.batch._batch_account._definition_stage0d783d9e8264e6921b5a7ac57082dfd6
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._batch_account._definition_stage0d783d9e8264e6921b5a7ac57082dfd6.yml
|
||||
|
@ -354,6 +354,15 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent Batch account definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batch._application._update_stages._with_application_package
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._update_stages._with_application_package.yml
|
||||
name: Application.UpdateStages.WithApplicationPackage
|
||||
fullName: com.microsoft.azure.management.batch.Application.UpdateStages.WithApplicationPackage
|
||||
type: Interface
|
||||
summary: <p>The stage of a Batch application update allowing the creation of an application package. </p>
|
||||
syntax:
|
||||
content: public interface WithApplicationPackage
|
||||
- uid: com.microsoft.azure.management.batch._application._update_definition_af002c8421e16b745af55a95ece4e746
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._update_definition_af002c8421e16b745af55a95ece4e746.yml
|
||||
|
@ -369,15 +378,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent Batch account definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batch._application._update_stages._with_application_package
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._update_stages._with_application_package.yml
|
||||
name: Application.UpdateStages.WithApplicationPackage
|
||||
fullName: com.microsoft.azure.management.batch.Application.UpdateStages.WithApplicationPackage
|
||||
type: Interface
|
||||
summary: <p>The stage of a Batch application update allowing the creation of an application package. </p>
|
||||
syntax:
|
||||
content: public interface WithApplicationPackage
|
||||
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._definition_stages._with_attach.yml
|
||||
|
|
|
@ -35,7 +35,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T>
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the resource definition </p>
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
package: com.microsoft.azure.management.cdn
|
||||
summary: <p>Entry point for CDN profile management API. </p>
|
||||
syntax:
|
||||
content: public interface CdnProfiles extends SupportsCreating<CdnProfile.DefinitionStages.Blank>,SupportsListingAsync<CdnProfile>,SupportsListingByResourceGroupAsync<CdnProfile>,SupportsGettingByResourceGroup<CdnProfile>,SupportsGettingById<CdnProfile>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<CdnProfile>,SupportsBatchDeletion,HasManager<CdnManager>,HasInner<ProfilesInner>
|
||||
content: public interface CdnProfiles extends SupportsCreating<CdnProfile.DefinitionStages.Blank>,SupportsListing<CdnProfile>,SupportsListingByResourceGroup<CdnProfile>,SupportsGettingByResourceGroup<CdnProfile>,SupportsGettingById<CdnProfile>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<CdnProfile>,SupportsBatchDeletion,HasManager<CdnManager>,HasInner<ProfilesInner>
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
|
||||
|
@ -57,9 +57,9 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_profiles.checkEndpointNameAvailability(String)
|
||||
id: checkEndpointNameAvailability(String)
|
||||
|
@ -916,11 +916,11 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.yml
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingAsync<T>.listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
@ -950,11 +950,11 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
@ -995,11 +995,11 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the initial blank definition interface </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.yml
|
||||
name: SupportsListingAsync<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingAsync<T>
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: SupportsListing<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a subscription. </p>
|
||||
|
@ -1008,15 +1008,15 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListingAsync<T>
|
||||
content: public interface SupportsListing<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the fluent type of the resource </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
|
||||
name: SupportsListingByResourceGroupAsync<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: SupportsListingByResourceGroup<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
|
||||
|
@ -1025,7 +1025,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListingByResourceGroupAsync<T>
|
||||
content: public interface SupportsListingByResourceGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the type of the resources listed. </p>
|
||||
|
|
|
@ -123,7 +123,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>Entry point for CDN profile management API. </p>
|
||||
syntax:
|
||||
content: public interface CdnProfiles extends SupportsCreating<CdnProfile.DefinitionStages.Blank>,SupportsListingAsync<CdnProfile>,SupportsListingByResourceGroupAsync<CdnProfile>,SupportsGettingByResourceGroup<CdnProfile>,SupportsGettingById<CdnProfile>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<CdnProfile>,SupportsBatchDeletion,HasManager<CdnManager>,HasInner<ProfilesInner>
|
||||
content: public interface CdnProfiles extends SupportsCreating<CdnProfile.DefinitionStages.Blank>,SupportsListing<CdnProfile>,SupportsListingByResourceGroup<CdnProfile>,SupportsGettingByResourceGroup<CdnProfile>,SupportsGettingById<CdnProfile>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<CdnProfile>,SupportsBatchDeletion,HasManager<CdnManager>,HasInner<ProfilesInner>
|
||||
- uid: com.microsoft.azure.management.cdn._check_name_availability_input
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._check_name_availability_input.yml
|
||||
|
@ -493,21 +493,6 @@ references:
|
|||
summary: <p>Grouping of CDN profile definition stages. </p>
|
||||
syntax:
|
||||
content: public interface DefinitionStages
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_s2e61036c99277dd58d402689e77b9812
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_s2e61036c99277dd58d402689e77b9812.yml
|
||||
name: CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<ParentT>
|
||||
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the CDN profile endpoint definition allowing to specify the origin for CDN Profile with the Premium Verizon SKU.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface PremiumEndpoint<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._blank._premium_endpoint
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._blank._premium_endpoint.yml
|
||||
|
@ -523,6 +508,21 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent CDN profile definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_s2e61036c99277dd58d402689e77b9812
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_s2e61036c99277dd58d402689e77b9812.yml
|
||||
name: CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<ParentT>
|
||||
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the CDN profile endpoint definition allowing to specify the origin for CDN Profile with the Premium Verizon SKU.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface PremiumEndpoint<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_sc52d7b69639fb186cc1bcea7ec6f1537
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_sc52d7b69639fb186cc1bcea7ec6f1537.yml
|
||||
|
|
|
@ -41,7 +41,9 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
|
||||
|
@ -463,6 +465,21 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listAsync()
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
|
@ -482,6 +499,25 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listByResourceGroupAsync(String resourceGroupName)
|
||||
parameters:
|
||||
- id: resourceGroupName
|
||||
type: "26831127"
|
||||
description: <p>the name of the resource group to list the resources from </p>
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
|
||||
|
|
|
@ -22,6 +22,8 @@ items:
|
|||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region.listByRegion(Region)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region.listByRegion(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region.listByRegionAsync(Region)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region.listByRegionAsync(String)
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region.listByRegion(Region)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region
|
||||
|
@ -58,6 +60,41 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region.listByRegionAsync(Region)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region.yml
|
||||
name: listByRegionAsync(Region region)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingByRegion<T>.listByRegionAsync(Region region)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the specified region.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public Observable<T> listByRegionAsync(Region region)
|
||||
parameters:
|
||||
- id: region
|
||||
type: com.microsoft.azure.management.resources.fluentcore.arm._region
|
||||
description: <p>the selected <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> region </p>
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region.listByRegionAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region.yml
|
||||
name: listByRegionAsync(String regionName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingByRegion<T>.listByRegionAsync(String regionName)
|
||||
type: Method
|
||||
summary: <p>List all the resources of the specified type in the specified region. </p>
|
||||
syntax:
|
||||
content: public Observable<T> listByRegionAsync(String regionName)
|
||||
parameters:
|
||||
- id: regionName
|
||||
type: "26831127"
|
||||
description: <p>the name of an <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> region </p>
|
||||
return:
|
||||
type: c4094ba1
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_by_region.yml
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>Entry point to managed disk management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public interface Disks extends SupportsCreating<Disk.DefinitionStages.Blank>,SupportsListingAsync<Disk>,SupportsListingByResourceGroupAsync<Disk>,SupportsGettingByResourceGroup<Disk>,SupportsGettingById<Disk>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<Disk>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<DisksInner>
|
||||
content: public interface Disks extends SupportsCreating<Disk.DefinitionStages.Blank>,SupportsListing<Disk>,SupportsListingByResourceGroup<Disk>,SupportsGettingByResourceGroup<Disk>,SupportsGettingById<Disk>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<Disk>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<DisksInner>
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
|
||||
|
@ -48,9 +48,9 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
- uid: com.microsoft.azure.management.compute._disks.grantAccess(String,String,AccessLevel,int)
|
||||
id: grantAccess(String,String,AccessLevel,int)
|
||||
|
@ -601,11 +601,11 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.yml
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingAsync<T>.listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
@ -635,11 +635,11 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
@ -680,11 +680,11 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the initial blank definition interface </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.yml
|
||||
name: SupportsListingAsync<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingAsync<T>
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: SupportsListing<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a subscription. </p>
|
||||
|
@ -693,15 +693,15 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListingAsync<T>
|
||||
content: public interface SupportsListing<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the fluent type of the resource </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
|
||||
name: SupportsListingByResourceGroupAsync<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: SupportsListingByResourceGroup<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
|
||||
|
@ -710,7 +710,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListingByResourceGroupAsync<T>
|
||||
content: public interface SupportsListingByResourceGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the type of the resources listed. </p>
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>Entry point to managed snapshot management API in <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref>. </p>
|
||||
syntax:
|
||||
content: public interface Snapshots extends SupportsCreating<Snapshot.DefinitionStages.Blank>,SupportsListingAsync<Snapshot>,SupportsListingByResourceGroupAsync<Snapshot>,SupportsGettingByResourceGroup<Snapshot>,SupportsGettingById<Snapshot>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<Snapshot>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<SnapshotsInner>
|
||||
content: public interface Snapshots extends SupportsCreating<Snapshot.DefinitionStages.Blank>,SupportsListing<Snapshot>,SupportsListingByResourceGroup<Snapshot>,SupportsGettingByResourceGroup<Snapshot>,SupportsGettingById<Snapshot>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation<Snapshot>,SupportsBatchDeletion,HasManager<ComputeManager>,HasInner<SnapshotsInner>
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(Creatable<ResourceT>...)
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_batch_creation.create(List<Creatable<ResourceT>>)
|
||||
|
@ -48,9 +48,9 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.arm.collection7f06964f1018361cd7fc457bd7ef61fc.getByResourceGroupAsync(String,String,ServiceCallback<T>)
|
||||
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.list()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroup(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
|
||||
- uid: com.microsoft.azure.management.compute._snapshots.grantAccess(String,String,AccessLevel,int)
|
||||
id: grantAccess(String,String,AccessLevel,int)
|
||||
|
@ -601,11 +601,11 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.yml
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.listAsync()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingAsync<T>.listAsync()
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>.listAsync()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists all the resources of the specified type in the currently selected subscription.</p>
|
||||
|
@ -635,11 +635,11 @@ references:
|
|||
return:
|
||||
type: e5f90f8a
|
||||
description: <p>the list of resources </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.listByResourceGroupAsync(String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
fullName: Observable<T> com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Lists resources of the specified type in the specified resource group.</p>
|
||||
|
@ -680,11 +680,11 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the initial blank definition interface </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing_async.yml
|
||||
name: SupportsListingAsync<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListingAsync<T>
|
||||
href: com.microsoft.azure.management.resources.fluentcore.collection._supports_listing.yml
|
||||
name: SupportsListing<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a subscription. </p>
|
||||
|
@ -693,15 +693,15 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListingAsync<T>
|
||||
content: public interface SupportsListing<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the fluent type of the resource </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.collection
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectionb5d6d6309733ff0d64e83a9cbdf444d4.yml
|
||||
name: SupportsListingByResourceGroupAsync<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroupAsync<T>
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.collectiondcedd7c35acb6def31f119e1aca84c40.yml
|
||||
name: SupportsListingByResourceGroup<T>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>Provides access to listing <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> resources of a specific type in a specific resource group. </p>
|
||||
|
@ -710,7 +710,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SupportsListingByResourceGroupAsync<T>
|
||||
content: public interface SupportsListingByResourceGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the type of the resources listed. </p>
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -17,9 +17,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 736
|
||||
startLine: 731
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Linux virtual machine definition allowing to specify SSH root password or public key. </p>
|
||||
summary: <p>The stage of a Linux virtual machine definition allowing to specify an SSH root password or public key. </p>
|
||||
syntax:
|
||||
content: public interface WithLinuxRootPasswordOrPublicKeyManaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s089d02a494908c75e8fd42f816d6b2a6.withRootPassword(String)
|
||||
|
@ -34,7 +34,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 743
|
||||
startLine: 738
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH root password for the Linux virtual machine.</p>
|
||||
|
@ -45,10 +45,10 @@ items:
|
|||
parameters:
|
||||
- id: rootPassword
|
||||
type: "26831127"
|
||||
description: <p>the SSH root password. This must follow the criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Linux VM password. </p>
|
||||
description: <p>a password, following the complexity criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Linux VM passwords. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sed78eee7b52f983c5714d879699114b9
|
||||
description: <p>the next stage of the Linux virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s089d02a494908c75e8fd42f816d6b2a6.withSsh(String)
|
||||
id: withSsh(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s089d02a494908c75e8fd42f816d6b2a6
|
||||
|
@ -61,23 +61,18 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 753
|
||||
startLine: 745
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH public key. </p>
|
||||
|
||||
<p>Each call to this method adds the given public key to the list of VM's public keys.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an SSH public key. </p>
|
||||
syntax:
|
||||
content: public WithLinuxCreateManaged withSsh(String publicKey)
|
||||
parameters:
|
||||
- id: publicKey
|
||||
type: "26831127"
|
||||
description: <p>the SSH public key in PEM format. </p>
|
||||
description: <p>an SSH public key in the PEM format. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sed78eee7b52f983c5714d879699114b9
|
||||
description: <p>the next stage of the Linux virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -98,7 +93,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithLinuxCreateManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithLinuxCreateManaged
|
||||
type: Interface
|
||||
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 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:
|
||||
content: public interface WithLinuxCreateManaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
- uid: com.microsoft.azure.management._azure
|
||||
|
|
|
@ -4,7 +4,6 @@ items:
|
|||
parent: com.microsoft.azure.management.compute
|
||||
children:
|
||||
- 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
|
||||
langs:
|
||||
- java
|
||||
|
@ -17,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 870
|
||||
startLine: 868
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stages contains OS agnostics 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
|
||||
content: public interface WithFromImageCreateOptionsManaged extends VirtualMachine.DefinitionStages.WithManagedCreate
|
||||
inheritedMembers:
|
||||
|
@ -73,7 +72,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 885
|
||||
startLine: 875
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the computer name for the virtual machine.</p>
|
||||
|
@ -88,33 +87,6 @@ items:
|
|||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
|
||||
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)
|
||||
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
|
||||
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 stage representing creatable Windows VM definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -176,7 +148,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -187,7 +159,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -225,10 +197,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of teh definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -236,7 +208,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the default caching type for the managed data disks.</p>
|
||||
<p>Specifies the default caching type for managed data disks.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -244,22 +216,17 @@ references:
|
|||
parameters:
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -268,7 +235,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -276,7 +243,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -284,10 +251,10 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>an existing managed disk </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -295,7 +262,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -303,7 +270,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -312,7 +279,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -320,7 +287,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int newSizeInGB, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -328,7 +295,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: newSizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the disk resize size in GB </p>
|
||||
|
@ -340,7 +307,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -348,7 +315,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -361,7 +328,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -371,7 +338,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -382,49 +349,39 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -432,7 +389,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable)
|
||||
type: Method
|
||||
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 should be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -440,10 +397,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -459,16 +416,16 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the data disk LUN </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the data disk caching type </p>
|
||||
description: <p>a data disk caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -484,10 +441,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -503,7 +460,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -512,7 +469,7 @@ references:
|
|||
description: <p>the caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -528,7 +485,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -540,7 +497,7 @@ references:
|
|||
description: <p>the storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -559,7 +516,7 @@ references:
|
|||
description: <p>the LUN of the source data disk image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -581,10 +538,10 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -606,13 +563,13 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -620,9 +577,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -633,7 +590,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -641,9 +598,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -651,10 +608,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -662,9 +619,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -672,10 +629,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -683,7 +640,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -691,10 +648,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -710,10 +667,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -729,10 +686,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -748,10 +705,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -759,7 +716,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the storage account type for managed OS disk.</p>
|
||||
<p>Specifies the storage account type for the managed OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -767,10 +724,10 @@ references:
|
|||
parameters:
|
||||
- id: accountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -778,7 +735,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -786,10 +743,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -797,7 +754,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -805,13 +762,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -819,7 +776,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -827,10 +784,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -838,7 +795,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -849,7 +806,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -909,7 +866,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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:
|
||||
content: public interface WithFromImageCreateOptionsManagedOrUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sed78eee7b52f983c5714d879699114b9
|
||||
|
@ -918,7 +875,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithLinuxCreateManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithLinuxCreateManaged
|
||||
type: Interface
|
||||
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 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:
|
||||
content: public interface WithLinuxCreateManaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
|
@ -927,7 +884,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithWindowsCreateManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsCreateManaged
|
||||
type: Interface
|
||||
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 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:
|
||||
content: public interface WithWindowsCreateManaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
|
||||
|
@ -936,5 +893,5 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 795
|
||||
startLine: 784
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to specify administrator user name. </p>
|
||||
summary: <p>The stage of a Windows virtual machine definition allowing to specify an administrator user name. </p>
|
||||
syntax:
|
||||
content: public interface WithWindowsAdminUsernameManaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s1e39df43bd1983face7f624239a12cf5.withAdminUsername(String)
|
||||
|
@ -33,7 +33,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 802
|
||||
startLine: 791
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the administrator user name for the Windows virtual machine.</p>
|
||||
|
@ -44,10 +44,10 @@ items:
|
|||
parameters:
|
||||
- id: adminUserName
|
||||
type: "26831127"
|
||||
description: <p>the Windows administrator user name. This must follow the required naming convention for Windows user name. </p>
|
||||
description: <p>a user name followinmg the required naming convention for Windows user names </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_se40bfdc476b74415bd08f85af8979ec8
|
||||
description: <p>the stage representing creatable Linux VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -68,6 +68,6 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManaged
|
||||
type: Interface
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to specify administrator user name. </p>
|
||||
summary: <p>The stage of a Windows virtual machine definition allowing to specify an administrator user name. </p>
|
||||
syntax:
|
||||
content: public interface WithWindowsAdminPasswordManaged
|
||||
|
|
|
@ -26,9 +26,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1142
|
||||
startLine: 1126
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify managed data disk. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify a managed data disk. </p>
|
||||
syntax:
|
||||
content: public interface WithManagedDataDisk
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk)
|
||||
|
@ -43,10 +43,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1203
|
||||
startLine: 1187
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -54,10 +54,10 @@ items:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>an existing managed disk </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,CachingTypes)
|
||||
id: withExistingDataDisk(Disk,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
|
@ -70,10 +70,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1213
|
||||
startLine: 1197
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -81,7 +81,7 @@ items:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -90,7 +90,7 @@ items:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,int,CachingTypes)
|
||||
id: withExistingDataDisk(Disk,int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
|
@ -103,10 +103,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1226
|
||||
startLine: 1210
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -114,7 +114,7 @@ items:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: newSizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the disk resize size in GB </p>
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>)
|
||||
id: withNewDataDisk(Creatable<Disk>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
|
@ -139,10 +139,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1150
|
||||
startLine: 1134
|
||||
package: com.microsoft.azure.management.compute
|
||||
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 should be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -150,10 +150,10 @@ items:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>,int,CachingTypes)
|
||||
id: withNewDataDisk(Creatable<Disk>,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
|
@ -166,7 +166,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1161
|
||||
startLine: 1145
|
||||
package: com.microsoft.azure.management.compute
|
||||
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>
|
||||
|
@ -177,16 +177,16 @@ items:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the data disk LUN </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the data disk caching type </p>
|
||||
description: <p>a data disk caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int)
|
||||
id: withNewDataDisk(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
|
@ -199,7 +199,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1171
|
||||
startLine: 1155
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies that a managed disk needs to be created implicitly with the given size.</p>
|
||||
|
@ -210,10 +210,10 @@ items:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes)
|
||||
id: withNewDataDisk(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
|
@ -226,7 +226,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1181
|
||||
startLine: 1165
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies that a managed disk needs to be created implicitly with the given settings.</p>
|
||||
|
@ -237,7 +237,7 @@ items:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -246,7 +246,7 @@ items:
|
|||
description: <p>the caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes,StorageAccountTypes)
|
||||
id: withNewDataDisk(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
|
@ -259,7 +259,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1192
|
||||
startLine: 1176
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies that a managed disk needs to be created implicitly with the given settings.</p>
|
||||
|
@ -270,7 +270,7 @@ items:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -282,7 +282,7 @@ items:
|
|||
description: <p>the storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int)
|
||||
id: withNewDataDiskFromImage(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
|
@ -295,7 +295,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1237
|
||||
startLine: 1221
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the data disk to be created from the data disk image in the virtual machine image.</p>
|
||||
|
@ -309,7 +309,7 @@ items:
|
|||
description: <p>the LUN of the source data disk image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes)
|
||||
id: withNewDataDiskFromImage(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
|
@ -322,7 +322,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1247
|
||||
startLine: 1231
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the data disk to be created from the data disk image in the virtual machine image.</p>
|
||||
|
@ -339,10 +339,10 @@ items:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
|
||||
id: withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
|
@ -355,7 +355,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1260
|
||||
startLine: 1244
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the data disk to be created from the data disk image in the virtual machine image.</p>
|
||||
|
@ -372,13 +372,13 @@ items:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
spec.java:
|
||||
|
|
|
@ -17,9 +17,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 713
|
||||
startLine: 711
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Linux virtual machine definition allowing to specify SSH root password or public key. </p>
|
||||
summary: <p>The stage of a Linux virtual machine definition allowing to specify an SSH root password or public key. </p>
|
||||
syntax:
|
||||
content: public interface WithLinuxRootPasswordOrPublicKeyManagedOrUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2830a6335b4e760a4da49140d4dc3fcb.withRootPassword(String)
|
||||
|
@ -34,7 +34,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 720
|
||||
startLine: 718
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH root password for the Linux virtual machine.</p>
|
||||
|
@ -45,10 +45,10 @@ items:
|
|||
parameters:
|
||||
- id: rootPassword
|
||||
type: "26831127"
|
||||
description: <p>the SSH root password. This must follow the criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Linux VM password. </p>
|
||||
description: <p>a password following the complexity criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Linux VM passwords. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s3a9045592e98334fac31ba73d481704c
|
||||
description: <p>the next stage of the Linux virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2830a6335b4e760a4da49140d4dc3fcb.withSsh(String)
|
||||
id: withSsh(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2830a6335b4e760a4da49140d4dc3fcb
|
||||
|
@ -61,23 +61,18 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 730
|
||||
startLine: 725
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH public key. </p>
|
||||
|
||||
<p>Each call to this method adds the given public key to the list of VM's public keys.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the SSH public key. </p>
|
||||
syntax:
|
||||
content: public WithLinuxCreateManagedOrUnmanaged withSsh(String publicKey)
|
||||
parameters:
|
||||
- id: publicKey
|
||||
type: "26831127"
|
||||
description: <p>the SSH public key in PEM format. </p>
|
||||
description: <p>an SSH public key in the PEM format. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s3a9045592e98334fac31ba73d481704c
|
||||
description: <p>the next stage of the Linux virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 914
|
||||
startLine: 904
|
||||
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>
|
||||
syntax: &o1
|
||||
|
@ -29,7 +29,7 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
- 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.withCustomData(String)
|
||||
- com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
|
@ -75,23 +75,18 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 923
|
||||
startLine: 910
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH public key. </p>
|
||||
|
||||
<p>Each call to this method adds the given public key to the list of VM's public keys.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an SSH public key. </p>
|
||||
syntax:
|
||||
content: public WithLinuxCreateManagedOrUnmanaged withSsh(String publicKey)
|
||||
parameters:
|
||||
- id: publicKey
|
||||
type: "26831127"
|
||||
description: <p>the SSH public key in PEM format. </p>
|
||||
description: <p>an SSH public key in the PEM format. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s3a9045592e98334fac31ba73d481704c
|
||||
description: <p>the stage representing creatable Linux VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -153,7 +148,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -164,7 +159,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -206,11 +201,11 @@ references:
|
|||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
|
||||
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
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withCustomData(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.yml
|
||||
name: withCustomData(String base64EncodedCustomData)
|
||||
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData)
|
||||
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withCustomData(String base64EncodedCustomData)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the custom data for the virtual machine.</p>
|
||||
|
@ -224,7 +219,7 @@ references:
|
|||
description: <p>the base64 encoded custom data </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- 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
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -240,10 +235,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of teh definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -251,7 +246,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the default caching type for the managed data disks.</p>
|
||||
<p>Specifies the default caching type for managed data disks.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -259,22 +254,17 @@ references:
|
|||
parameters:
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -283,7 +273,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -291,7 +281,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -299,10 +289,10 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>an existing managed disk </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -310,7 +300,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -318,7 +308,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -327,7 +317,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -335,7 +325,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int newSizeInGB, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -343,7 +333,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: newSizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the disk resize size in GB </p>
|
||||
|
@ -355,7 +345,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -363,7 +353,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -376,7 +366,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -386,7 +376,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -397,49 +387,39 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -447,7 +427,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable)
|
||||
type: Method
|
||||
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 should be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -455,10 +435,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -474,16 +454,16 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the data disk LUN </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the data disk caching type </p>
|
||||
description: <p>a data disk caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -499,10 +479,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -518,7 +498,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -527,7 +507,7 @@ references:
|
|||
description: <p>the caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -543,7 +523,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -555,7 +535,7 @@ references:
|
|||
description: <p>the storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -574,7 +554,7 @@ references:
|
|||
description: <p>the LUN of the source data disk image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -596,10 +576,10 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -621,13 +601,13 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -635,9 +615,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -648,7 +628,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -656,9 +636,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -666,10 +646,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -677,9 +657,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -687,10 +667,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -698,7 +678,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -706,10 +686,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -725,10 +705,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -744,10 +724,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -763,10 +743,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -774,7 +754,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the storage account type for managed OS disk.</p>
|
||||
<p>Specifies the storage account type for the managed OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -782,10 +762,10 @@ references:
|
|||
parameters:
|
||||
- id: accountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -793,7 +773,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -801,10 +781,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -812,7 +792,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -820,13 +800,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -834,7 +814,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -842,10 +822,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -853,7 +833,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -864,7 +844,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -906,18 +886,19 @@ references:
|
|||
name: withUnmanagedDisks()
|
||||
fullName: WithFromImageCreateOptionsUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withUnmanagedDisks()
|
||||
type: Method
|
||||
summary: <p>Specifies that unmanaged disks will be used. </p>
|
||||
syntax:
|
||||
content: public WithFromImageCreateOptionsUnmanaged withUnmanagedDisks()
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
description: <p>the next stage of a unmanaged disk based virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8
|
||||
parent: com.microsoft.azure.management.compute
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.yml
|
||||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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:
|
||||
content: public interface WithFromImageCreateOptionsManagedOrUnmanaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_managed_or_unmanaged
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 808
|
||||
startLine: 797
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to specify administrator user name. </p>
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to specify an administrator user name. </p>
|
||||
syntax:
|
||||
content: public interface WithWindowsAdminUsernameUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s465c0ecb78deb1cd582fbf2d5c059111.withAdminUsername(String)
|
||||
|
@ -33,7 +33,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 815
|
||||
startLine: 804
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the administrator user name for the Windows virtual machine.</p>
|
||||
|
@ -44,10 +44,10 @@ items:
|
|||
parameters:
|
||||
- id: adminUserName
|
||||
type: "26831127"
|
||||
description: <p>the Windows administrator user name. This must follow the required naming convention for Windows user name. </p>
|
||||
description: <p>a user name following the required naming convention for Windows user names </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_scf9bdd44a2e16d0fcfd219b7943558e8
|
||||
description: <p>the stage representing creatable Linux VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -68,6 +68,6 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithWindowsAdminPasswordUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsAdminPasswordUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to specify administrator user name. </p>
|
||||
summary: <p>The stage of a Windows virtual machine definition allowing to specify an administrator password. </p>
|
||||
syntax:
|
||||
content: public interface WithWindowsAdminPasswordUnmanaged
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 948
|
||||
startLine: 933
|
||||
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 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
|
||||
content: public interface WithLinuxCreateUnmanaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
|
||||
inheritedMembers:
|
||||
|
@ -64,23 +64,18 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 957
|
||||
startLine: 939
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH public key. </p>
|
||||
|
||||
<p>Each call to this method adds the given public key to the list of VM's public keys.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an SSH public key. </p>
|
||||
syntax:
|
||||
content: public WithLinuxCreateUnmanaged withSsh(String publicKey)
|
||||
parameters:
|
||||
- id: publicKey
|
||||
type: "26831127"
|
||||
description: <p>the SSH public key in PEM format. </p>
|
||||
description: <p>an SSH public key in the PEM format. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s4f6824f285810733460625589d802e51
|
||||
description: <p>the stage representing creatable Linux VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -142,7 +137,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -153,7 +148,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.defineUnmanagedDataDisk(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.yml
|
||||
|
@ -161,7 +156,7 @@ references:
|
|||
fullName: VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank<WithUnmanagedCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedDataDisk.defineUnmanagedDataDisk(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Begins definition of a 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -172,7 +167,7 @@ references:
|
|||
description: <p>the name for the data disk </p>
|
||||
return:
|
||||
type: 33d7d9f9com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_createa08ddfce
|
||||
description: <p>the stage representing configuration for the unmanaged data disk </p>
|
||||
description: <p>the first stage of an unmanaged data disk definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -210,10 +205,10 @@ references:
|
|||
parameters:
|
||||
- id: computerName
|
||||
type: "26831127"
|
||||
description: <p>the computer name </p>
|
||||
description: <p>a computer name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a.withCustomData(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a.yml
|
||||
|
@ -229,22 +224,17 @@ references:
|
|||
parameters:
|
||||
- id: base64EncodedCustomData
|
||||
type: "26831127"
|
||||
description: <p>the base64 encoded custom data </p>
|
||||
description: <p>base64 encoded custom data </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -253,7 +243,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -261,7 +251,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -274,7 +264,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -284,7 +274,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -295,7 +285,7 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withExistingUnmanagedDataDisk(String,String,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.yml
|
||||
|
@ -303,7 +293,7 @@ references:
|
|||
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedDataDisk.withExistingUnmanagedDataDisk(String storageAccountName, String containerName, String vhdName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing unmanaged VHD that needs to be attached to the virtual machine as data disk.</p>
|
||||
<p>Attaches an existing unmanaged VHD as a data disk to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -311,7 +301,7 @@ references:
|
|||
parameters:
|
||||
- id: storageAccountName
|
||||
type: "26831127"
|
||||
description: <p>the storage account name </p>
|
||||
description: <p>a storage account name </p>
|
||||
- id: containerName
|
||||
type: "26831127"
|
||||
description: <p>the name of the container holding the VHD file </p>
|
||||
|
@ -320,49 +310,39 @@ references:
|
|||
description: <p>the name for the VHD file </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -370,9 +350,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -383,7 +363,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -391,9 +371,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -401,10 +381,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -412,9 +392,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -422,10 +402,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withNewUnmanagedDataDisk(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.yml
|
||||
|
@ -433,7 +413,7 @@ references:
|
|||
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedDataDisk.withNewUnmanagedDataDisk(Integer sizeInGB)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies that a new blank unmanaged data disk needs to be attached to virtual machine.</p>
|
||||
<p>Attaches a new blank unmanaged data disk to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -444,7 +424,7 @@ references:
|
|||
description: <p>the disk size in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -452,7 +432,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -460,10 +440,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -479,10 +459,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -498,10 +478,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -517,10 +497,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.yml
|
||||
|
@ -528,7 +508,7 @@ references:
|
|||
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOsDiskVhdLocation(String containerName, String vhdName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> Vhd file and it's parent container.</p>
|
||||
<p>Specifies the name of an OS disk VHD file and its parent container.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -536,13 +516,13 @@ references:
|
|||
parameters:
|
||||
- id: containerName
|
||||
type: "26831127"
|
||||
description: <p>the name of the container in the selected storage account. </p>
|
||||
description: <p>the name of the container in the selected storage account </p>
|
||||
- id: vhdName
|
||||
type: "26831127"
|
||||
description: <p>the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> VHD. </p>
|
||||
description: <p>the name for the OS disk VHD. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -550,7 +530,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -558,10 +538,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -569,7 +549,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -577,13 +557,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -591,7 +571,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -599,10 +579,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -610,7 +590,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -621,7 +601,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -663,7 +643,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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:
|
||||
content: public interface WithFromImageCreateOptionsUnmanaged extends VirtualMachine.DefinitionStages.WithUnmanagedCreate
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_unmanaged
|
||||
|
@ -681,5 +661,5 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged
|
||||
type: Interface
|
||||
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 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
|
||||
|
|
|
@ -17,9 +17,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 759
|
||||
startLine: 751
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Linux virtual machine definition allowing to specify SSH root password or public key. </p>
|
||||
summary: <p>The stage of a Linux virtual machine definition allowing to specify an SSH root password or public key. </p>
|
||||
syntax:
|
||||
content: public interface WithLinuxRootPasswordOrPublicKeyUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s50751fa4b9b9cda38eb5362cbea38e54.withRootPassword(String)
|
||||
|
@ -34,10 +34,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 766
|
||||
startLine: 758
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH root password for the Linux virtual machine.</p>
|
||||
<p>Specifies an SSH root password for the Linux virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -45,10 +45,10 @@ items:
|
|||
parameters:
|
||||
- id: rootPassword
|
||||
type: "26831127"
|
||||
description: <p>the SSH root password. This must follow the criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Linux VM password. </p>
|
||||
description: <p>a password following the complexity criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Linux VM passwords. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s4f6824f285810733460625589d802e51
|
||||
description: <p>the next stage of the Linux virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s50751fa4b9b9cda38eb5362cbea38e54.withSsh(String)
|
||||
id: withSsh(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s50751fa4b9b9cda38eb5362cbea38e54
|
||||
|
@ -61,23 +61,18 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 776
|
||||
startLine: 765
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH public key. </p>
|
||||
|
||||
<p>Each call to this method adds the given public key to the list of VM's public keys.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an SSH public key. </p>
|
||||
syntax:
|
||||
content: public WithLinuxCreateUnmanaged withSsh(String publicKey)
|
||||
parameters:
|
||||
- id: publicKey
|
||||
type: "26831127"
|
||||
description: <p>the SSH public key in PEM format. </p>
|
||||
description: <p>an SSH public key in the PEM format. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s4f6824f285810733460625589d802e51
|
||||
description: <p>the next stage of the Linux virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -98,7 +93,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged
|
||||
type: Interface
|
||||
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 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:
|
||||
content: public interface WithLinuxCreateUnmanaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
|
||||
- uid: com.microsoft.azure.management._azure
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 674
|
||||
startLine: 672
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Linux virtual machine definition allowing to specify SSH root user name. </p>
|
||||
summary: <p>The stage of a Linux virtual machine definition allowing to specify an SSH root user name. </p>
|
||||
syntax:
|
||||
content: public interface WithLinuxRootUsernameManagedOrUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s514602db81265a7b7bbb1dbd16aabf97.withRootUsername(String)
|
||||
|
@ -33,10 +33,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 681
|
||||
startLine: 679
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH root user name for the Linux virtual machine.</p>
|
||||
<p>Specifies an SSH root user name for the Linux virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -44,10 +44,10 @@ items:
|
|||
parameters:
|
||||
- id: rootUserName
|
||||
type: "26831127"
|
||||
description: <p>the Linux SSH root user name. This must follow the required naming convention for Linux user name </p>
|
||||
description: <p>a user name following the required naming convention for Linux user names </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s2830a6335b4e760a4da49140d4dc3fcb
|
||||
description: <p>the next stage of the Linux virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -68,6 +68,6 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManagedOrUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManagedOrUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stage of the Linux virtual machine definition allowing to specify SSH root password or public key. </p>
|
||||
summary: <p>The stage of a Linux virtual machine definition allowing to specify an SSH root password or public key. </p>
|
||||
syntax:
|
||||
content: public interface WithLinuxRootPasswordOrPublicKeyManagedOrUnmanaged
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 687
|
||||
startLine: 685
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Linux virtual machine definition allowing to specify SSH root user name. </p>
|
||||
summary: <p>The stage of a Linux virtual machine definition allowing to specify an SSH root user name. </p>
|
||||
syntax:
|
||||
content: public interface WithLinuxRootUsernameManaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s52a2e017478d44add60a83999871f77d.withRootUsername(String)
|
||||
|
@ -33,10 +33,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 694
|
||||
startLine: 692
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH root user name for the Linux virtual machine.</p>
|
||||
<p>Specifies an SSH root user name for the Linux virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -44,10 +44,10 @@ items:
|
|||
parameters:
|
||||
- id: rootUserName
|
||||
type: "26831127"
|
||||
description: <p>the Linux SSH root user name. This must follow the required naming convention for Linux user name </p>
|
||||
description: <p>a user name following the required naming convention for Linux user names </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s089d02a494908c75e8fd42f816d6b2a6
|
||||
description: <p>the next stage of the Linux virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -68,6 +68,6 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged
|
||||
type: Interface
|
||||
summary: <p>The stage of the Linux virtual machine definition allowing to specify SSH root password or public key. </p>
|
||||
summary: <p>The stage of a Linux virtual machine definition allowing to specify an SSH root password or public key. </p>
|
||||
syntax:
|
||||
content: public interface WithLinuxRootPasswordOrPublicKeyManaged
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 964
|
||||
startLine: 946
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to optionally choose unmanaged disk or continue definition of vm based on managed disk. </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:
|
||||
content: public interface WithWindowsCreateManagedOrUnmanaged extends VirtualMachine.DefinitionStages.WithWindowsCreateManaged
|
||||
inheritedMembers:
|
||||
|
@ -29,7 +29,6 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
|
@ -78,12 +77,14 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 965
|
||||
startLine: 951
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>Enables unmanaged disk support on this virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithWindowsCreateUnmanaged withUnmanagedDisks()
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sc310c06cbd699c5c771c45eaf3c5ba77
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable.create()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._creatable
|
||||
|
@ -141,7 +142,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -152,7 +153,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -194,25 +195,6 @@ references:
|
|||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
|
||||
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)
|
||||
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 stage representing creatable Windows VM definition </p>
|
||||
- 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
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -228,10 +210,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of teh definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -239,7 +221,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the default caching type for the managed data disks.</p>
|
||||
<p>Specifies the default caching type for managed data disks.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -247,22 +229,17 @@ references:
|
|||
parameters:
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -271,7 +248,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -279,7 +256,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -287,10 +264,10 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>an existing managed disk </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -298,7 +275,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -306,7 +283,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -315,7 +292,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -323,7 +300,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int newSizeInGB, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -331,7 +308,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: newSizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the disk resize size in GB </p>
|
||||
|
@ -343,7 +320,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -351,7 +328,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -364,7 +341,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -374,7 +351,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -385,49 +362,39 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -435,7 +402,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable)
|
||||
type: Method
|
||||
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 should be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -443,10 +410,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -462,16 +429,16 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the data disk LUN </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the data disk caching type </p>
|
||||
description: <p>a data disk caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -487,10 +454,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -506,7 +473,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -515,7 +482,7 @@ references:
|
|||
description: <p>the caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -531,7 +498,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -543,7 +510,7 @@ references:
|
|||
description: <p>the storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -562,7 +529,7 @@ references:
|
|||
description: <p>the LUN of the source data disk image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -584,10 +551,10 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -609,13 +576,13 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -623,9 +590,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -636,7 +603,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -644,9 +611,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -654,10 +621,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -665,9 +632,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -675,10 +642,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -686,7 +653,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -694,10 +661,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -713,10 +680,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -732,10 +699,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -751,10 +718,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -762,7 +729,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the storage account type for managed OS disk.</p>
|
||||
<p>Specifies the storage account type for the managed OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -770,10 +737,10 @@ references:
|
|||
parameters:
|
||||
- id: accountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withoutAutoUpdate()
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.yml
|
||||
|
@ -781,14 +748,14 @@ references:
|
|||
fullName: WithWindowsCreateManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withoutAutoUpdate()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies that automatic updates should be disabled.</p>
|
||||
<p>Disables automatic updates.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public WithWindowsCreateManaged withoutAutoUpdate()
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withoutVMAgent()
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.yml
|
||||
|
@ -796,14 +763,14 @@ references:
|
|||
fullName: WithWindowsCreateManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withoutVMAgent()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies that VM Agent should not be provisioned.</p>
|
||||
<p>Prevents the provisioning of a VM agent.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public WithWindowsCreateManaged withoutVMAgent()
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -811,7 +778,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -819,10 +786,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -830,7 +797,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -838,13 +805,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -852,7 +819,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -860,10 +827,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -871,7 +838,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -882,7 +849,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -933,10 +900,10 @@ references:
|
|||
parameters:
|
||||
- id: timeZone
|
||||
type: "26831127"
|
||||
description: <p>the timezone </p>
|
||||
description: <p>a time zone </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withWinRM(WinRMListener)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.yml
|
||||
|
@ -944,9 +911,9 @@ references:
|
|||
fullName: WithWindowsCreateManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the WINRM listener. </p>
|
||||
<p>Specifies WinRM listener. </p>
|
||||
|
||||
<p>Each call to this method adds the given listener to the list of VM's WinRM listeners.</p>
|
||||
<p>Each call to this method adds the given listener to the list of the VM's WinRM listeners.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -954,17 +921,17 @@ references:
|
|||
parameters:
|
||||
- id: listener
|
||||
type: com.microsoft.azure.management.compute._win_r_m_listener
|
||||
description: <p>the <xref href="com.microsoft.azure.management.compute._win_r_m_listener" data-throw-if-not-resolved="false"></xref></p>
|
||||
description: <p>a WinRM listener </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
parent: com.microsoft.azure.management.compute
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.yml
|
||||
name: VirtualMachine.DefinitionStages.WithWindowsCreateManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsCreateManaged
|
||||
type: Interface
|
||||
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 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:
|
||||
content: public interface WithWindowsCreateManaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_managed_or_unmanaged
|
||||
|
|
|
@ -3,6 +3,7 @@ items:
|
|||
id: _definition_s62c23cb261766051043ad295190819b8
|
||||
parent: com.microsoft.azure.management.compute
|
||||
children:
|
||||
- com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withCustomData(String)
|
||||
- com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.withUnmanagedDisks()
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8.yml
|
||||
langs:
|
||||
|
@ -16,9 +17,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 860
|
||||
startLine: 849
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stages contains OS agnostics 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:
|
||||
content: public interface WithFromImageCreateOptionsManagedOrUnmanaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
inheritedMembers:
|
||||
|
@ -29,7 +30,6 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
|
@ -62,6 +62,33 @@ items:
|
|||
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
- com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTags(Map<String, String>)
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_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)
|
||||
fullName: WithFromImageCreateOptionsManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withCustomData(String base64EncodedCustomData)
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 862
|
||||
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()
|
||||
id: withUnmanagedDisks()
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s62c23cb261766051043ad295190819b8
|
||||
|
@ -74,14 +101,19 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 864
|
||||
startLine: 854
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>Specifies that unmanaged disks will be used. </p>
|
||||
syntax:
|
||||
content: public WithFromImageCreateOptionsUnmanaged withUnmanagedDisks()
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
description: <p>the next stage of a unmanaged disk based virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
- name: String
|
||||
fullName: String
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable.create()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._creatable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._creatable.yml
|
||||
|
@ -138,7 +170,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -149,7 +181,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -191,25 +223,6 @@ references:
|
|||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
|
||||
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)
|
||||
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 stage representing creatable Windows VM definition </p>
|
||||
- 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
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -225,10 +238,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of teh definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -236,7 +249,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the default caching type for the managed data disks.</p>
|
||||
<p>Specifies the default caching type for managed data disks.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -244,22 +257,17 @@ references:
|
|||
parameters:
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -268,7 +276,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -276,7 +284,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -284,10 +292,10 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>an existing managed disk </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -295,7 +303,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -303,7 +311,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -312,7 +320,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -320,7 +328,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int newSizeInGB, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -328,7 +336,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: newSizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the disk resize size in GB </p>
|
||||
|
@ -340,7 +348,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -348,7 +356,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -361,7 +369,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -371,7 +379,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -382,49 +390,39 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -432,7 +430,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable)
|
||||
type: Method
|
||||
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 should be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -440,10 +438,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -459,16 +457,16 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the data disk LUN </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the data disk caching type </p>
|
||||
description: <p>a data disk caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -484,10 +482,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -503,7 +501,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -512,7 +510,7 @@ references:
|
|||
description: <p>the caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -528,7 +526,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -540,7 +538,7 @@ references:
|
|||
description: <p>the storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -559,7 +557,7 @@ references:
|
|||
description: <p>the LUN of the source data disk image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -581,10 +579,10 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -606,13 +604,13 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -620,9 +618,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -633,7 +631,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -641,9 +639,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -651,10 +649,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -662,9 +660,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -672,10 +670,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -683,7 +681,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -691,10 +689,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -710,10 +708,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -729,10 +727,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -748,10 +746,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -759,7 +757,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the storage account type for managed OS disk.</p>
|
||||
<p>Specifies the storage account type for the managed OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -767,10 +765,10 @@ references:
|
|||
parameters:
|
||||
- id: accountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -778,7 +776,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -786,10 +784,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -797,7 +795,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -805,13 +803,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -819,7 +817,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -827,10 +825,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -838,7 +836,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -849,7 +847,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -891,7 +889,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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:
|
||||
content: public interface WithFromImageCreateOptionsManaged extends VirtualMachine.DefinitionStages.WithManagedCreate
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_managed_or_unmanaged
|
||||
|
@ -918,6 +916,6 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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:
|
||||
content: public interface WithFromImageCreateOptionsUnmanaged
|
||||
|
|
|
@ -17,9 +17,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1347
|
||||
startLine: 1319
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of 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:
|
||||
content: public interface WithSecondaryNetworkInterface
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
|
@ -34,10 +34,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1370
|
||||
startLine: 1341
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -50,7 +50,7 @@ items:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
id: withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
|
@ -63,12 +63,12 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1359
|
||||
startLine: 1330
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.network._network_interfacea08ddfce
|
||||
spec.java:
|
||||
|
|
|
@ -18,9 +18,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1111
|
||||
startLine: 1095
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify unmanaged data disk. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to add an unmanaged data disk. </p>
|
||||
syntax:
|
||||
content: public interface WithUnmanagedDataDisk
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.defineUnmanagedDataDisk(String)
|
||||
|
@ -35,10 +35,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1136
|
||||
startLine: 1120
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Begins definition of a 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -49,7 +49,7 @@ items:
|
|||
description: <p>the name for the data disk </p>
|
||||
return:
|
||||
type: 33d7d9f9com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_createa08ddfce
|
||||
description: <p>the stage representing configuration for the unmanaged data disk </p>
|
||||
description: <p>the first stage of an unmanaged data disk definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withExistingUnmanagedDataDisk(String,String,String)
|
||||
id: withExistingUnmanagedDataDisk(String,String,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
|
@ -62,10 +62,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1128
|
||||
startLine: 1112
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies an existing unmanaged VHD that needs to be attached to the virtual machine as data disk.</p>
|
||||
<p>Attaches an existing unmanaged VHD as a data disk to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -73,7 +73,7 @@ items:
|
|||
parameters:
|
||||
- id: storageAccountName
|
||||
type: "26831127"
|
||||
description: <p>the storage account name </p>
|
||||
description: <p>a storage account name </p>
|
||||
- id: containerName
|
||||
type: "26831127"
|
||||
description: <p>the name of the container holding the VHD file </p>
|
||||
|
@ -82,7 +82,7 @@ items:
|
|||
description: <p>the name for the VHD file </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withNewUnmanagedDataDisk(Integer)
|
||||
id: withNewUnmanagedDataDisk(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
|
@ -95,10 +95,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1118
|
||||
startLine: 1102
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies that a new blank unmanaged data disk needs to be attached to virtual machine.</p>
|
||||
<p>Attaches a new blank unmanaged data disk to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
description: <p>the disk size in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: 08effaa0
|
||||
spec.java:
|
||||
|
@ -135,6 +135,6 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithUnmanagedCreate
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the 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:
|
||||
content: public interface WithUnmanagedCreate extends VirtualMachine.DefinitionStages.WithUnmanagedDataDisk,VirtualMachine.DefinitionStages.WithCreate
|
||||
|
|
|
@ -19,9 +19,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 973
|
||||
startLine: 958
|
||||
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 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
|
||||
content: public interface WithWindowsCreateManaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
inheritedMembers:
|
||||
|
@ -32,7 +32,6 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
|
@ -77,17 +76,17 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 988
|
||||
startLine: 973
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies that automatic updates should be disabled.</p>
|
||||
<p>Disables automatic updates.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public WithWindowsCreateManaged withoutAutoUpdate()
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withoutVMAgent()
|
||||
id: withoutVMAgent()
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
|
@ -100,17 +99,17 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 980
|
||||
startLine: 965
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies that VM Agent should not be provisioned.</p>
|
||||
<p>Prevents the provisioning of a VM agent.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public WithWindowsCreateManaged withoutVMAgent()
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withTimeZone(String)
|
||||
id: withTimeZone(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
|
@ -123,7 +122,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 996
|
||||
startLine: 981
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the time-zone.</p>
|
||||
|
@ -134,10 +133,10 @@ items:
|
|||
parameters:
|
||||
- id: timeZone
|
||||
type: "26831127"
|
||||
description: <p>the timezone </p>
|
||||
description: <p>a time zone </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448.withWinRM(WinRMListener)
|
||||
id: withWinRM(WinRMListener)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
|
@ -150,12 +149,12 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1006
|
||||
startLine: 991
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the WINRM listener. </p>
|
||||
<p>Specifies WinRM listener. </p>
|
||||
|
||||
<p>Each call to this method adds the given listener to the list of VM's WinRM listeners.</p>
|
||||
<p>Each call to this method adds the given listener to the list of the VM's WinRM listeners.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -163,10 +162,10 @@ items:
|
|||
parameters:
|
||||
- id: listener
|
||||
type: com.microsoft.azure.management.compute._win_r_m_listener
|
||||
description: <p>the <xref href="com.microsoft.azure.management.compute._win_r_m_listener" data-throw-if-not-resolved="false"></xref></p>
|
||||
description: <p>a WinRM listener </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -228,7 +227,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -239,7 +238,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -281,25 +280,6 @@ references:
|
|||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
|
||||
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)
|
||||
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 stage representing creatable Windows VM definition </p>
|
||||
- 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
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -315,10 +295,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of teh definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -326,7 +306,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the default caching type for the managed data disks.</p>
|
||||
<p>Specifies the default caching type for managed data disks.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -334,22 +314,17 @@ references:
|
|||
parameters:
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -358,7 +333,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -366,7 +341,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -374,10 +349,10 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>an existing managed disk </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -385,7 +360,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -393,7 +368,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -402,7 +377,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -410,7 +385,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int newSizeInGB, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -418,7 +393,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: newSizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the disk resize size in GB </p>
|
||||
|
@ -430,7 +405,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -438,7 +413,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -451,7 +426,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -461,7 +436,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -472,49 +447,39 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -522,7 +487,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable)
|
||||
type: Method
|
||||
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 should be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -530,10 +495,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -549,16 +514,16 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the data disk LUN </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the data disk caching type </p>
|
||||
description: <p>a data disk caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -574,10 +539,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -593,7 +558,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -602,7 +567,7 @@ references:
|
|||
description: <p>the caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -618,7 +583,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -630,7 +595,7 @@ references:
|
|||
description: <p>the storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -649,7 +614,7 @@ references:
|
|||
description: <p>the LUN of the source data disk image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -671,10 +636,10 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -696,13 +661,13 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -710,9 +675,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -723,7 +688,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -731,9 +696,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -741,10 +706,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -752,9 +717,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -762,10 +727,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -773,7 +738,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -781,10 +746,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -800,10 +765,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -819,10 +784,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -838,10 +803,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -849,7 +814,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the storage account type for managed OS disk.</p>
|
||||
<p>Specifies the storage account type for the managed OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -857,10 +822,10 @@ references:
|
|||
parameters:
|
||||
- id: accountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -868,7 +833,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -876,10 +841,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -887,7 +852,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -895,13 +860,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -909,7 +874,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -917,10 +882,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -928,7 +893,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -939,7 +904,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -981,7 +946,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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:
|
||||
content: public interface WithFromImageCreateOptionsManaged extends VirtualMachine.DefinitionStages.WithManagedCreate
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_managed
|
||||
|
@ -999,7 +964,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithWindowsCreateManagedOrUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsCreateManagedOrUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to optionally choose unmanaged disk or continue definition of vm based on managed disk. </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:
|
||||
content: public interface WithWindowsCreateManagedOrUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
|
@ -1008,7 +973,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithWindowsCreateManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsCreateManaged
|
||||
type: Interface
|
||||
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 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
|
||||
- uid: com.microsoft.azure.management.compute._win_r_m_listener
|
||||
parent: com.microsoft.azure.management.compute
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 821
|
||||
startLine: 810
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to specify administrator user name. </p>
|
||||
summary: <p>The stage of a Windows virtual machine definition allowing to specify an administrator password. </p>
|
||||
syntax:
|
||||
content: public interface WithWindowsAdminPasswordManagedOrUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sa3c3d2711dc8f46b261bc0be042fa883.withAdminPassword(String)
|
||||
|
@ -33,7 +33,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 828
|
||||
startLine: 817
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the administrator password for the Windows virtual machine.</p>
|
||||
|
@ -44,10 +44,10 @@ items:
|
|||
parameters:
|
||||
- id: adminPassword
|
||||
type: "26831127"
|
||||
description: <p>the administrator password. This must follow the criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Windows VM password. </p>
|
||||
description: <p>a password following the complexity criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Windows VM passwords </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s5a718081906f772999b45da73324d4f5
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -68,7 +68,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithWindowsCreateManagedOrUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsCreateManagedOrUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to optionally choose unmanaged disk or continue definition of vm based on managed disk. </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:
|
||||
content: public interface WithWindowsCreateManagedOrUnmanaged
|
||||
- uid: com.microsoft.azure.management._azure
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1014
|
||||
startLine: 998
|
||||
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>
|
||||
syntax: &o1
|
||||
|
@ -67,7 +67,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1029
|
||||
startLine: 1013
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies that automatic updates should be disabled.</p>
|
||||
|
@ -90,7 +90,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1021
|
||||
startLine: 1005
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies that VM Agent should not be provisioned.</p>
|
||||
|
@ -113,7 +113,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1037
|
||||
startLine: 1021
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the time-zone.</p>
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1047
|
||||
startLine: 1031
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the WINRM listener. </p>
|
||||
|
@ -218,7 +218,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -229,7 +229,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.defineUnmanagedDataDisk(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.yml
|
||||
|
@ -237,7 +237,7 @@ references:
|
|||
fullName: VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank<WithUnmanagedCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedDataDisk.defineUnmanagedDataDisk(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Begins definition of a 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -248,7 +248,7 @@ references:
|
|||
description: <p>the name for the data disk </p>
|
||||
return:
|
||||
type: 33d7d9f9com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_createa08ddfce
|
||||
description: <p>the stage representing configuration for the unmanaged data disk </p>
|
||||
description: <p>the first stage of an unmanaged data disk definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -286,10 +286,10 @@ references:
|
|||
parameters:
|
||||
- id: computerName
|
||||
type: "26831127"
|
||||
description: <p>the computer name </p>
|
||||
description: <p>a computer name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a.withCustomData(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a.yml
|
||||
|
@ -305,22 +305,17 @@ references:
|
|||
parameters:
|
||||
- id: base64EncodedCustomData
|
||||
type: "26831127"
|
||||
description: <p>the base64 encoded custom data </p>
|
||||
description: <p>base64 encoded custom data </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -329,7 +324,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -337,7 +332,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -350,7 +345,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -360,7 +355,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -371,7 +366,7 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withExistingUnmanagedDataDisk(String,String,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.yml
|
||||
|
@ -379,7 +374,7 @@ references:
|
|||
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedDataDisk.withExistingUnmanagedDataDisk(String storageAccountName, String containerName, String vhdName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing unmanaged VHD that needs to be attached to the virtual machine as data disk.</p>
|
||||
<p>Attaches an existing unmanaged VHD as a data disk to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -387,7 +382,7 @@ references:
|
|||
parameters:
|
||||
- id: storageAccountName
|
||||
type: "26831127"
|
||||
description: <p>the storage account name </p>
|
||||
description: <p>a storage account name </p>
|
||||
- id: containerName
|
||||
type: "26831127"
|
||||
description: <p>the name of the container holding the VHD file </p>
|
||||
|
@ -396,49 +391,39 @@ references:
|
|||
description: <p>the name for the VHD file </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -446,9 +431,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -459,7 +444,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -467,9 +452,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -477,10 +462,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -488,9 +473,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -498,10 +483,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withNewUnmanagedDataDisk(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.yml
|
||||
|
@ -509,7 +494,7 @@ references:
|
|||
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedDataDisk.withNewUnmanagedDataDisk(Integer sizeInGB)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies that a new blank unmanaged data disk needs to be attached to virtual machine.</p>
|
||||
<p>Attaches a new blank unmanaged data disk to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -520,7 +505,7 @@ references:
|
|||
description: <p>the disk size in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -528,7 +513,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -536,10 +521,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -555,10 +540,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -574,10 +559,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -593,10 +578,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.yml
|
||||
|
@ -604,7 +589,7 @@ references:
|
|||
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOsDiskVhdLocation(String containerName, String vhdName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> Vhd file and it's parent container.</p>
|
||||
<p>Specifies the name of an OS disk VHD file and its parent container.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -612,13 +597,13 @@ references:
|
|||
parameters:
|
||||
- id: containerName
|
||||
type: "26831127"
|
||||
description: <p>the name of the container in the selected storage account. </p>
|
||||
description: <p>the name of the container in the selected storage account </p>
|
||||
- id: vhdName
|
||||
type: "26831127"
|
||||
description: <p>the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> VHD. </p>
|
||||
description: <p>the name for the OS disk VHD. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -626,7 +611,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -634,10 +619,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -645,7 +630,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -653,13 +638,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -667,7 +652,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -675,10 +660,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -686,7 +671,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -697,7 +682,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -739,7 +724,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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:
|
||||
content: public interface WithFromImageCreateOptionsUnmanaged extends VirtualMachine.DefinitionStages.WithUnmanagedCreate
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_unmanaged
|
||||
|
|
|
@ -17,9 +17,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 545
|
||||
startLine: 543
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify the primary network interface. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify the primary network interface. </p>
|
||||
syntax:
|
||||
content: public interface WithPrimaryNetworkInterface
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sc350eb35b657c4f77b2e638dd5735cbb.withExistingPrimaryNetworkInterface(NetworkInterface)
|
||||
|
@ -34,10 +34,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 561
|
||||
startLine: 559
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Associate an existing network interface as the virtual machine with as it's primary network interface.</p>
|
||||
<p>Associates an existing network interface with the virtual machine as its primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -48,7 +48,7 @@ items:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>The next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sc350eb35b657c4f77b2e638dd5735cbb.withNewPrimaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
id: withNewPrimaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sc350eb35b657c4f77b2e638dd5735cbb
|
||||
|
@ -61,10 +61,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 553
|
||||
startLine: 551
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Create a new network interface to associate the virtual machine with as it's primary network interface, based on the provided definition.</p>
|
||||
<p>Creates a new network interface to associate with the virtual machine as its primary network interface, based on the provided definition.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -75,7 +75,7 @@ items:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>The next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.network._network_interfacea08ddfce
|
||||
spec.java:
|
||||
|
@ -106,7 +106,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithNetwork
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithNetwork
|
||||
type: Interface
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify virtual network for the new primary network interface or to use a creatable or existing network interface. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify a virtual network with the new primary network interface. </p>
|
||||
syntax:
|
||||
content: public interface WithNetwork extends VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_unmanaged
|
||||
|
@ -124,7 +124,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithOS
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify the Operation System image. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify the operating system image. </p>
|
||||
syntax:
|
||||
content: public interface WithOS
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable
|
||||
|
|
|
@ -17,9 +17,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 891
|
||||
startLine: 881
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stages contains OS agnostics 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
|
||||
content: public interface WithFromImageCreateOptionsUnmanaged extends VirtualMachine.DefinitionStages.WithUnmanagedCreate
|
||||
inheritedMembers:
|
||||
|
@ -63,7 +63,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 906
|
||||
startLine: 896
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the computer name for the virtual machine.</p>
|
||||
|
@ -74,10 +74,10 @@ items:
|
|||
parameters:
|
||||
- id: computerName
|
||||
type: "26831127"
|
||||
description: <p>the computer name </p>
|
||||
description: <p>a computer name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a.withCustomData(String)
|
||||
id: withCustomData(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
|
@ -90,7 +90,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 898
|
||||
startLine: 888
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the custom data for the virtual machine.</p>
|
||||
|
@ -101,10 +101,10 @@ items:
|
|||
parameters:
|
||||
- id: base64EncodedCustomData
|
||||
type: "26831127"
|
||||
description: <p>the base64 encoded custom data </p>
|
||||
description: <p>base64 encoded custom data </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sc83569daf5e0514ca0490580b2d9044a
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -166,7 +166,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -177,7 +177,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.defineUnmanagedDataDisk(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.yml
|
||||
|
@ -185,7 +185,7 @@ references:
|
|||
fullName: VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank<WithUnmanagedCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedDataDisk.defineUnmanagedDataDisk(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Begins definition of a 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -196,7 +196,7 @@ references:
|
|||
description: <p>the name for the data disk </p>
|
||||
return:
|
||||
type: 33d7d9f9com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_createa08ddfce
|
||||
description: <p>the stage representing configuration for the unmanaged data disk </p>
|
||||
description: <p>the first stage of an unmanaged data disk definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -225,12 +225,7 @@ references:
|
|||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -239,7 +234,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -247,7 +242,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -260,7 +255,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -270,7 +265,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -281,7 +276,7 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withExistingUnmanagedDataDisk(String,String,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.yml
|
||||
|
@ -289,7 +284,7 @@ references:
|
|||
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedDataDisk.withExistingUnmanagedDataDisk(String storageAccountName, String containerName, String vhdName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing unmanaged VHD that needs to be attached to the virtual machine as data disk.</p>
|
||||
<p>Attaches an existing unmanaged VHD as a data disk to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -297,7 +292,7 @@ references:
|
|||
parameters:
|
||||
- id: storageAccountName
|
||||
type: "26831127"
|
||||
description: <p>the storage account name </p>
|
||||
description: <p>a storage account name </p>
|
||||
- id: containerName
|
||||
type: "26831127"
|
||||
description: <p>the name of the container holding the VHD file </p>
|
||||
|
@ -306,49 +301,39 @@ references:
|
|||
description: <p>the name for the VHD file </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -356,9 +341,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -369,7 +354,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -377,9 +362,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -387,10 +372,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -398,9 +383,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -408,10 +393,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.withNewUnmanagedDataDisk(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s8b2bd59eb114a42f80d2d61703811423.yml
|
||||
|
@ -419,7 +404,7 @@ references:
|
|||
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedDataDisk.withNewUnmanagedDataDisk(Integer sizeInGB)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies that a new blank unmanaged data disk needs to be attached to virtual machine.</p>
|
||||
<p>Attaches a new blank unmanaged data disk to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -430,7 +415,7 @@ references:
|
|||
description: <p>the disk size in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -438,7 +423,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -446,10 +431,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -465,10 +450,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -484,10 +469,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -503,10 +488,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.withOsDiskVhdLocation(String,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create.yml
|
||||
|
@ -514,7 +499,7 @@ references:
|
|||
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOsDiskVhdLocation(String containerName, String vhdName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> Vhd file and it's parent container.</p>
|
||||
<p>Specifies the name of an OS disk VHD file and its parent container.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -522,13 +507,13 @@ references:
|
|||
parameters:
|
||||
- id: containerName
|
||||
type: "26831127"
|
||||
description: <p>the name of the container in the selected storage account. </p>
|
||||
description: <p>the name of the container in the selected storage account </p>
|
||||
- id: vhdName
|
||||
type: "26831127"
|
||||
description: <p>the name for the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> VHD. </p>
|
||||
description: <p>the name for the OS disk VHD. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -536,7 +521,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -544,10 +529,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -555,7 +540,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -563,13 +548,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -577,7 +562,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -585,10 +570,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -596,7 +581,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -607,7 +592,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -649,7 +634,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithUnmanagedCreate
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the 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:
|
||||
content: public interface WithUnmanagedCreate
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s4f6824f285810733460625589d802e51
|
||||
|
@ -658,7 +643,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged
|
||||
type: Interface
|
||||
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 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:
|
||||
content: public interface WithLinuxCreateUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sc310c06cbd699c5c771c45eaf3c5ba77
|
||||
|
@ -685,5 +670,5 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 847
|
||||
startLine: 836
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to specify administrator user name. </p>
|
||||
summary: <p>The stage of a Windows virtual machine definition allowing to specify an administrator password. </p>
|
||||
syntax:
|
||||
content: public interface WithWindowsAdminPasswordUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_scf9bdd44a2e16d0fcfd219b7943558e8.withAdminPassword(String)
|
||||
|
@ -33,7 +33,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 854
|
||||
startLine: 843
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the administrator password for the Windows virtual machine.</p>
|
||||
|
@ -44,10 +44,10 @@ items:
|
|||
parameters:
|
||||
- id: adminPassword
|
||||
type: "26831127"
|
||||
description: <p>the administrator password. This must follow the criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Windows VM password. </p>
|
||||
description: <p>a password following the criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Windows VM passwords. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sc310c06cbd699c5c771c45eaf3c5ba77
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 782
|
||||
startLine: 771
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to specify administrator user name. </p>
|
||||
summary: <p>The stage of a Windows virtual machine definition allowing to specify an administrator user name. </p>
|
||||
syntax:
|
||||
content: public interface WithWindowsAdminUsernameManagedOrUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sd5940b4b2d4e110cdfa26cc144ab03cb.withAdminUsername(String)
|
||||
|
@ -33,7 +33,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 789
|
||||
startLine: 778
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the administrator user name for the Windows virtual machine.</p>
|
||||
|
@ -44,10 +44,10 @@ items:
|
|||
parameters:
|
||||
- id: adminUserName
|
||||
type: "26831127"
|
||||
description: <p>the Windows administrator user name. This must follow the required naming convention for Windows user name. </p>
|
||||
description: <p>a user name following the required naming convention for Windows user names. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sa3c3d2711dc8f46b261bc0be042fa883
|
||||
description: <p>the stage representing creatable Linux VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -68,6 +68,6 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManagedOrUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManagedOrUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to specify administrator user name. </p>
|
||||
summary: <p>The stage of a Windows virtual machine definition allowing to specify an administrator password. </p>
|
||||
syntax:
|
||||
content: public interface WithWindowsAdminPasswordManagedOrUnmanaged
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 700
|
||||
startLine: 698
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Linux virtual machine definition allowing to specify SSH root user name. </p>
|
||||
summary: <p>The stage of a Linux virtual machine definition allowing to specify an SSH root user name. </p>
|
||||
syntax:
|
||||
content: public interface WithLinuxRootUsernameUnmanaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_se29560feb815e313d3da4cd0a58a0b8f.withRootUsername(String)
|
||||
|
@ -33,10 +33,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 707
|
||||
startLine: 705
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH root user name for the Linux virtual machine.</p>
|
||||
<p>Specifies an SSH root user name for the Linux virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -44,10 +44,10 @@ items:
|
|||
parameters:
|
||||
- id: rootUserName
|
||||
type: "26831127"
|
||||
description: <p>the Linux SSH root user name. This must follow the required naming convention for Linux user name </p>
|
||||
description: <p>a user name following the required naming convention for Linux user names </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s50751fa4b9b9cda38eb5362cbea38e54
|
||||
description: <p>the next stage of the Linux virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -68,6 +68,6 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyUnmanaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyUnmanaged
|
||||
type: Interface
|
||||
summary: <p>The stage of the Linux virtual machine definition allowing to specify SSH root password or public key. </p>
|
||||
summary: <p>The stage of a Linux virtual machine definition allowing to specify an SSH root password or public key. </p>
|
||||
syntax:
|
||||
content: public interface WithLinuxRootPasswordOrPublicKeyUnmanaged
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 834
|
||||
startLine: 823
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the Windows virtual machine definition allowing to specify administrator user name. </p>
|
||||
summary: <p>The stage of a Windows virtual machine definition allowing to specify an administrator user name. </p>
|
||||
syntax:
|
||||
content: public interface WithWindowsAdminPasswordManaged
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_se40bfdc476b74415bd08f85af8979ec8.withAdminPassword(String)
|
||||
|
@ -33,7 +33,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 841
|
||||
startLine: 830
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the administrator password for the Windows virtual machine.</p>
|
||||
|
@ -44,10 +44,10 @@ items:
|
|||
parameters:
|
||||
- id: adminPassword
|
||||
type: "26831127"
|
||||
description: <p>the administrator password. This must follow the criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Windows VM password. </p>
|
||||
description: <p>a password following the complexity criteria for <xref href="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false"></xref> Windows VM passwords. </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sa09fc13e364f0ea32a439851da50a448
|
||||
description: <p>the stage representing creatable Windows VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
@ -68,7 +68,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithWindowsCreateManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithWindowsCreateManaged
|
||||
type: Interface
|
||||
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 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:
|
||||
content: public interface WithWindowsCreateManaged
|
||||
- uid: com.microsoft.azure.management._azure
|
||||
|
|
|
@ -19,9 +19,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 505
|
||||
startLine: 504
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the virtual machine definition allowing to associate public IP address with it's primary network interface. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to associate a public IP address with its primary network interface. </p>
|
||||
syntax:
|
||||
content: public interface WithPublicIPAddress
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.withExistingPrimaryPublicIPAddress(PublicIPAddress)
|
||||
|
@ -36,10 +36,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 532
|
||||
startLine: 530
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Associates an existing public IP address with the virtual machine's primary network interface.</p>
|
||||
<p>Associates an existing public IP address with the VM's primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -50,7 +50,7 @@ items:
|
|||
description: <p>an existing public IP address </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.withNewPrimaryPublicIPAddress(Creatable<PublicIPAddress>)
|
||||
id: withNewPrimaryPublicIPAddress(Creatable<PublicIPAddress>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998
|
||||
|
@ -63,10 +63,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 513
|
||||
startLine: 511
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Creates a new public IP address to associate with virtual machine primary network interface, based on the provided definition.</p>
|
||||
<p>Creates a new public IP address to associate with the VM's primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -90,12 +90,12 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 524
|
||||
startLine: 522
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Creates a new public IP address in the same region and group as the resource, with the specified DNS label and associate it with the virtual machine's primary network interface. </p>
|
||||
<p>Creates a new public IP address in the same region and resource group as the resource, with the specified DNS label and associates it with the VM's primary network interface. </p>
|
||||
|
||||
<p>the internal name for the public IP address will be derived from the DNS label.</p>
|
||||
<p>The internal name for the public IP address will be derived from the DNS label.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -103,10 +103,10 @@ items:
|
|||
parameters:
|
||||
- id: leafDnsLabel
|
||||
type: "26831127"
|
||||
description: <p>the leaf domain label </p>
|
||||
description: <p>a leaf domain label </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.withoutPrimaryPublicIPAddress()
|
||||
id: withoutPrimaryPublicIPAddress()
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998
|
||||
|
@ -119,17 +119,17 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 539
|
||||
startLine: 537
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies that no public IP needs to be associated with virtual machine.</p>
|
||||
<p>Specifies that the VM should not have a public IP address.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public WithOS withoutPrimaryPublicIPAddress()
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.network._public_i_p_addressa08ddfce
|
||||
spec.java:
|
||||
|
@ -173,7 +173,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithOS
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify the Operation System image. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify the operating system image. </p>
|
||||
syntax:
|
||||
content: public interface WithOS
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable
|
||||
|
|
|
@ -16,9 +16,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 931
|
||||
startLine: 917
|
||||
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 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
|
||||
content: public interface WithLinuxCreateManaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
inheritedMembers:
|
||||
|
@ -29,7 +29,6 @@ items:
|
|||
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
- 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.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.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
- com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
|
@ -74,7 +73,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 940
|
||||
startLine: 926
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the SSH public key. </p>
|
||||
|
@ -152,7 +151,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -163,7 +162,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -205,25 +204,6 @@ references:
|
|||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1df036a6eada5680c8535dc582c37c9c
|
||||
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)
|
||||
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 stage representing creatable Windows VM definition </p>
|
||||
- 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
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -239,10 +219,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of teh definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -250,7 +230,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the default caching type for the managed data disks.</p>
|
||||
<p>Specifies the default caching type for managed data disks.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -258,22 +238,17 @@ references:
|
|||
parameters:
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withExistingAvailabilitySet(AvailabilitySet)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -282,7 +257,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -290,7 +265,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -298,10 +273,10 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>an existing managed disk </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -309,7 +284,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -317,7 +292,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -326,7 +301,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -334,7 +309,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int newSizeInGB, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -342,7 +317,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: newSizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the disk resize size in GB </p>
|
||||
|
@ -354,7 +329,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -362,7 +337,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -375,7 +350,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -385,7 +360,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -396,49 +371,39 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -446,7 +411,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable)
|
||||
type: Method
|
||||
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 should be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -454,10 +419,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -473,16 +438,16 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the data disk LUN </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the data disk caching type </p>
|
||||
description: <p>a data disk caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -498,10 +463,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -517,7 +482,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -526,7 +491,7 @@ references:
|
|||
description: <p>the caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -542,7 +507,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -554,7 +519,7 @@ references:
|
|||
description: <p>the storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -573,7 +538,7 @@ references:
|
|||
description: <p>the LUN of the source data disk image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -595,10 +560,10 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -620,13 +585,13 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -634,9 +599,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -647,7 +612,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -655,9 +620,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -665,10 +630,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -676,9 +641,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -686,10 +651,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -697,7 +662,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -705,10 +670,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -724,10 +689,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -743,10 +708,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -762,10 +727,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.yml
|
||||
|
@ -773,7 +738,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedCreate.withOsDiskStorageAccountType(StorageAccountTypes accountType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the storage account type for managed OS disk.</p>
|
||||
<p>Specifies the storage account type for the managed OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -781,10 +746,10 @@ references:
|
|||
parameters:
|
||||
- id: accountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -792,7 +757,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -800,10 +765,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -811,7 +776,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -819,13 +784,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -833,7 +798,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -841,10 +806,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -852,7 +817,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -863,7 +828,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -905,7 +870,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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:
|
||||
content: public interface WithFromImageCreateOptionsManaged extends VirtualMachine.DefinitionStages.WithManagedCreate
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_managed
|
||||
|
@ -923,5 +888,5 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithLinuxCreateManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithLinuxCreateManaged
|
||||
type: Interface
|
||||
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 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
|
||||
|
|
|
@ -125,7 +125,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -136,7 +136,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -165,12 +165,7 @@ references:
|
|||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -179,7 +174,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_network.withExistingPrimaryNetwork(Network)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_network
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_network.yml
|
||||
|
@ -187,7 +182,7 @@ references:
|
|||
fullName: WithSubnet com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithNetwork.withExistingPrimaryNetwork(Network network)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associates an existing virtual network with the the virtual machine's primary network interface.</p>
|
||||
<p>Associates an existing virtual network with the virtual machine's primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -206,7 +201,7 @@ references:
|
|||
fullName: WithOS com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.withExistingPrimaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface as the virtual machine with as it's primary network interface.</p>
|
||||
<p>Associates an existing network interface with the virtual machine as its primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -217,7 +212,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>The next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.withExistingPrimaryPublicIPAddress(PublicIPAddress)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.yml
|
||||
|
@ -225,7 +220,7 @@ references:
|
|||
fullName: WithOS com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIPAddress publicIPAddress)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associates an existing public IP address with the virtual machine's primary network interface.</p>
|
||||
<p>Associates an existing public IP address with the VM's primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -236,7 +231,7 @@ references:
|
|||
description: <p>an existing public IP address </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -244,7 +239,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -257,7 +252,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -267,7 +262,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -278,7 +273,7 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withLatestLinuxImage(String,String,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -286,7 +281,7 @@ references:
|
|||
fullName: WithLinuxRootUsernameManagedOrUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withLatestLinuxImage(String publisher, String offer, String sku)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies that the latest version of a marketplace Linux image needs to be used.</p>
|
||||
<p>Specifies that the latest version of a marketplace Linux image is to be used as the virtual machine's OS.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -294,16 +289,16 @@ references:
|
|||
parameters:
|
||||
- id: publisher
|
||||
type: "26831127"
|
||||
description: <p>specifies the publisher of the image </p>
|
||||
description: <p>specifies the publisher of an image </p>
|
||||
- id: offer
|
||||
type: "26831127"
|
||||
description: <p>specifies the offer of the image </p>
|
||||
description: <p>specifies an offer of the image </p>
|
||||
- id: sku
|
||||
type: "26831127"
|
||||
description: <p>specifies the SKU of the image </p>
|
||||
description: <p>specifies a SKU of the image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s514602db81265a7b7bbb1dbd16aabf97
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withLatestWindowsImage(String,String,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -311,7 +306,7 @@ references:
|
|||
fullName: WithWindowsAdminUsernameManagedOrUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withLatestWindowsImage(String publisher, String offer, String sku)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies that the latest version of a marketplace Windows image needs to be used.</p>
|
||||
<p>Specifies that the latest version of a marketplace Windows image should to be used as the virtual machine's OS.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -328,7 +323,7 @@ references:
|
|||
description: <p>specifies the SKU of the image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sd5940b4b2d4e110cdfa26cc144ab03cb
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withLinuxCustomImage(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -336,7 +331,7 @@ references:
|
|||
fullName: WithLinuxRootUsernameManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withLinuxCustomImage(String customImageId)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the ID of a Linux custom image to be used.</p>
|
||||
<p>Specifies the resource ID of a Linux custom image to be used as the virtual machines' OS.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -344,52 +339,42 @@ references:
|
|||
parameters:
|
||||
- id: customImageId
|
||||
type: "26831127"
|
||||
description: <p>the resource ID of the custom image </p>
|
||||
description: <p>the resource ID of a custom image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s52a2e017478d44add60a83999871f77d
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_network.withNewPrimaryNetwork(Creatable<Network>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_network
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_network.yml
|
||||
|
@ -437,7 +422,7 @@ references:
|
|||
fullName: WithOS com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.withNewPrimaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create a new network interface to associate the virtual machine with as it's primary network interface, based on the provided definition.</p>
|
||||
<p>Creates a new network interface to associate with the virtual machine as its primary network interface, based on the provided definition.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -448,7 +433,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>The next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.withNewPrimaryPublicIPAddress(Creatable<PublicIPAddress>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.yml
|
||||
|
@ -456,7 +441,7 @@ references:
|
|||
fullName: WithOS com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPublicIPAddress.withNewPrimaryPublicIPAddress(Creatable<PublicIPAddress> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Creates a new public IP address to associate with virtual machine primary network interface, based on the provided definition.</p>
|
||||
<p>Creates a new public IP address to associate with the VM's primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -475,9 +460,9 @@ references:
|
|||
fullName: WithOS com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPublicIPAddress.withNewPrimaryPublicIPAddress(String leafDnsLabel)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Creates a new public IP address in the same region and group as the resource, with the specified DNS label and associate it with the virtual machine's primary network interface. </p>
|
||||
<p>Creates a new public IP address in the same region and resource group as the resource, with the specified DNS label and associates it with the VM's primary network interface. </p>
|
||||
|
||||
<p>the internal name for the public IP address will be derived from the DNS label.</p>
|
||||
<p>The internal name for the public IP address will be derived from the DNS label.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -485,10 +470,10 @@ references:
|
|||
parameters:
|
||||
- id: leafDnsLabel
|
||||
type: "26831127"
|
||||
description: <p>the leaf domain label </p>
|
||||
description: <p>a leaf domain label </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -496,9 +481,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -509,7 +494,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -517,9 +502,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -527,10 +512,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -538,9 +523,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -548,10 +533,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -559,7 +544,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -567,10 +552,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -586,10 +571,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -605,10 +590,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -624,10 +609,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.withoutPrimaryPublicIPAddress()
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998.yml
|
||||
|
@ -635,14 +620,14 @@ references:
|
|||
fullName: WithOS com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPublicIPAddress.withoutPrimaryPublicIPAddress()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies that no public IP needs to be associated with virtual machine.</p>
|
||||
<p>Specifies that the VM should not have a public IP address.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public WithOS withoutPrimaryPublicIPAddress()
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -650,7 +635,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -658,10 +643,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withPopularLinuxImage(KnownLinuxVirtualMachineImage)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -669,7 +654,7 @@ references:
|
|||
fullName: WithLinuxRootUsernameManagedOrUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the known marketplace Linux image used for the virtual machine's OS.</p>
|
||||
<p>Specifies a known marketplace Linux image to be used for the virtual machine's OS.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -677,10 +662,10 @@ references:
|
|||
parameters:
|
||||
- id: knownImage
|
||||
type: com.microsoft.azure.management.compute._known_linux_virtual_machine_image
|
||||
description: <p>enum value indicating known market-place image </p>
|
||||
description: <p>a known market-place image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s514602db81265a7b7bbb1dbd16aabf97
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withPopularWindowsImage(KnownWindowsVirtualMachineImage)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -688,7 +673,7 @@ references:
|
|||
fullName: WithWindowsAdminUsernameManagedOrUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the known marketplace Windows image used for the virtual machine's OS.</p>
|
||||
<p>Specifies a known marketplace Windows image to be used for the virtual machine's OS.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -696,10 +681,10 @@ references:
|
|||
parameters:
|
||||
- id: knownImage
|
||||
type: com.microsoft.azure.management.compute._known_windows_virtual_machine_image
|
||||
description: <p>enum value indicating known market-place image </p>
|
||||
description: <p>a known market-place image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sd5940b4b2d4e110cdfa26cc144ab03cb
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_private_i_p.withPrimaryPrivateIPAddressDynamic()
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_private_i_p
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_private_i_p.yml
|
||||
|
@ -707,7 +692,7 @@ references:
|
|||
fullName: WithPublicIPAddress com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPrivateIP.withPrimaryPrivateIPAddressDynamic()
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Enables dynamic private IP address allocation within the specified existing virtual network subnet for virtual machine's primary network interface.</p>
|
||||
<p>Enables dynamic private IP address allocation within the specified existing virtual network subnet for the VM's primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -722,7 +707,7 @@ references:
|
|||
fullName: WithPublicIPAddress com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPrivateIP.withPrimaryPrivateIPAddressStatic(String staticPrivateIPAddress)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Assigns the specified static private IP address within the specified existing virtual network subnet to the virtual machine's primary network interface.</p>
|
||||
<p>Assigns the specified static private IP address within the specified existing virtual network subnet to the VM's primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -730,7 +715,7 @@ references:
|
|||
parameters:
|
||||
- id: staticPrivateIPAddress
|
||||
type: "26831127"
|
||||
description: <p>the static IP address within the specified subnet to assign to the network interface </p>
|
||||
description: <p>a static IP address within the specified subnet </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
@ -741,7 +726,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -749,13 +734,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -763,7 +748,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -771,10 +756,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -782,7 +767,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -793,7 +778,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsDisk(Disk,OperatingSystemTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -801,7 +786,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsDisk(Disk disk, OperatingSystemTypes osType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the specialized operating system managed disk to be attached to the virtual machine.</p>
|
||||
<p>Specifies a specialized operating system managed disk to be attached to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -815,7 +800,7 @@ references:
|
|||
description: <p>the OS type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of the Windows virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecializedOsUnmanagedDisk(String,OperatingSystemTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -823,7 +808,7 @@ references:
|
|||
fullName: WithUnmanagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecializedOsUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the specialized operating system unmanaged disk to be attached to the virtual machine.</p>
|
||||
<p>Specifies a specialized operating system unmanaged disk to be attached to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -837,7 +822,7 @@ references:
|
|||
description: <p>the OS type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_unmanaged_create
|
||||
description: <p>the next stage of the Windows virtual machine definition </p>
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificLinuxImageVersion(ImageReference)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -845,7 +830,7 @@ references:
|
|||
fullName: WithLinuxRootUsernameManagedOrUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the version of a market-place Linux image needs to be used.</p>
|
||||
<p>Specifies a version of a market-place Linux image to be used as the virtual machine's OS.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -853,10 +838,10 @@ references:
|
|||
parameters:
|
||||
- id: imageReference
|
||||
type: com.microsoft.azure.management.compute._image_reference
|
||||
description: <p>describes publisher, offer, SKU and version of the market-place image </p>
|
||||
description: <p>describes the publisher, offer, SKU and version of the market-place image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s514602db81265a7b7bbb1dbd16aabf97
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withSpecificWindowsImageVersion(ImageReference)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -864,7 +849,7 @@ references:
|
|||
fullName: WithWindowsAdminUsernameManagedOrUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the version of a marketplace Windows image needs to be used.</p>
|
||||
<p>Specifies a version of a marketplace Windows image to be used as the virtual machine's OS.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -875,7 +860,7 @@ references:
|
|||
description: <p>describes publisher, offer, SKU and version of the market-place image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_sd5940b4b2d4e110cdfa26cc144ab03cb
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withStoredLinuxImage(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -883,7 +868,7 @@ references:
|
|||
fullName: WithLinuxRootUsernameUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withStoredLinuxImage(String imageUrl)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the user (generalized) Linux image used for the virtual machine's OS.</p>
|
||||
<p>Specifies a user (generalized) Linux image to be used for the virtual machine's OS.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -891,10 +876,10 @@ references:
|
|||
parameters:
|
||||
- id: imageUrl
|
||||
type: "26831127"
|
||||
description: <p>the URL the the VHD </p>
|
||||
description: <p>the URL of a VHD </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_se29560feb815e313d3da4cd0a58a0b8f
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.withStoredWindowsImage(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s.yml
|
||||
|
@ -902,7 +887,7 @@ references:
|
|||
fullName: WithWindowsAdminUsernameUnmanaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withStoredWindowsImage(String imageUrl)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the user (generalized) Windows image used for the virtual machine's OS.</p>
|
||||
<p>Specifies the user (generalized) Windows image to be used for the virtual machine's OS.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -910,10 +895,10 @@ references:
|
|||
parameters:
|
||||
- id: imageUrl
|
||||
type: "26831127"
|
||||
description: <p>the URL the the VHD </p>
|
||||
description: <p>the URL of a VHD </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s465c0ecb78deb1cd582fbf2d5c059111
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_subnet.withSubnet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_subnet
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_subnet.yml
|
||||
|
@ -975,7 +960,7 @@ references:
|
|||
fullName: WithWindowsAdminUsernameManaged com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS.withWindowsCustomImage(String customImageId)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the ID of a Windows custom image to be used.</p>
|
||||
<p>Specifies the resource ID of a Windows custom image to be used as the virtual machine's OS.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -986,7 +971,7 @@ references:
|
|||
description: <p>the resource ID of the custom image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_s1e39df43bd1983face7f624239a12cf5
|
||||
description: <p>the next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._blank
|
||||
parent: com.microsoft.azure.management.compute
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._blank.yml
|
||||
|
@ -1011,7 +996,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithNetwork
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithNetwork
|
||||
type: Interface
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify virtual network for the new primary network interface or to use a creatable or existing network interface. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify a virtual network with the new primary network interface. </p>
|
||||
syntax:
|
||||
content: public interface WithNetwork
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_subnet
|
||||
|
@ -1020,7 +1005,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithSubnet
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSubnet
|
||||
type: Interface
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify virtual network subnet for the new primary network interface. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify the virtual network subnet for a new primary network interface. </p>
|
||||
syntax:
|
||||
content: public interface WithSubnet
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_private_i_p
|
||||
|
@ -1029,7 +1014,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithPrivateIP
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPrivateIP
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify private IP address within a virtual network subnet. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify a private IP address within a virtual network subnet. </p>
|
||||
syntax:
|
||||
content: public interface WithPrivateIP
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_se8a47d81fcf187a695063bd29281b998
|
||||
|
@ -1038,7 +1023,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithPublicIPAddress
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPublicIPAddress
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to associate public IP address with it's primary network interface. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to associate a public IP address with its primary network interface. </p>
|
||||
syntax:
|
||||
content: public interface WithPublicIPAddress
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sc350eb35b657c4f77b2e638dd5735cbb
|
||||
|
@ -1047,7 +1032,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify the primary network interface. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify the primary network interface. </p>
|
||||
syntax:
|
||||
content: public interface WithPrimaryNetworkInterface
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
|
@ -1056,7 +1041,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithOS
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOS
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify the Operation System image. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify the operating system image. </p>
|
||||
syntax:
|
||||
content: public interface WithOS
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1269
|
||||
startLine: 1253
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify availability set. </p>
|
||||
syntax:
|
||||
|
@ -35,14 +35,9 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1302
|
||||
startLine: 1274
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -51,7 +46,7 @@ items:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
id: withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
|
@ -64,23 +59,18 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1291
|
||||
startLine: 1267
|
||||
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>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
id: withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
|
@ -93,23 +83,18 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1279
|
||||
startLine: 1259
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
|
|
@ -14,7 +14,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1464
|
||||
startLine: 1435
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
|
@ -101,7 +101,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -112,7 +112,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -141,12 +141,7 @@ references:
|
|||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -155,7 +150,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -163,7 +158,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -176,7 +171,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -186,7 +181,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -197,49 +192,39 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -247,9 +232,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -260,7 +245,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -268,9 +253,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -278,10 +263,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -289,9 +274,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -299,10 +284,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -310,7 +295,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -318,10 +303,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -337,10 +322,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -356,10 +341,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -375,10 +360,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -386,7 +371,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -394,10 +379,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -405,7 +390,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -413,13 +398,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -427,7 +412,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -435,10 +420,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -446,7 +431,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -457,7 +442,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -529,7 +514,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithOsDiskSettings
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings
|
||||
type: Interface
|
||||
summary: <p>The stage of the 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:
|
||||
content: public interface WithOsDiskSettings
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
|
@ -538,7 +523,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithVMSize
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify VM size. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to select a VM size. </p>
|
||||
syntax:
|
||||
content: public interface WithVMSize
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
|
@ -547,7 +532,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithStorageAccount
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify storage account. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify a storage account. </p>
|
||||
syntax:
|
||||
content: public interface WithStorageAccount
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
|
@ -565,7 +550,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface
|
||||
type: Interface
|
||||
summary: <p>The stage of 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:
|
||||
content: public interface WithSecondaryNetworkInterface
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_extension
|
||||
|
@ -583,7 +568,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithPlan
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify purchase plan. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify a purchase plan. </p>
|
||||
syntax:
|
||||
content: public interface WithPlan
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_shared
|
||||
|
@ -610,6 +595,6 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithUnmanagedCreate
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithUnmanagedCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the 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:
|
||||
content: public interface WithUnmanagedCreate
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1376
|
||||
startLine: 1347
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify extensions. </p>
|
||||
syntax:
|
||||
|
@ -33,10 +33,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1383
|
||||
startLine: 1354
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -47,7 +47,7 @@ items:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1413
|
||||
startLine: 1384
|
||||
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>
|
||||
syntax: &o1
|
||||
|
@ -71,7 +71,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1430
|
||||
startLine: 1401
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the default caching type for the managed data disks.</p>
|
||||
|
@ -82,10 +82,10 @@ items:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of teh definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
id: withDataDiskDefaultStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
|
@ -98,10 +98,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1438
|
||||
startLine: 1409
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the default caching type for the managed data disks.</p>
|
||||
<p>Specifies the default caching type for managed data disks.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -109,10 +109,10 @@ items:
|
|||
parameters:
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create.withOsDiskStorageAccountType(StorageAccountTypes)
|
||||
id: withOsDiskStorageAccountType(StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
|
@ -125,10 +125,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 1422
|
||||
startLine: 1393
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Specifies the storage account type for managed OS disk.</p>
|
||||
<p>Specifies the storage account type for the managed OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -136,10 +136,10 @@ items:
|
|||
parameters:
|
||||
- id: accountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
references:
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable.create()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._creatable
|
||||
|
@ -197,7 +197,7 @@ references:
|
|||
fullName: VirtualMachineExtension.DefinitionStages.Blank<WithCreate> com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithExtension.defineNewExtension(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies 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>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -208,7 +208,7 @@ references:
|
|||
description: <p>the reference name for the extension </p>
|
||||
return:
|
||||
type: 0d35d7b6com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_createa08ddfce
|
||||
description: <p>the stage representing configuration for the extension </p>
|
||||
description: <p>the first stage stage of an extension definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
|
||||
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
|
||||
|
@ -237,12 +237,7 @@ references:
|
|||
name: withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing availability set to to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies an existing availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withExistingAvailabilitySet(AvailabilitySet availabilitySet)
|
||||
parameters:
|
||||
|
@ -251,7 +246,7 @@ references:
|
|||
description: <p>an existing availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -259,7 +254,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -267,10 +262,10 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>an existing managed disk </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -278,7 +273,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -286,7 +281,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -295,7 +290,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withExistingDataDisk(Disk,int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -303,7 +298,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int newSizeInGB, int lun, CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies an existing source managed disk and settings.</p>
|
||||
<p>Associates an existing source managed disk with the virtual machine and specifies additional settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -311,7 +306,7 @@ references:
|
|||
parameters:
|
||||
- id: disk
|
||||
type: com.microsoft.azure.management.compute._disk
|
||||
description: <p>the managed disk </p>
|
||||
description: <p>a managed disk </p>
|
||||
- id: newSizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the disk resize size in GB </p>
|
||||
|
@ -323,7 +318,7 @@ references:
|
|||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withExistingSecondaryNetworkInterface(NetworkInterface)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -331,7 +326,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withExistingSecondaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface with the virtual machine.</p>
|
||||
<p>Associates an existing network interface with the virtual machine. </p>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
|
@ -344,7 +339,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -354,7 +349,7 @@ references:
|
|||
summary: >-
|
||||
<p>Specifies an existing storage account to put the VM's OS and data disk VHD in. </p>
|
||||
|
||||
<p>An OS disk based on marketplace or user image (generalized image) will be stored in this storage account.</p>
|
||||
<p>An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -365,49 +360,39 @@ references:
|
|||
description: <p>an existing storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(String name)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new availability set to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies the name of a new availability set to associate with the virtual machine. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(String name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the availability set </p>
|
||||
description: <p>the name of an availability set </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.withNewAvailabilitySet(Creatable<AvailabilitySet>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_availability_set.yml
|
||||
name: withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
|
||||
<p>Adding virtual machines running your application to an availability set ensures that during maintenance event at least one virtual machine will be available.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>Specifies definition of a not-yet-created availability set definition to associate the virtual machine with. </p>
|
||||
syntax:
|
||||
content: public WithCreate withNewAvailabilitySet(Creatable<AvailabilitySet> creatable)
|
||||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._availability_seta08ddfce
|
||||
description: <p>the availability set in creatable stage </p>
|
||||
description: <p>a creatable availability set definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -415,7 +400,7 @@ references:
|
|||
fullName: WithManagedCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable)
|
||||
type: Method
|
||||
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 should be created explicitly with the given definition and attached to the virtual machine as a data disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -423,10 +408,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(Creatable<Disk>,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -442,16 +427,16 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.compute._diska08ddfce
|
||||
description: <p>the creatable disk </p>
|
||||
description: <p>a creatable disk </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the data disk LUN </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the data disk caching type </p>
|
||||
description: <p>a data disk caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -467,10 +452,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -486,7 +471,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -495,7 +480,7 @@ references:
|
|||
description: <p>the caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDisk(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -511,7 +496,7 @@ references:
|
|||
parameters:
|
||||
- id: sizeInGB
|
||||
type: f75371fa
|
||||
description: <p>the size of the managed disk </p>
|
||||
description: <p>the size of the managed disk in GB </p>
|
||||
- id: lun
|
||||
type: f75371fa
|
||||
description: <p>the disk LUN </p>
|
||||
|
@ -523,7 +508,7 @@ references:
|
|||
description: <p>the storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -542,7 +527,7 @@ references:
|
|||
description: <p>the LUN of the source data disk image </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -564,10 +549,10 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.withNewDataDiskFromImage(int,int,CachingTypes,StorageAccountTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s2278a8d20e7b575ed73f22395a80096b.yml
|
||||
|
@ -589,13 +574,13 @@ references:
|
|||
description: <p>the new size that overrides the default size specified in the data disk image </p>
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type </p>
|
||||
description: <p>a caching type </p>
|
||||
- id: storageAccountType
|
||||
type: com.microsoft.azure.management.compute._storage_account_types
|
||||
description: <p>the storage account type </p>
|
||||
description: <p>a storage account type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
description: <p>the next stage of virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.withNewSecondaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_s6e5bccbbb244e347da9f62b7d1a60117.yml
|
||||
|
@ -603,9 +588,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface.withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create 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>
|
||||
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, the new secondary network interface added to the virtual machine.</p>
|
||||
<p>Note this method's effect is additive, i.e. each time it is used, a new secondary network interface added to the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -616,7 +601,7 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -624,9 +609,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD in. </p>
|
||||
<p>Specifies the name of a new storage account to put the VM's OS and data disk VHD into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account, an OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -634,10 +619,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the name of the storage account </p>
|
||||
description: <p>the name for a new storage account </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.withNewStorageAccount(Creatable<StorageAccount>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_storage_account.yml
|
||||
|
@ -645,9 +630,9 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies definition of a not-yet-created storage account definition to put the VM's OS and data disk VHDs in. </p>
|
||||
<p>Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. </p>
|
||||
|
||||
<p>Only the OS disk based on marketplace image will be stored in the new storage account. An OS disk based on user image will be stored in the same storage account as user image.</p>
|
||||
<p>Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -655,10 +640,10 @@ references:
|
|||
parameters:
|
||||
- id: creatable
|
||||
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.storage._storage_accounta08ddfce
|
||||
description: <p>the storage account in creatable stage </p>
|
||||
description: <p>a creatable storage account definition </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskCaching(CachingTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -666,7 +651,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithOsDiskSettings.withOSDiskCaching(CachingTypes cachingType)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the caching type for the Operating System disk.</p>
|
||||
<p>Specifies the caching type for the OS disk.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -674,10 +659,10 @@ references:
|
|||
parameters:
|
||||
- id: cachingType
|
||||
type: com.microsoft.azure.management.compute._caching_types
|
||||
description: <p>the caching type. </p>
|
||||
description: <p>a caching type </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskEncryptionSettings(DiskEncryptionSettings)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -693,10 +678,10 @@ references:
|
|||
parameters:
|
||||
- id: settings
|
||||
type: com.microsoft.azure.management.compute._disk_encryption_settings
|
||||
description: <p>the encryption settings. </p>
|
||||
description: <p>the encryption settings </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOsDiskName(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -712,10 +697,10 @@ references:
|
|||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>the OS <xref href="com.microsoft.azure.management.compute._disk" data-throw-if-not-resolved="false"></xref> name. </p>
|
||||
description: <p>an OS disk name </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.withOSDiskSizeInGB(Integer)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_os_disk_settings.yml
|
||||
|
@ -731,10 +716,10 @@ references:
|
|||
parameters:
|
||||
- id: size
|
||||
type: 08effaa0
|
||||
description: <p>the VHD size. </p>
|
||||
description: <p>the VHD size </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPlan(PurchasePlan)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -742,7 +727,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPlan(PurchasePlan plan)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -750,10 +735,10 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.withPromotionalPlan(PurchasePlan,String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_plan.yml
|
||||
|
@ -761,7 +746,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPlan.withPromotionalPlan(PurchasePlan plan, String promotionCode)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the plan for the virtual machine.</p>
|
||||
<p>Specifies the purchase plan for the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -769,13 +754,13 @@ references:
|
|||
parameters:
|
||||
- id: plan
|
||||
type: com.microsoft.azure.management.compute._purchase_plan
|
||||
description: <p>describes the purchase plan </p>
|
||||
description: <p>a purchase plan </p>
|
||||
- id: promotionCode
|
||||
type: "26831127"
|
||||
description: <p>the promotion code </p>
|
||||
description: <p>a promotion code </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(String)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -783,7 +768,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(String sizeName)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Selects the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -791,10 +776,10 @@ references:
|
|||
parameters:
|
||||
- id: sizeName
|
||||
type: "26831127"
|
||||
description: <p>the name of the size for the virtual machine as text </p>
|
||||
description: <p>the name of a size for the virtual machine as text </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.withSize(VirtualMachineSizeTypes)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_v_m_size.yml
|
||||
|
@ -802,7 +787,7 @@ references:
|
|||
fullName: WithCreate com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithVMSize.withSize(VirtualMachineSizeTypes size)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Specifies the virtual machine size.</p>
|
||||
<p>Specifies the size of the virtual machine.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -813,7 +798,7 @@ references:
|
|||
description: <p>a size from the list of available sizes for the virtual machine </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
description: <p>the stage representing creatable VM definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.withTag(String,String)
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.720b3efb4062edecc50de4ad58dc1c09.yml
|
||||
|
@ -855,7 +840,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithManagedDataDisk
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithManagedDataDisk
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify managed data disk. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify a managed data disk. </p>
|
||||
syntax:
|
||||
content: public interface WithManagedDataDisk
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_create
|
||||
|
@ -891,7 +876,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
|
||||
type: Interface
|
||||
summary: <p>The stages contains OS agnostics 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:
|
||||
content: public interface WithFromImageCreateOptionsManaged extends VirtualMachine.DefinitionStages.WithManagedCreate
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_managed_create
|
||||
|
|
|
@ -18,9 +18,9 @@ items:
|
|||
branch: master
|
||||
repo: https://github.com/Azure/azure-sdk-for-java
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 436
|
||||
startLine: 435
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify virtual network for the new primary network interface or to use a creatable or existing network interface. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify a virtual network with the new primary network interface. </p>
|
||||
syntax:
|
||||
content: public interface WithNetwork extends VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface
|
||||
inheritedMembers:
|
||||
|
@ -38,10 +38,10 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 463
|
||||
startLine: 462
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Associates an existing virtual network with the the virtual machine's primary network interface.</p>
|
||||
<p>Associates an existing virtual network with the virtual machine's primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -65,7 +65,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 444
|
||||
startLine: 443
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Creates a new virtual network to associate with the virtual machine's primary network interface, based on the provided definition.</p>
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
source:
|
||||
remote: *o0
|
||||
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/VirtualMachine.java
|
||||
startLine: 455
|
||||
startLine: 454
|
||||
package: com.microsoft.azure.management.compute
|
||||
summary: >-
|
||||
<p>Creates a new virtual network to associate with the virtual machine's primary network interface. </p>
|
||||
|
@ -135,7 +135,7 @@ references:
|
|||
fullName: WithOS com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.withExistingPrimaryNetworkInterface(NetworkInterface networkInterface)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Associate an existing network interface as the virtual machine with as it's primary network interface.</p>
|
||||
<p>Associates an existing network interface with the virtual machine as its primary network interface.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -146,7 +146,7 @@ references:
|
|||
description: <p>an existing network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>The next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sc350eb35b657c4f77b2e638dd5735cbb.withNewPrimaryNetworkInterface(Creatable<NetworkInterface>)
|
||||
parent: com.microsoft.azure.management.compute._virtual_machine._definition_sc350eb35b657c4f77b2e638dd5735cbb
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_sc350eb35b657c4f77b2e638dd5735cbb.yml
|
||||
|
@ -154,7 +154,7 @@ references:
|
|||
fullName: WithOS com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.withNewPrimaryNetworkInterface(Creatable<NetworkInterface> creatable)
|
||||
type: Method
|
||||
summary: >-
|
||||
<p>Create a new network interface to associate the virtual machine with as it's primary network interface, based on the provided definition.</p>
|
||||
<p>Creates a new network interface to associate with the virtual machine as its primary network interface, based on the provided definition.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -165,14 +165,14 @@ references:
|
|||
description: <p>a creatable definition for a new network interface </p>
|
||||
return:
|
||||
type: com.microsoft.azure.management.compute._virtual_machine._definition_stages._with_o_s
|
||||
description: <p>The next stage of the virtual machine definition </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_sc350eb35b657c4f77b2e638dd5735cbb
|
||||
parent: com.microsoft.azure.management.compute
|
||||
href: com.microsoft.azure.management.compute._virtual_machine._definition_sc350eb35b657c4f77b2e638dd5735cbb.yml
|
||||
name: VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify the primary network interface. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify the primary network interface. </p>
|
||||
syntax:
|
||||
content: public interface WithPrimaryNetworkInterface
|
||||
- uid: com.microsoft.azure.management.compute._virtual_machine._definition_shared
|
||||
|
@ -199,7 +199,7 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithPrivateIP
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithPrivateIP
|
||||
type: Interface
|
||||
summary: <p>The stage of the virtual machine definition allowing to specify private IP address within a virtual network subnet. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify a private IP address within a virtual network subnet. </p>
|
||||
syntax:
|
||||
content: public interface WithPrivateIP
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.model._creatable
|
||||
|
@ -232,6 +232,6 @@ references:
|
|||
name: VirtualMachine.DefinitionStages.WithSubnet
|
||||
fullName: com.microsoft.azure.management.compute.VirtualMachine.DefinitionStages.WithSubnet
|
||||
type: Interface
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify virtual network subnet for the new primary network interface. </p>
|
||||
summary: <p>The stage of a virtual machine definition allowing to specify the virtual network subnet for a new primary network interface. </p>
|
||||
syntax:
|
||||
content: public interface WithSubnet
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче