AvsPrivateCloudEndpoints Class

Definition

Endpoint addresses.

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

Properties

HcxCloudManager

Endpoint for the HCX Cloud Manager.

NsxtManager

Endpoint for the NSX-T Data Center manager.

Vcsa

Endpoint for Virtual Center Server Appliance.

Explicit Interface Implementations

IJsonModel<AvsPrivateCloudEndpoints>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvsPrivateCloudEndpoints>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvsPrivateCloudEndpoints>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvsPrivateCloudEndpoints>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvsPrivateCloudEndpoints>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to