Interface NetworkSecurityRule.Definition<ParentT>
- Type Parameters:
ParentT- the return type of the finalAttachable.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>, NetworkSecurityRule.DefinitionStages.Blank<ParentT>, NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>, NetworkSecurityRule.DefinitionStages.WithDescription<ParentT>, NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>, NetworkSecurityRule.DefinitionStages.WithDestinationPort<ParentT>, NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT>, NetworkSecurityRule.DefinitionStages.WithPriority<ParentT>, NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT>, NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>, NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT>
- Enclosing interface:
NetworkSecurityRule
public static interface NetworkSecurityRule.Definition<ParentT>
extends NetworkSecurityRule.DefinitionStages.Blank<ParentT>, NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>, NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT>, NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>, NetworkSecurityRule.DefinitionStages.WithSourcePort<ParentT>, NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>, NetworkSecurityRule.DefinitionStages.WithDestinationPort<ParentT>, NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT>
The entirety of a network security rule definition.
-
Method Summary
Methods inherited from interface Attachable.InDefinition
attachMethods inherited from interface NetworkSecurityRule.DefinitionStages.WithDescription
withDescriptionMethods inherited from interface NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup
toAddress, toAddresses, toAnyAddress, withDestinationApplicationSecurityGroup, withDestinationApplicationSecurityGroupMethods inherited from interface NetworkSecurityRule.DefinitionStages.WithDestinationPort
toAnyPort, toPort, toPortRange, toPortRangesMethods inherited from interface NetworkSecurityRule.DefinitionStages.WithDirectionAccess
allowInbound, allowOutbound, denyInbound, denyOutboundMethods inherited from interface NetworkSecurityRule.DefinitionStages.WithPriority
withPriorityMethods inherited from interface NetworkSecurityRule.DefinitionStages.WithProtocol
withAnyProtocol, withProtocolMethods inherited from interface NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup
fromAddress, fromAddresses, fromAnyAddress, withSourceApplicationSecurityGroup, withSourceApplicationSecurityGroupMethods inherited from interface NetworkSecurityRule.DefinitionStages.WithSourcePort
fromAnyPort, fromPort, fromPortRange, fromPortRanges