DeletedVault 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
DeletedVault() |
Initializes a new instance of the DeletedVault class. |
DeletedVault(String, String, String, DeletedVaultProperties) |
Initializes a new instance of the DeletedVault class. |
DeletedVault()
Initializes a new instance of the DeletedVault class.
public DeletedVault ();
Public Sub New ()
Applies to
DeletedVault(String, String, String, DeletedVaultProperties)
Initializes a new instance of the DeletedVault class.
public DeletedVault (string id = default, string name = default, string type = default, Microsoft.Azure.Management.KeyVault.Models.DeletedVaultProperties properties = default);
new Microsoft.Azure.Management.KeyVault.Models.DeletedVault : string * string * string * Microsoft.Azure.Management.KeyVault.Models.DeletedVaultProperties -> Microsoft.Azure.Management.KeyVault.Models.DeletedVault
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As DeletedVaultProperties = Nothing)
Parameters
- id
- String
The resource ID for the deleted key vault.
- name
- String
The name of the key vault.
- type
- String
The resource type of the key vault.
- properties
- DeletedVaultProperties
Properties of the vault
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