SecurityAdminConfigurationsDeleteHeaders 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
SecurityAdminConfigurationsDeleteHeaders() |
Initializes a new instance of the SecurityAdminConfigurationsDeleteHeaders class. |
SecurityAdminConfigurationsDeleteHeaders(String) |
Initializes a new instance of the SecurityAdminConfigurationsDeleteHeaders class. |
SecurityAdminConfigurationsDeleteHeaders()
Initializes a new instance of the SecurityAdminConfigurationsDeleteHeaders class.
public SecurityAdminConfigurationsDeleteHeaders ();
Public Sub New ()
Applies to
SecurityAdminConfigurationsDeleteHeaders(String)
Initializes a new instance of the SecurityAdminConfigurationsDeleteHeaders class.
public SecurityAdminConfigurationsDeleteHeaders (string location = default);
new Microsoft.Azure.Management.Network.Models.SecurityAdminConfigurationsDeleteHeaders : string -> Microsoft.Azure.Management.Network.Models.SecurityAdminConfigurationsDeleteHeaders
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String
The URL of the resource used to check the status of the asynchronous operation.
Applies to
Azure SDK for .NET