EncryptionProperties Constructors

Definition

Overloads

EncryptionProperties()

Initializes a new instance of the EncryptionProperties class.

EncryptionProperties(String, String, String)

Initializes a new instance of the EncryptionProperties class.

EncryptionProperties()

Initializes a new instance of the EncryptionProperties class.

public EncryptionProperties ();
Public Sub New ()

Applies to

EncryptionProperties(String, String, String)

Initializes a new instance of the EncryptionProperties class.

public EncryptionProperties (string vaultBaseUrl, string keyName, string keyVersion);
new Microsoft.Azure.Management.ContainerInstance.Models.EncryptionProperties : string * string * string -> Microsoft.Azure.Management.ContainerInstance.Models.EncryptionProperties
Public Sub New (vaultBaseUrl As String, keyName As String, keyVersion As String)

Parameters

vaultBaseUrl
String

The keyvault base url.

keyName
String

The encryption key name.

keyVersion
String

The encryption key version.

Applies to