ManagedClusterAIToolchainOperatorProfile Constructors

Definition

Overloads

Name Description
ManagedClusterAIToolchainOperatorProfile()

Initializes a new instance of the ManagedClusterAIToolchainOperatorProfile class.

ManagedClusterAIToolchainOperatorProfile(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterAIToolchainOperatorProfile class.

ManagedClusterAIToolchainOperatorProfile()

Initializes a new instance of the ManagedClusterAIToolchainOperatorProfile class.

public ManagedClusterAIToolchainOperatorProfile();
Public Sub New ()

Applies to

ManagedClusterAIToolchainOperatorProfile(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterAIToolchainOperatorProfile class.

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

Parameters

enabled
Nullable<Boolean>

Whether to enable AI toolchain operator to the cluster. Indicates if AI toolchain operator enabled or not.

Applies to