Interface ManagedVirtualNetworkResource.Update
-
- All Superinterfaces:
ManagedVirtualNetworkResource.UpdateStages.WithIfMatch
,ManagedVirtualNetworkResource.UpdateStages.WithProperties
- Enclosing interface:
- ManagedVirtualNetworkResource
public static interface ManagedVirtualNetworkResource.Update extends ManagedVirtualNetworkResource.UpdateStages.WithProperties, ManagedVirtualNetworkResource.UpdateStages.WithIfMatch
The template for ManagedVirtualNetworkResource update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedVirtualNetworkResource
apply()
Executes the update request.ManagedVirtualNetworkResource
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.ManagedVirtualNetworkResource.UpdateStages.WithIfMatch
withIfMatch
-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.ManagedVirtualNetworkResource.UpdateStages.WithProperties
withProperties
-
-
-
-
Method Detail
-
apply
ManagedVirtualNetworkResource apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
ManagedVirtualNetworkResource apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-