你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INetworkInterfaceResourceNames Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.NetworkInterfaceResourceNamesTypeConverter))]
public interface INetworkInterfaceResourceNames : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.NetworkInterfaceResourceNamesTypeConverter))>]
type INetworkInterfaceResourceNames = interface
    interface IJsonSerializable
Public Interface INetworkInterfaceResourceNames
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to