ComponentProperties Class

Definition

The component properties of the network function.

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

Constructors

Name Description
ComponentProperties()

Initializes a new instance of ComponentProperties.

Properties

Name Description
DeploymentProfile

The JSON-serialized deployment profile of the component resource.

DeploymentStatus

The deployment status of the component resource.

ProvisioningState

The provisioning state of the component resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ComponentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComponentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComponentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComponentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComponentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to