Partager via


NetworkSecurityRule.UpdateDefinition<ParentT> Interface

Paramètres de type

ParentT

type de retour du final attach()

public interface UpdateDefinition extends NetworkSecurityRule.UpdateDefinitionStages.Blank,NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess,NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddress,NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort,NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddress,NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort,NetworkSecurityRule.UpdateDefinitionStages.WithProtocol,NetworkSecurityRule.UpdateDefinitionStages.WithAttach

Intégralité d’une définition de règle de sécurité réseau dans le cadre d’une mise à jour de groupe de sécurité réseau.

Membres hérités

NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess<ParentT>.allowInbound() NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess<ParentT>.allowOutbound() Attachable.InUpdate<ParentT>.attach() NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess<ParentT>.denyInbound() NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess<ParentT>.denyOutbound() NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddress<ParentT>.fromAddress(String cidr) NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddress<ParentT>.fromAnyAddress() NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>.fromAnyPort() NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>.fromPort(int port) NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>.fromPortRange(int from, int to) NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddress<ParentT>.toAddress(String cidr) NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddress<ParentT>.toAnyAddress() NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT>.toAnyPort() NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT>.toPort(int port) NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT>.toPortRange(int from, int to) NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>.withAnyProtocol() NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT>.withDescription(String descrtiption) NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT>.withPriority(int priority) NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>.withProtocol(SecurityRuleProtocol protocol)

S’applique à