ManagedNamespacesDeleteHeaders Constructors

Definition

Overloads

Name Description
ManagedNamespacesDeleteHeaders()

Initializes a new instance of the ManagedNamespacesDeleteHeaders class.

ManagedNamespacesDeleteHeaders(String, String, Nullable<Int32>)

Initializes a new instance of the ManagedNamespacesDeleteHeaders class.

ManagedNamespacesDeleteHeaders()

Initializes a new instance of the ManagedNamespacesDeleteHeaders class.

public ManagedNamespacesDeleteHeaders();
Public Sub New ()

Applies to

ManagedNamespacesDeleteHeaders(String, String, Nullable<Int32>)

Initializes a new instance of the ManagedNamespacesDeleteHeaders class.

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

Parameters

azureAsyncOperation
String
location
String
retryAfter
Nullable<Int32>

Applies to