Share via


PrivateEndpointConnectionsPutHeaders Constructors

Definition

Overloads

PrivateEndpointConnectionsPutHeaders()

Initializes a new instance of the PrivateEndpointConnectionsPutHeaders class.

PrivateEndpointConnectionsPutHeaders(Nullable<Int32>, String)

Initializes a new instance of the PrivateEndpointConnectionsPutHeaders class.

PrivateEndpointConnectionsPutHeaders()

Initializes a new instance of the PrivateEndpointConnectionsPutHeaders class.

public PrivateEndpointConnectionsPutHeaders ();
Public Sub New ()

Applies to

PrivateEndpointConnectionsPutHeaders(Nullable<Int32>, String)

Initializes a new instance of the PrivateEndpointConnectionsPutHeaders class.

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

Parameters

retryAfter
Nullable<Int32>

(specified only if operation does not finish synchronously) The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation.

azureAsyncOperation
String

(specified only if operation does not finish synchronously) The URI to poll for completion status. The response of this URI may be synchronous or asynchronous.

Applies to