Share via


ManagedClusterSecurityProfileWorkloadIdentity Constructors

Definition

Overloads

ManagedClusterSecurityProfileWorkloadIdentity()

Initializes a new instance of the ManagedClusterSecurityProfileWorkloadIdentity class.

ManagedClusterSecurityProfileWorkloadIdentity(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterSecurityProfileWorkloadIdentity class.

ManagedClusterSecurityProfileWorkloadIdentity()

Initializes a new instance of the ManagedClusterSecurityProfileWorkloadIdentity class.

public ManagedClusterSecurityProfileWorkloadIdentity ();
Public Sub New ()

Applies to

ManagedClusterSecurityProfileWorkloadIdentity(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterSecurityProfileWorkloadIdentity class.

public ManagedClusterSecurityProfileWorkloadIdentity (bool? enabled = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity : Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterSecurityProfileWorkloadIdentity
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing)

Parameters

enabled
Nullable<Boolean>

Whether to enable workload identity.

Applies to