Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionManagedHsmInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity (system assigned and/or user assigned identities).MhsmPrivateEndpointConnectionInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity (system assigned and/or user assigned identities). -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentityManagedServiceIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.ManagedHsmResource.identity()Get the identity property: Managed service identity (system assigned and/or user assigned identities).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.keyvault.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionManagedHsmResource.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity (system assigned and/or user assigned identities).MhsmPrivateLinkResource.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity (system assigned and/or user assigned identities).