Interface WorkloadNetworkVMGroup.DefinitionStages.WithCreate
-
- All Superinterfaces:
WorkloadNetworkVMGroup.DefinitionStages.WithDisplayName
,WorkloadNetworkVMGroup.DefinitionStages.WithMembers
,WorkloadNetworkVMGroup.DefinitionStages.WithRevision
- All Known Subinterfaces:
WorkloadNetworkVMGroup.Definition
- Enclosing interface:
- WorkloadNetworkVMGroup.DefinitionStages
public static interface WorkloadNetworkVMGroup.DefinitionStages.WithCreate extends WorkloadNetworkVMGroup.DefinitionStages.WithDisplayName, WorkloadNetworkVMGroup.DefinitionStages.WithMembers, WorkloadNetworkVMGroup.DefinitionStages.WithRevision
The stage of the WorkloadNetworkVMGroup 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 WorkloadNetworkVMGroup
create()
Executes the create request.WorkloadNetworkVMGroup
create(com.azure.core.util.Context context)
Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.avs.models.WorkloadNetworkVMGroup.DefinitionStages.WithDisplayName
withDisplayName
-
Methods inherited from interface com.azure.resourcemanager.avs.models.WorkloadNetworkVMGroup.DefinitionStages.WithMembers
withMembers
-
Methods inherited from interface com.azure.resourcemanager.avs.models.WorkloadNetworkVMGroup.DefinitionStages.WithRevision
withRevision
-
-
-
-
Method Detail
-
create
WorkloadNetworkVMGroup create()
Executes the create request.- Returns:
- the created resource.
-
create
WorkloadNetworkVMGroup create(com.azure.core.util.Context context)
Executes the create request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the created resource.
-
-