Share via


ManagedNetworkProvisionStatus Class

Definition

Status of the Provisioning for the managed network of a machine learning workspace.

public class ManagedNetworkProvisionStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.ManagedNetworkProvisionStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.ManagedNetworkProvisionStatus>
public class ManagedNetworkProvisionStatus
type ManagedNetworkProvisionStatus = class
    interface IJsonModel<ManagedNetworkProvisionStatus>
    interface IPersistableModel<ManagedNetworkProvisionStatus>
type ManagedNetworkProvisionStatus = class
Public Class ManagedNetworkProvisionStatus
Implements IJsonModel(Of ManagedNetworkProvisionStatus), IPersistableModel(Of ManagedNetworkProvisionStatus)
Public Class ManagedNetworkProvisionStatus
Inheritance
ManagedNetworkProvisionStatus
Implements

Constructors

ManagedNetworkProvisionStatus()

Initializes a new instance of ManagedNetworkProvisionStatus.

Properties

SparkReady

Gets or sets the spark ready.

Status

Status for the managed network of a machine learning workspace.

Explicit Interface Implementations

IJsonModel<ManagedNetworkProvisionStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedNetworkProvisionStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedNetworkProvisionStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedNetworkProvisionStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedNetworkProvisionStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to