NetworkSecurityRule.UpdateDefinition<ParentT> Interface

Type Parameters

ParentT

the return type of the 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

The entirety of a network security rule definition as part of a network security group update.

Inherited Members

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)

Applies to