ManagedClusterSecurityProfileWorkloadIdentity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)