Freigeben über


GroupConnectivityInformation Class

Definition

Represents of a connection's group information.

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

Constructors

Name Description
GroupConnectivityInformation()

Initializes a new instance of GroupConnectivityInformation.

Properties

Name Description
CustomerVisibleFqdns

Gets or sets customer visible FQDNs.

GroupId

Gets or sets group id.

InternalFqdn

Gets or sets Internal Fqdn.

MemberName

Gets or sets member name.

PrivateLinkServiceArmRegion

Gets or sets the private link service arm region.

RedirectMapId

Gets or sets the redirect map id.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<GroupConnectivityInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GroupConnectivityInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GroupConnectivityInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GroupConnectivityInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to