ManagedClustersStopHeaders Constructors

Definition

Overloads

Name Description
ManagedClustersStopHeaders()

Initializes a new instance of the ManagedClustersStopHeaders class.

ManagedClustersStopHeaders(String)

Initializes a new instance of the ManagedClustersStopHeaders class.

ManagedClustersStopHeaders(String, Nullable<Int32>)

Initializes a new instance of the ManagedClustersStopHeaders class.

ManagedClustersStopHeaders()

Initializes a new instance of the ManagedClustersStopHeaders class.

public ManagedClustersStopHeaders();
Public Sub New ()

Applies to

ManagedClustersStopHeaders(String)

Initializes a new instance of the ManagedClustersStopHeaders class.

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

Parameters

location
String

Applies to

ManagedClustersStopHeaders(String, Nullable<Int32>)

Initializes a new instance of the ManagedClustersStopHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to