Interface WorkloadNetworkVMGroup.Update
-
- All Superinterfaces:
WorkloadNetworkVMGroup.UpdateStages.WithDisplayName
,WorkloadNetworkVMGroup.UpdateStages.WithMembers
,WorkloadNetworkVMGroup.UpdateStages.WithRevision
- Enclosing interface:
- WorkloadNetworkVMGroup
public static interface WorkloadNetworkVMGroup.Update extends WorkloadNetworkVMGroup.UpdateStages.WithDisplayName, WorkloadNetworkVMGroup.UpdateStages.WithMembers, WorkloadNetworkVMGroup.UpdateStages.WithRevision
The template for WorkloadNetworkVMGroup update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadNetworkVMGroup
apply()
Executes the update request.WorkloadNetworkVMGroup
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.avs.models.WorkloadNetworkVMGroup.UpdateStages.WithDisplayName
withDisplayName
-
Methods inherited from interface com.azure.resourcemanager.avs.models.WorkloadNetworkVMGroup.UpdateStages.WithMembers
withMembers
-
Methods inherited from interface com.azure.resourcemanager.avs.models.WorkloadNetworkVMGroup.UpdateStages.WithRevision
withRevision
-
-
-
-
Method Detail
-
apply
WorkloadNetworkVMGroup apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
WorkloadNetworkVMGroup apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-