Uses of Class
com.azure.resourcemanager.netapp.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionNetAppAccountInner.identity()
Get the identity property: The identity used for the resource.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionNetAppAccountInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: The identity used for the resource. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentity
ManagedServiceIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.NetAppAccount.identity()
Gets the identity property: The identity used for the resource.NetAppAccountPatch.identity()
Get the identity property: The identity used for the resource.ManagedServiceIdentity.withType
(ManagedServiceIdentityType type) Set the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).ManagedServiceIdentity.withUserAssignedIdentities
(Map<String, UserAssignedIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The set of user assigned identities associated with the resource.Methods in com.azure.resourcemanager.netapp.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionNetAppAccount.DefinitionStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: The identity used for the resource..NetAppAccount.UpdateStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: The identity used for the resource..NetAppAccountPatch.withIdentity
(ManagedServiceIdentity identity) Set the identity property: The identity used for the resource.