IotHubPrivateLinkServiceConnectionState 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.
The current state of a private endpoint connection.
public class IotHubPrivateLinkServiceConnectionState
public class IotHubPrivateLinkServiceConnectionState : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotHub.Models.IotHubPrivateLinkServiceConnectionState>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotHub.Models.IotHubPrivateLinkServiceConnectionState>
type IotHubPrivateLinkServiceConnectionState = class
type IotHubPrivateLinkServiceConnectionState = class
interface IJsonModel<IotHubPrivateLinkServiceConnectionState>
interface IPersistableModel<IotHubPrivateLinkServiceConnectionState>
Public Class IotHubPrivateLinkServiceConnectionState
Public Class IotHubPrivateLinkServiceConnectionState
Implements IJsonModel(Of IotHubPrivateLinkServiceConnectionState), IPersistableModel(Of IotHubPrivateLinkServiceConnectionState)
- Inheritance
-
IotHubPrivateLinkServiceConnectionState
- Implements
Constructors
IotHubPrivateLinkServiceConnectionState(IotHubPrivateLinkServiceConnectionStatus, String) |
Initializes a new instance of IotHubPrivateLinkServiceConnectionState. |
Properties
ActionsRequired |
Actions required for a private endpoint connection. |
Description |
The description for the current state of a private endpoint connection. |
Status |
The status of a private endpoint connection. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<IotHubPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IotHubPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IotHubPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IotHubPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IotHubPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET