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

IIPConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPConfigurationTypeConverter))]
public interface IIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPConfigurationTypeConverter))>]
type IIPConfiguration = interface
    interface IJsonSerializable
Public Interface IIPConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Gateway

Gateway for network interface

IPAddress

PrivateIPAddress - Private IP address of the IP configuration.

Name

Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.

PrefixLength

prefixLength for network interface

SubnetId

ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to