Share via


PublicCloudConnectorProperties Class

Definition

Properties of public cloud connectors.

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

Constructors

PublicCloudConnectorProperties(AwsCloudProfile, PublicCloudHostType)

Initializes a new instance of PublicCloudConnectorProperties.

Properties

AwsCloudProfile

Cloud profile for AWS.

ConnectorPrimaryIdentifier

Connector primary identifier.

HostType

Host cloud the public cloud connector.

ProvisioningState

The resource provisioning state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PublicCloudConnectorProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PublicCloudConnectorProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PublicCloudConnectorProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PublicCloudConnectorProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PublicCloudConnectorProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to