EncryptionPropertiesIdentity Constructors
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.
Overloads
EncryptionPropertiesIdentity() |
Initializes a new instance of the EncryptionPropertiesIdentity class. |
EncryptionPropertiesIdentity(Object) |
Initializes a new instance of the EncryptionPropertiesIdentity class. |
EncryptionPropertiesIdentity()
Initializes a new instance of the EncryptionPropertiesIdentity class.
public EncryptionPropertiesIdentity();
Public Sub New ()
Applies to
EncryptionPropertiesIdentity(Object)
Initializes a new instance of the EncryptionPropertiesIdentity class.
public EncryptionPropertiesIdentity(object userAssignedIdentity = default);
new Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity : obj -> Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity
Public Sub New (Optional userAssignedIdentity As Object = Nothing)
Parameters
- userAssignedIdentity
- Object
The user identity used for CMK. It will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.