NetworkInterfaceResourceNames Class

Definition

The resource names object for network interface and related resources.

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

Constructors

NetworkInterfaceResourceNames()

Initializes a new instance of NetworkInterfaceResourceNames.

Properties

NetworkInterfaceName

The full name for network interface. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}-Nic. In case of HA-AvZone systems, default name will be {SID}-{App/ASCS/DB}-Zone{A/B}-Nic with an incrementor at the end in case of more than 1 instance per layer. For distributed and HA-AvSet systems, default name will be {SID}-{App/ASCS/DB}-Nic with an incrementor at the end in case of more than 1 instance per layer.

Explicit Interface Implementations

IJsonModel<NetworkInterfaceResourceNames>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkInterfaceResourceNames>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkInterfaceResourceNames>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkInterfaceResourceNames>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkInterfaceResourceNames>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to