Bagikan melalui


NetworkGroupsDeleteHeaders Constructors

Definition

Overloads

NetworkGroupsDeleteHeaders()

Initializes a new instance of the NetworkGroupsDeleteHeaders class.

NetworkGroupsDeleteHeaders(String)

Initializes a new instance of the NetworkGroupsDeleteHeaders class.

NetworkGroupsDeleteHeaders()

Initializes a new instance of the NetworkGroupsDeleteHeaders class.

public NetworkGroupsDeleteHeaders ();
Public Sub New ()

Applies to

NetworkGroupsDeleteHeaders(String)

Initializes a new instance of the NetworkGroupsDeleteHeaders class.

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