Share via


IWithRuleProtocol<ParentT> Schnittstelle

Definition

Die Phase der Azure-Firewalldefinition, die das Angeben des Protokolls in der Firewallregel ermöglicht.

public interface IWithRuleProtocol<ParentT>
type IWithRuleProtocol<'ParentT> = interface
Public Interface IWithRuleProtocol(Of ParentT)

Typparameter

ParentT

Die Phase der übergeordneten Definition, zu der nach dem Anfügen dieser Definition zurückzukehren ist.

Abgeleitet

Methoden

WithAnyProtocol()

Fügt das ANY-Protokoll in der Firewallregel hinzu.

WithIcmpProtocol()

Fügt das ICMP-Protokoll in der Firewallregel hinzu.

WithTcpProtocol()

Fügt das TCP-Protokoll in der Firewallregel hinzu.

WithUdpProtocol()

Fügt das UDP-Protokoll der Firewallregel hinzu.

Gilt für: