ManagedClustersRunCommandHeaders Constructors

Definition

Overloads

Name Description
ManagedClustersRunCommandHeaders()

Initializes a new instance of the ManagedClustersRunCommandHeaders class.

ManagedClustersRunCommandHeaders(String)

Initializes a new instance of the ManagedClustersRunCommandHeaders class.

ManagedClustersRunCommandHeaders(String, Nullable<Int32>)

Initializes a new instance of the ManagedClustersRunCommandHeaders class.

ManagedClustersRunCommandHeaders()

Initializes a new instance of the ManagedClustersRunCommandHeaders class.

public ManagedClustersRunCommandHeaders();
Public Sub New ()

Applies to

ManagedClustersRunCommandHeaders(String)

Initializes a new instance of the ManagedClustersRunCommandHeaders class.

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

Parameters

location
String

Applies to

ManagedClustersRunCommandHeaders(String, Nullable<Int32>)

Initializes a new instance of the ManagedClustersRunCommandHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to