Interface PrivateCloud.DefinitionStages.WithCreate
-
- All Superinterfaces:
PrivateCloud.DefinitionStages.WithAvailability
,PrivateCloud.DefinitionStages.WithCircuit
,PrivateCloud.DefinitionStages.WithEncryption
,PrivateCloud.DefinitionStages.WithIdentity
,PrivateCloud.DefinitionStages.WithIdentitySources
,PrivateCloud.DefinitionStages.WithInternet
,PrivateCloud.DefinitionStages.WithManagementCluster
,PrivateCloud.DefinitionStages.WithNetworkBlock
,PrivateCloud.DefinitionStages.WithNsxtPassword
,PrivateCloud.DefinitionStages.WithSecondaryCircuit
,PrivateCloud.DefinitionStages.WithTags
,PrivateCloud.DefinitionStages.WithVcenterPassword
- All Known Subinterfaces:
PrivateCloud.Definition
- Enclosing interface:
- PrivateCloud.DefinitionStages
public static interface PrivateCloud.DefinitionStages.WithCreate extends PrivateCloud.DefinitionStages.WithTags, PrivateCloud.DefinitionStages.WithIdentity, PrivateCloud.DefinitionStages.WithCircuit, PrivateCloud.DefinitionStages.WithNetworkBlock, PrivateCloud.DefinitionStages.WithVcenterPassword, PrivateCloud.DefinitionStages.WithNsxtPassword, PrivateCloud.DefinitionStages.WithSecondaryCircuit, PrivateCloud.DefinitionStages.WithManagementCluster, PrivateCloud.DefinitionStages.WithInternet, PrivateCloud.DefinitionStages.WithIdentitySources, PrivateCloud.DefinitionStages.WithAvailability, PrivateCloud.DefinitionStages.WithEncryption
The stage of the PrivateCloud definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateCloud
create()
Executes the create request.PrivateCloud
create(com.azure.core.util.Context context)
Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithAvailability
withAvailability
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithCircuit
withCircuit
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithEncryption
withEncryption
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithIdentity
withIdentity
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithIdentitySources
withIdentitySources
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithInternet
withInternet
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithManagementCluster
withManagementCluster
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithNetworkBlock
withNetworkBlock
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithNsxtPassword
withNsxtPassword
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithSecondaryCircuit
withSecondaryCircuit
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithTags
withTags
-
Methods inherited from interface com.azure.resourcemanager.avs.models.PrivateCloud.DefinitionStages.WithVcenterPassword
withVcenterPassword
-
-
-
-
Method Detail
-
create
PrivateCloud create()
Executes the create request.- Returns:
- the created resource.
-
create
PrivateCloud create(com.azure.core.util.Context context)
Executes the create request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the created resource.
-
-