NetworkManagerCommit Class

Definition

Network Manager Commit.

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

Constructors

NetworkManagerCommit(IEnumerable<String>, NetworkConfigurationDeploymentType)

Initializes a new instance of NetworkManagerCommit.

Properties

CommitId

Commit Id.

CommitType

Commit Type.

ConfigurationIds

List of configuration ids.

TargetLocations

List of target locations.

Explicit Interface Implementations

IJsonModel<NetworkManagerCommit>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkManagerCommit>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkManagerCommit>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkManagerCommit>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkManagerCommit>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to