CMKIdentityDefinition 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
CMKIdentityDefinition() |
Initializes a new instance of the CMKIdentityDefinition class. |
CMKIdentityDefinition(String) |
Initializes a new instance of the CMKIdentityDefinition class. |
CMKIdentityDefinition()
Initializes a new instance of the CMKIdentityDefinition class.
public CMKIdentityDefinition ();
Public Sub New ()
Applies to
CMKIdentityDefinition(String)
Initializes a new instance of the CMKIdentityDefinition class.
public CMKIdentityDefinition (string userAssignedIdentity = default);
new Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition : string -> Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition
Public Sub New (Optional userAssignedIdentity As String = Nothing)
Parameters
- userAssignedIdentity
- String
The resource id of the user assigned identity to authenticate to customer's key vault.