Share via


IPortRange Interface

Definition

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

Properties

Name Description
PortEnd

The maximum port that is included in the range. It should be ranged from 1 to 65535, and be greater than or equal to portStart.

PortStart

The minimum port that is included in the range. It should be ranged from 1 to 65535, and be less than or equal to portEnd.

Protocol

The network protocol of the port.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to