Compartilhar via


IWithAttach<ParentT> Interface

Definição

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithCreate>,Microsoft.Azure.Management.Network.Fluent.Models.PcProtocol>, Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IWithLocalIP<ParentT>, Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IWithLocalPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IWithRemoteIPAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IWithRemotePort<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IBlank<'ParentT>
    interface IWithProtocol<IWithAttach<IWithCreate>, PcProtocol>
    interface IWithLocalIP<'ParentT>
    interface IWithRemoteIPAddress<'ParentT>
    interface IWithLocalPort<'ParentT>
    interface IWithRemotePort<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithLocalIP(Of ParentT), IWithLocalPort(Of ParentT), IWithProtocol(Of IWithAttach(Of IWithCreate), PcProtocol), IWithRemoteIPAddress(Of ParentT), IWithRemotePort(Of ParentT)

Parâmetros de tipo

ParentT
Derivado
Implementações

Métodos

Attach() (Herdado de IInDefinition<ParentT>)
WithLocalIPAddress(String)

Defina o endereço IP local para ser filtrado.

(Herdado de IWithLocalIP<ParentT>)
WithLocalIPAddresses(IList<String>)

Defina a lista de endereços IP locais para filtrar.

(Herdado de IWithLocalIP<ParentT>)
WithLocalIPAddressesRange(String, String)

Defina o intervalo de endereços IP locais para ser filtrado.

(Herdado de IWithLocalIP<ParentT>)
WithLocalPort(Int32)

Defina a porta local para ser filtrada.

(Herdado de IWithLocalPort<ParentT>)
WithLocalPortRange(Int32, Int32)

Defina o intervalo de portas local para ser filtrado.

(Herdado de IWithLocalPort<ParentT>)
WithLocalPorts(IList<Int32>)

Defina a lista de portas locais a serem filtradas.

(Herdado de IWithLocalPort<ParentT>)
WithProtocol(ProtocolT)

Especifica o protocolo de transporte.

(Herdado de IWithProtocol<ReturnT,ProtocolT>)
WithRemoteIPAddress(String)

Defina o endereço IP remoto para ser filtrado.

(Herdado de IWithRemoteIPAddress<ParentT>)
WithRemoteIPAddresses(IList<String>)

Defina a lista de endereços IP remotos para filtrar.

(Herdado de IWithRemoteIPAddress<ParentT>)
WithRemoteIPAddressesRange(String, String)

Defina o intervalo de endereços IP remotos para filtrar.

(Herdado de IWithRemoteIPAddress<ParentT>)
WithRemotePort(Int32)

Defina a porta remota para ser filtrada.

(Herdado de IWithRemotePort<ParentT>)
WithRemotePortRange(Int32, Int32)

Defina o intervalo de portas remoto para ser filtrado.

(Herdado de IWithRemotePort<ParentT>)
WithRemotePorts(IList<Int32>)

Defina a lista de portas remotas a serem filtradas.

(Herdado de IWithRemotePort<ParentT>)

Aplica-se a