Interface GenericResource.UpdateStages.WithIdentity
- All Known Subinterfaces:
GenericResource.Update
- Enclosing interface:
- GenericResource.UpdateStages
public static interface GenericResource.UpdateStages.WithIdentity
The template for a generic resource update operation for specifying the managed identity.
-
Method Summary
Modifier and TypeMethodDescriptionwithIdentity(Identity identity) Specifies managed identity.Specifies managed identity.
-
Method Details
-
withIdentity
Specifies managed identity.- Parameters:
identity- the managed identity- Returns:
- the next stage of generic resource update
-
withoutIdentity
GenericResource.Update withoutIdentity()Specifies managed identity.- Returns:
- the next stage of generic resource update
-