Interface Cluster.DefinitionStages.WithIdentity
- All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
- Enclosing interface:
Cluster.DefinitionStages
public static interface Cluster.DefinitionStages.WithIdentity
The stage of the Cluster definition allowing to specify identity.
-
Method Summary
Modifier and TypeMethodDescriptionwithIdentity(ManagedServiceIdentity identity) Specifies the identity property: The managed service identities assigned to this resource..
-
Method Details
-
withIdentity
Specifies the identity property: The managed service identities assigned to this resource..- Parameters:
identity- The managed service identities assigned to this resource.- Returns:
- the next definition stage.
-