ArmRedisEnterpriseModelFactory.RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity(Azure.Core.ResourceIdentifier userAssignedIdentityResourceId = default, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyIdentityType? identityType = default);
static member RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity : Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyIdentityType> -> Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity
Public Shared Function RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity (Optional userAssignedIdentityResourceId As ResourceIdentifier = Nothing, Optional identityType As Nullable(Of RedisEnterpriseCustomerManagedKeyIdentityType) = Nothing) As RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity
Parameters
- userAssignedIdentityResourceId
- ResourceIdentifier
User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/<sub uuid>/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.
- identityType
- Nullable<RedisEnterpriseCustomerManagedKeyIdentityType>
Only userAssignedIdentity is supported in this API version; other types may be supported in the future.
Returns
A new RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity instance for mocking.