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