Delen via


NetworkInterfaceResourceNames Class

Definition

The resource names object for network interface and related resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.NetworkInterfaceResourceNamesTypeConverter))]
public class NetworkInterfaceResourceNames : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.INetworkInterfaceResourceNames
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.NetworkInterfaceResourceNamesTypeConverter))>]
type NetworkInterfaceResourceNames = class
    interface INetworkInterfaceResourceNames
    interface IJsonSerializable
Public Class NetworkInterfaceResourceNames
Implements INetworkInterfaceResourceNames
Inheritance
NetworkInterfaceResourceNames
Attributes
Implements

Constructors

NetworkInterfaceResourceNames()

Creates an new NetworkInterfaceResourceNames instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkInterfaceResourceNames.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkInterfaceResourceNames.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.INetworkInterfaceResourceNames.

FromJsonString(String)

Creates a new instance of NetworkInterfaceResourceNames, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkInterfaceResourceNames into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to