PrivateEndpointConnectionsDeleteHeaders Constructors

Definition

Overloads

PrivateEndpointConnectionsDeleteHeaders()

Initializes a new instance of the PrivateEndpointConnectionsDeleteHeaders class.

PrivateEndpointConnectionsDeleteHeaders(Nullable<Int32>, String)

Initializes a new instance of the PrivateEndpointConnectionsDeleteHeaders class.

PrivateEndpointConnectionsDeleteHeaders()

Initializes a new instance of the PrivateEndpointConnectionsDeleteHeaders class.

public PrivateEndpointConnectionsDeleteHeaders ();
Public Sub New ()

Applies to

PrivateEndpointConnectionsDeleteHeaders(Nullable<Int32>, String)

Initializes a new instance of the PrivateEndpointConnectionsDeleteHeaders class.

public PrivateEndpointConnectionsDeleteHeaders (int? retryAfter = default, string location = default);
new Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionsDeleteHeaders : Nullable<int> * string -> Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionsDeleteHeaders
Public Sub New (Optional retryAfter As Nullable(Of Integer) = Nothing, Optional location As String = Nothing)

Parameters

retryAfter
Nullable<Int32>

The recommended number of seconds to wait before calling the URI specified in the location header.

location
String

The URI to poll for completion status.

Applies to