IotHubPrivateEndpointGroupInformationProperties Class

Definition

The properties for a group information object.

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

Properties

GroupId

The group id.

RequiredDnsZoneNames

The required DNS zones for a specific group id.

RequiredMembers

The required members for a specific group id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotHubPrivateEndpointGroupInformationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotHubPrivateEndpointGroupInformationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotHubPrivateEndpointGroupInformationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotHubPrivateEndpointGroupInformationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotHubPrivateEndpointGroupInformationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to