Share via


PrivateEndpointConnectionUpdateHeaders Constructors

Definition

Overloads

PrivateEndpointConnectionUpdateHeaders()

Initializes a new instance of the PrivateEndpointConnectionUpdateHeaders class.

PrivateEndpointConnectionUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the PrivateEndpointConnectionUpdateHeaders class.

PrivateEndpointConnectionUpdateHeaders()

Initializes a new instance of the PrivateEndpointConnectionUpdateHeaders class.

public PrivateEndpointConnectionUpdateHeaders ();
Public Sub New ()

Applies to

PrivateEndpointConnectionUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the PrivateEndpointConnectionUpdateHeaders class.

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

Parameters

location
String

The URL of the resource used to check the status of the asynchronous operation.

retryAfter
Nullable<Int32>

Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.

Applies to