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 com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithDescription
withDescription
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithDestinationAddressOrSecurityGroup
toAddress, toAddresses, toAnyAddress, withDestinationApplicationSecurityGroup
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithDestinationPort
toAnyPort, toPort, toPortRange, toPortRanges
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithDirectionAccess
allowInbound, allowOutbound, denyInbound, denyOutbound
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithPriority
withPriority
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithProtocol
withAnyProtocol, withProtocol
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup
fromAddress, fromAddresses, fromAnyAddress, withSourceApplicationSecurityGroup
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithSourcePort
fromAnyPort, fromPort, fromPortRange, fromPortRanges