Share via


NetworkManagersDeleteHeaders Constructors

Definition

Overloads

NetworkManagersDeleteHeaders()

Initializes a new instance of the NetworkManagersDeleteHeaders class.

NetworkManagersDeleteHeaders(String)

Initializes a new instance of the NetworkManagersDeleteHeaders class.

NetworkManagersDeleteHeaders()

Initializes a new instance of the NetworkManagersDeleteHeaders class.

public NetworkManagersDeleteHeaders ();
Public Sub New ()

Applies to

NetworkManagersDeleteHeaders(String)

Initializes a new instance of the NetworkManagersDeleteHeaders class.

public NetworkManagersDeleteHeaders (string location = default);
new Microsoft.Azure.Management.Network.Models.NetworkManagersDeleteHeaders : string -> Microsoft.Azure.Management.Network.Models.NetworkManagersDeleteHeaders
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