NetworkManagerDeploymentStatus Class
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.
Compatibility declaration for the NetworkManagerDeploymentStatus type.
public class NetworkManagerDeploymentStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus>
type NetworkManagerDeploymentStatus = class
interface IJsonModel<NetworkManagerDeploymentStatus>
interface IPersistableModel<NetworkManagerDeploymentStatus>
Public Class NetworkManagerDeploymentStatus
Implements IJsonModel(Of NetworkManagerDeploymentStatus), IPersistableModel(Of NetworkManagerDeploymentStatus)
- Inheritance
-
NetworkManagerDeploymentStatus
- Implements
Properties
| Name | Description |
|---|---|
| CommitOn |
Commit Time. |
| ConfigurationIds |
List of configuration ids. |
| DeploymentState |
Compatibility member. |
| DeploymentStatus |
Deployment Status. |
| DeploymentType |
Configuration Deployment Type. |
| ErrorMessage |
Error Message. |
| Region |
Region Name. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |