PrivateEndpointConnectionsDeleteHeaders Constructors

Definition

Overloads

Name Description
PrivateEndpointConnectionsDeleteHeaders()

Initializes a new instance of the PrivateEndpointConnectionsDeleteHeaders class.

PrivateEndpointConnectionsDeleteHeaders(String, Nullable<Int32>)

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(String, Nullable<Int32>)

Initializes a new instance of the PrivateEndpointConnectionsDeleteHeaders class.

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

Parameters

azureAsyncOperation
String
retryAfter
Nullable<Int32>

Applies to