NetworkManagerDeploymentStatus Class

Definition

Network Manager Deployment Status.

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

Properties

CommitOn

Commit Time.

ConfigurationIds

List of configuration ids.

DeploymentState

Deployment Status.

DeploymentType

Configuration Deployment Type.

ErrorMessage

Error Message.

Region

Region Name.

Explicit Interface Implementations

IJsonModel<NetworkManagerDeploymentStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkManagerDeploymentStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkManagerDeploymentStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkManagerDeploymentStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkManagerDeploymentStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to