DiskEncryptionSetInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DiskEncryptionSetInner() |
Inicializa uma nova instância da classe DiskEncryptionSetInner. |
DiskEncryptionSetInner(String, String, String, String, IDictionary<String, String>, EncryptionSetIdentity, DiskEncryptionSetType, KeyVaultAndKeyReference, IList<KeyVaultAndKeyReference>, String) |
Inicializa uma nova instância da classe DiskEncryptionSetInner. |
DiskEncryptionSetInner()
Inicializa uma nova instância da classe DiskEncryptionSetInner.
public DiskEncryptionSetInner ();
Public Sub New ()
Aplica-se a
DiskEncryptionSetInner(String, String, String, String, IDictionary<String, String>, EncryptionSetIdentity, DiskEncryptionSetType, KeyVaultAndKeyReference, IList<KeyVaultAndKeyReference>, String)
Inicializa uma nova instância da classe DiskEncryptionSetInner.
public DiskEncryptionSetInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSetIdentity identity = default, Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetType encryptionType = default, Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference activeKey = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference> previousKeys = default, string provisioningState = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSetIdentity * Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetType * Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference> * string -> Microsoft.Azure.Management.Compute.Fluent.Models.DiskEncryptionSetInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionSetIdentity = Nothing, Optional encryptionType As DiskEncryptionSetType = Nothing, Optional activeKey As KeyVaultAndKeyReference = Nothing, Optional previousKeys As IList(Of KeyVaultAndKeyReference) = Nothing, Optional provisioningState As String = Nothing)
Parâmetros
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- identity
- EncryptionSetIdentity
- encryptionType
- DiskEncryptionSetType
Os valores possíveis incluem: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'
- activeKey
- KeyVaultAndKeyReference
A chave do cofre de chaves que atualmente é usada por esse conjunto de criptografia de disco.
- previousKeys
- IList<KeyVaultAndKeyReference>
Uma coleção somente leitura de chaves do cofre de chaves usadas anteriormente por esse conjunto de criptografia de disco enquanto uma rotação de chave está em andamento. Ele ficará vazio se não houver nenhuma rotação de chave em andamento.
- provisioningState
- String
O estado de provisionamento do conjunto de criptografia de disco.
Aplica-se a
Azure SDK for .NET