Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityRule.DefinitionStages.WithAttach
-
Packages that use NetworkSecurityRule.DefinitionStages.WithAttach Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkSecurityRule.DefinitionStages.WithAttach in com.microsoft.azure.management.network
Subinterfaces of NetworkSecurityRule.DefinitionStages.WithAttach in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceNetworkSecurityRule.Definition<ParentT>The entirety of a network security rule definition.Methods in com.microsoft.azure.management.network that return NetworkSecurityRule.DefinitionStages.WithAttach Modifier and Type Method Description NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>NetworkSecurityRule.DefinitionStages.WithProtocol. withAnyProtocol()Makes this rule apply to any supported protocol.NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>NetworkSecurityRule.DefinitionStages.WithDescription. withDescription(String description)Specifies a description for this security rule.NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>NetworkSecurityRule.DefinitionStages.WithPriority. withPriority(int priority)Specifies the priority to assign to this rule.NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>NetworkSecurityRule.DefinitionStages.WithProtocol. withProtocol(SecurityRuleProtocol protocol)Specifies the protocol that this rule applies to.
-