Interface NetworkSecurityRule.UpdateDefinition<ParentT>
- Type Parameters:
ParentT
- the return type of the finalAttachable.InUpdate.attach()
- All Superinterfaces:
Attachable.InUpdate<ParentT>
,NetworkSecurityRule.UpdateDefinitionStages.Blank<ParentT>
,NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT>
,NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>
,NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT>
,NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess<ParentT>
,NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>
,NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>
,NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>
- Enclosing interface:
- NetworkSecurityRule
public static interface NetworkSecurityRule.UpdateDefinition<ParentT>
extends NetworkSecurityRule.UpdateDefinitionStages.Blank<ParentT>, NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess<ParentT>, NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>, NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>, NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>, NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT>, NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>, NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT>
The entirety of a network security rule definition as part of a network security group update.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate
attach
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateDefinitionStages.WithAttach
withDescription, withPriority
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup
toAddress, toAddresses, toAnyAddress, withDestinationApplicationSecurityGroup
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort
toAnyPort, toPort, toPortRange, toPortRanges
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess
allowInbound, allowOutbound, denyInbound, denyOutbound
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateDefinitionStages.WithProtocol
withAnyProtocol, withProtocol
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup
fromAddress, fromAddresses, fromAnyAddress, withSourceApplicationSecurityGroup
Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort
fromAnyPort, fromPort, fromPortRange, fromPortRanges