Uses of Class
com.azure.resourcemanager.mediaservices.models.ResourceIdentity
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of ResourceIdentity in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionAccountEncryption.identity()
Get the identity property: The Key Vault identity.StorageAccount.identity()
Get the identity property: The storage account identity.ResourceIdentity.withUserAssignedIdentity
(String userAssignedIdentity) Set the userAssignedIdentity property: The user assigned managed identity's ARM ID to use when accessing a resource.ResourceIdentity.withUseSystemAssignedIdentity
(boolean useSystemAssignedIdentity) Set the useSystemAssignedIdentity property: Indicates whether to use System Assigned Managed Identity.Modifier and TypeMethodDescriptionAccountEncryption.withIdentity
(ResourceIdentity identity) Set the identity property: The Key Vault identity.StorageAccount.withIdentity
(ResourceIdentity identity) Set the identity property: The storage account identity.