Share via


NetworkManagerCommitsPostHeaders Constructors

Definition

Overloads

NetworkManagerCommitsPostHeaders()

Initializes a new instance of the NetworkManagerCommitsPostHeaders class.

NetworkManagerCommitsPostHeaders(String)

Initializes a new instance of the NetworkManagerCommitsPostHeaders class.

NetworkManagerCommitsPostHeaders()

Initializes a new instance of the NetworkManagerCommitsPostHeaders class.

public NetworkManagerCommitsPostHeaders ();
Public Sub New ()

Applies to

NetworkManagerCommitsPostHeaders(String)

Initializes a new instance of the NetworkManagerCommitsPostHeaders class.

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