Bagikan melalui


IIPAddress Interface

Definition

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

Properties

Address

Represents the IP Address.

SubnetAddressPrefix

Represents address prefix.

Version

Represents the Ip Address Version.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to