EncryptionPropertiesIdentity Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
EncryptionPropertiesIdentity() |
Inicializuje novou instanci EncryptionPropertiesIdentity třídy. |
EncryptionPropertiesIdentity(Object) |
Inicializuje novou instanci EncryptionPropertiesIdentity třídy. |
EncryptionPropertiesIdentity()
Inicializuje novou instanci EncryptionPropertiesIdentity třídy.
public EncryptionPropertiesIdentity ();
Public Sub New ()
Platí pro
EncryptionPropertiesIdentity(Object)
Inicializuje novou instanci EncryptionPropertiesIdentity třídy.
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)
Parametry
- userAssignedIdentity
- Object
Identita uživatele použitá pro CMK. Bude to ID prostředku ARM ve formátu /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
Platí pro
Azure SDK for .NET