Compartir a través de


MachineLearningMountState Estructura

Definición

Estado de montaje.

public readonly struct MachineLearningMountState : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningMountState>
type MachineLearningMountState = struct
Public Structure MachineLearningMountState
Implements IEquatable(Of MachineLearningMountState)
Herencia
MachineLearningMountState
Implementaciones

Constructores

MachineLearningMountState(String)

Inicializa una nueva instancia de la clase MachineLearningMountState.

Propiedades

Mounted

Montado.

MountFailed

MountFailed.

MountRequested

MountRequested.

Unmounted

Desmontado.

UnmountFailed

DesmontajeFailed.

UnmountRequested

UnmountRequested.

Métodos

Equals(MachineLearningMountState)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(MachineLearningMountState, MachineLearningMountState)

Determina si dos MachineLearningMountState valores son los mismos.

Implicit(String to MachineLearningMountState)

Convierte una cadena en un MachineLearningMountState.

Inequality(MachineLearningMountState, MachineLearningMountState)

Determina si dos MachineLearningMountState valores no son los mismos.

Se aplica a