BackupVaultsDeleteHeaders 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
BackupVaultsDeleteHeaders() |
Initializes a new instance of the BackupVaultsDeleteHeaders class. |
BackupVaultsDeleteHeaders(String) |
Initializes a new instance of the BackupVaultsDeleteHeaders class. |
BackupVaultsDeleteHeaders()
Initializes a new instance of the BackupVaultsDeleteHeaders class.
public BackupVaultsDeleteHeaders ();
Public Sub New ()
Applies to
BackupVaultsDeleteHeaders(String)
Initializes a new instance of the BackupVaultsDeleteHeaders class.
public BackupVaultsDeleteHeaders (string location = default);
new Microsoft.Azure.Management.NetApp.Models.BackupVaultsDeleteHeaders : string -> Microsoft.Azure.Management.NetApp.Models.BackupVaultsDeleteHeaders
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String