IKubernetes Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.KubernetesTypeConverter))]
public interface IKubernetes : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICompute, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IKubernetesSchema
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.KubernetesTypeConverter))>]
type IKubernetes = interface
interface IJsonSerializable
interface ICompute
interface IKubernetesSchema
Public Interface IKubernetes
Implements ICompute, IKubernetesSchema
- Derived
- Attributes
- Implements
Properties
CreatedOn |
The time at which the compute was created. (Inherited from ICompute) |
DefaultInstanceType |
Default instance type (Inherited from IKubernetesSchema) |
Description |
The description of the Machine Learning compute. (Inherited from ICompute) |
DisableLocalAuth |
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. (Inherited from ICompute) |
ExtensionInstanceReleaseTrain |
Extension instance release train. (Inherited from IKubernetesSchema) |
ExtensionPrincipalId |
Extension principal-id. (Inherited from IKubernetesSchema) |
InstanceType |
Instance Type Schema (Inherited from IKubernetesSchema) |
IsAttachedCompute |
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. (Inherited from ICompute) |
Location |
Location for the underlying compute (Inherited from ICompute) |
ModifiedOn |
The time at which the compute was last modified. (Inherited from ICompute) |
Namespace |
Compute namespace (Inherited from IKubernetesSchema) |
ProvisioningError |
Errors during provisioning (Inherited from ICompute) |
ProvisioningState |
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. (Inherited from ICompute) |
RelayConnectionString |
Relay connection string. (Inherited from IKubernetesSchema) |
ResourceId |
ARM resource id of the underlying compute (Inherited from ICompute) |
ServiceBusConnectionString |
ServiceBus connection string. (Inherited from IKubernetesSchema) |
Type |
The type of compute (Inherited from ICompute) |
VcName |
VC name. (Inherited from IKubernetesSchema) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |