Dela via


AgentPoolNetworkPortRange Class

Definition

The port range.

public class AgentPoolNetworkPortRange : Azure.Provisioning.Primitives.ProvisionableConstruct
type AgentPoolNetworkPortRange = class
    inherit ProvisionableConstruct
Public Class AgentPoolNetworkPortRange
Inherits ProvisionableConstruct
Inheritance
AgentPoolNetworkPortRange

Constructors

AgentPoolNetworkPortRange()

Creates a new AgentPoolNetworkPortRange.

Properties

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

DefineProvisionableProperties()

Define all the provisionable properties of AgentPoolNetworkPortRange.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to