NetworkManagerDeploymentStatusContent Class

Definition

Network Manager Deployment Status Parameter.

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

Constructors

NetworkManagerDeploymentStatusContent()

Initializes a new instance of NetworkManagerDeploymentStatusContent.

Properties

DeploymentTypes

List of deployment types.

Regions

List of locations.

SkipToken

Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

Explicit Interface Implementations

IJsonModel<NetworkManagerDeploymentStatusContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkManagerDeploymentStatusContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkManagerDeploymentStatusContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkManagerDeploymentStatusContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkManagerDeploymentStatusContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to