GroupConnectivityInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Group connectivity details.
public class GroupConnectivityInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceUpdate.Models.GroupConnectivityInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceUpdate.Models.GroupConnectivityInformation>
public class GroupConnectivityInformation
type GroupConnectivityInformation = class
interface IJsonModel<GroupConnectivityInformation>
interface IPersistableModel<GroupConnectivityInformation>
type GroupConnectivityInformation = class
Public Class GroupConnectivityInformation
Implements IJsonModel(Of GroupConnectivityInformation), IPersistableModel(Of GroupConnectivityInformation)
Public Class GroupConnectivityInformation
- Inheritance
-
GroupConnectivityInformation
- Implements
Constructors
GroupConnectivityInformation() |
Initializes a new instance of GroupConnectivityInformation. |
Properties
CustomerVisibleFqdns |
List of customer visible FQDNs. |
GroupId |
Group ID. |
InternalFqdn |
Internal FQDN. |
MemberName |
Member name. |
PrivateLinkServiceArmRegion |
PrivateLinkService ARM region. |
RedirectMapId |
Redirect map ID. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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. |