Cluster.DefinitionStages.WithIdentity Interface
public static interface Cluster.DefinitionStages.WithIdentity
The stage of the Cluster definition allowing to specify identity.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withIdentity(ManagedServiceIdentity identity)
Specifies the identity property: The identity of the resource.. |
Method Details
withIdentity
public abstract Cluster.DefinitionStages.WithCreate withIdentity(ManagedServiceIdentity identity)
Specifies the identity property: The identity of the resource..
Parameters:
identity
- The identity of the resource.
Returns:
the next definition stage.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java