EncryptionProperty 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
EncryptionProperty() |
Initializes a new instance of the EncryptionProperty class. |
EncryptionProperty(String, KeyVaultProperties) |
Initializes a new instance of the EncryptionProperty class. |
EncryptionProperty()
Initializes a new instance of the EncryptionProperty class.
public EncryptionProperty ();
Public Sub New ()
Applies to
EncryptionProperty(String, KeyVaultProperties)
Initializes a new instance of the EncryptionProperty class.
public EncryptionProperty (string status = default, Microsoft.Azure.Management.ContainerRegistry.Models.KeyVaultProperties keyVaultProperties = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.EncryptionProperty : string * Microsoft.Azure.Management.ContainerRegistry.Models.KeyVaultProperties -> Microsoft.Azure.Management.ContainerRegistry.Models.EncryptionProperty
Public Sub New (Optional status As String = Nothing, Optional keyVaultProperties As KeyVaultProperties = Nothing)
Parameters
- status
- String
Indicates whether or not the encryption is enabled for container registry. Possible values include: 'enabled', 'disabled'
- keyVaultProperties
- KeyVaultProperties
Key vault properties.