EncryptionProperties 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
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET