DevTestLabNetworkInterface 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.
Properties of a network interface.
public class DevTestLabNetworkInterface : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabNetworkInterface>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabNetworkInterface>
public class DevTestLabNetworkInterface
type DevTestLabNetworkInterface = class
interface IJsonModel<DevTestLabNetworkInterface>
interface IPersistableModel<DevTestLabNetworkInterface>
type DevTestLabNetworkInterface = class
Public Class DevTestLabNetworkInterface
Implements IJsonModel(Of DevTestLabNetworkInterface), IPersistableModel(Of DevTestLabNetworkInterface)
Public Class DevTestLabNetworkInterface
- Inheritance
-
DevTestLabNetworkInterface
- Implements
Constructors
DevTestLabNetworkInterface() |
Initializes a new instance of DevTestLabNetworkInterface. |
Properties
DnsName |
The DNS name. |
PrivateIPAddress |
The private IP address. |
PublicIPAddress |
The public IP address. |
PublicIPAddressId |
The resource ID of the public IP address. |
RdpAuthority |
The RdpAuthority property is a server DNS host name or IP address followed by the service port number for RDP (Remote Desktop Protocol). |
SharedPublicIPAddressInboundNatRules |
The incoming NAT rules. |
SshAuthority |
The SshAuthority property is a server DNS host name or IP address followed by the service port number for SSH. |
SubnetId |
The resource ID of the sub net. |
VirtualNetworkId |
The resource ID of the virtual network. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DevTestLabNetworkInterface>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DevTestLabNetworkInterface>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DevTestLabNetworkInterface>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DevTestLabNetworkInterface>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DevTestLabNetworkInterface>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |