NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties 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.
PrivateLinkConnection properties for the network interface.
public class NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties>
public class NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties
type NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties = class
interface IJsonModel<NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties>
interface IPersistableModel<NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties>
type NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties = class
Public Class NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties
Implements IJsonModel(Of NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties), IPersistableModel(Of NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties)
Public Class NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties
- Inheritance
-
NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties
- Implements
Properties
Fqdns |
List of FQDNs for current private link connection. |
GroupId |
The group ID for current private link connection. |
RequiredMemberName |
The required member name for current private link connection. |
Explicit Interface Implementations
IJsonModel<NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET