Partilhar via


IWithSourcePort<ParentT>.FromPortRange(Int32, Int32) Método

Definição

Especifica o intervalo de portas de origem ao qual essa regra se aplica.

public Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithDestinationAddressOrSecurityGroup<ParentT> FromPortRange (int from, int to);
abstract member FromPortRange : int * int -> Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithDestinationAddressOrSecurityGroup<'ParentT>
Public Function FromPortRange (from As Integer, to As Integer) As IWithDestinationAddressOrSecurityGroup(Of ParentT)

Parâmetros

from
Int32

O número da porta inicial.

to
Int32

O número final da porta.

Retornos

Aplica-se a