Interface GenericResource.UpdateStages.WithIdentity
-
- All Known Subinterfaces:
GenericResource.Update
- Enclosing interface:
- GenericResource.UpdateStages
public static interface GenericResource.UpdateStages.WithIdentityThe template for a generic resource update operation for specifying the managed identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericResource.UpdatewithIdentity(Identity identity)Specifies managed identity.GenericResource.UpdatewithoutIdentity()Specifies managed identity.
-
-
-
Method Detail
-
withIdentity
GenericResource.Update withIdentity(Identity identity)
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
-
-