ManagedClusterAIToolchainOperatorProfile 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
| 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
Whether to enable AI toolchain operator to the cluster. Indicates if AI toolchain operator enabled or not.