ManagedClustersResetServicePrincipalProfileHeaders Constructors

Definition

Overloads

Name Description
ManagedClustersResetServicePrincipalProfileHeaders()

Initializes a new instance of the ManagedClustersResetServicePrincipalProfileHeaders class.

ManagedClustersResetServicePrincipalProfileHeaders(String)

Initializes a new instance of the ManagedClustersResetServicePrincipalProfileHeaders class.

ManagedClustersResetServicePrincipalProfileHeaders(String, Nullable<Int32>)

Initializes a new instance of the ManagedClustersResetServicePrincipalProfileHeaders class.

ManagedClustersResetServicePrincipalProfileHeaders()

Initializes a new instance of the ManagedClustersResetServicePrincipalProfileHeaders class.

public ManagedClustersResetServicePrincipalProfileHeaders();
Public Sub New ()

Applies to

ManagedClustersResetServicePrincipalProfileHeaders(String)

Initializes a new instance of the ManagedClustersResetServicePrincipalProfileHeaders class.

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

Parameters

location
String

Applies to

ManagedClustersResetServicePrincipalProfileHeaders(String, Nullable<Int32>)

Initializes a new instance of the ManagedClustersResetServicePrincipalProfileHeaders class.

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

Parameters

location
String
retryAfter
Nullable<Int32>

Applies to