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