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