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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET