ManagedClustersStartHeaders Constructors

Definition

Overloads

Name Description
ManagedClustersStartHeaders()

Initializes a new instance of the ManagedClustersStartHeaders class.

ManagedClustersStartHeaders(String)

Initializes a new instance of the ManagedClustersStartHeaders class.

ManagedClustersStartHeaders(String, Nullable<Int32>)

Initializes a new instance of the ManagedClustersStartHeaders class.

ManagedClustersStartHeaders()

Initializes a new instance of the ManagedClustersStartHeaders class.

public ManagedClustersStartHeaders();
Public Sub New ()

Applies to

ManagedClustersStartHeaders(String)

Initializes a new instance of the ManagedClustersStartHeaders class.

public ManagedClustersStartHeaders(string location = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClustersStartHeaders : string -> Microsoft.Azure.Management.ContainerService.Models.ManagedClustersStartHeaders
Public Sub New (Optional location As String = Nothing)

Parameters

location
String

Applies to

ManagedClustersStartHeaders(String, Nullable<Int32>)

Initializes a new instance of the ManagedClustersStartHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to