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