NotificationHubPrivateEndpointConnectionProperties 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.
Private Endpoint Connection properties.
public class NotificationHubPrivateEndpointConnectionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubPrivateEndpointConnectionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubPrivateEndpointConnectionProperties>
type NotificationHubPrivateEndpointConnectionProperties = class
interface IJsonModel<NotificationHubPrivateEndpointConnectionProperties>
interface IPersistableModel<NotificationHubPrivateEndpointConnectionProperties>
Public Class NotificationHubPrivateEndpointConnectionProperties
Implements IJsonModel(Of NotificationHubPrivateEndpointConnectionProperties), IPersistableModel(Of NotificationHubPrivateEndpointConnectionProperties)
- Inheritance
-
NotificationHubPrivateEndpointConnectionProperties
- Implements
Constructors
NotificationHubPrivateEndpointConnectionProperties() |
Initializes a new instance of NotificationHubPrivateEndpointConnectionProperties. |
Properties
ConnectionState |
State of the Private Link Service connection. |
GroupIds |
List of group ids. For Notification Hubs, it always contains a single "namespace" element. |
PrivateEndpointId |
Gets Id. |
ProvisioningState |
State of Private Endpoint Connection. |
Explicit Interface Implementations
IJsonModel<NotificationHubPrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NotificationHubPrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NotificationHubPrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NotificationHubPrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NotificationHubPrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET