Bagikan melalui


AdminRuleCollectionsDeleteHeaders Constructors

Definition

Overloads

AdminRuleCollectionsDeleteHeaders()

Initializes a new instance of the AdminRuleCollectionsDeleteHeaders class.

AdminRuleCollectionsDeleteHeaders(String)

Initializes a new instance of the AdminRuleCollectionsDeleteHeaders class.

AdminRuleCollectionsDeleteHeaders()

Initializes a new instance of the AdminRuleCollectionsDeleteHeaders class.

public AdminRuleCollectionsDeleteHeaders ();
Public Sub New ()

Applies to

AdminRuleCollectionsDeleteHeaders(String)

Initializes a new instance of the AdminRuleCollectionsDeleteHeaders class.

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