Uses of Interface
com.azure.resourcemanager.network.models.NetworkSecurityRule.DefinitionStages.WithAttach
Packages that use NetworkSecurityRule.DefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkSecurityRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of NetworkSecurityRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceNetworkSecurityRule.Definition<ParentT>The entirety of a network security rule definition.Methods in com.azure.resourcemanager.network.models that return NetworkSecurityRule.DefinitionStages.WithAttachModifier and TypeMethodDescriptionNetworkSecurityRule.DefinitionStages.WithProtocol.withAnyProtocol()Makes this rule apply to any supported protocol.NetworkSecurityRule.DefinitionStages.WithDescription.withDescription(String description) Specifies a description for this security rule.NetworkSecurityRule.DefinitionStages.WithPriority.withPriority(int priority) Specifies the priority to assign to this rule.NetworkSecurityRule.DefinitionStages.WithProtocol.withProtocol(SecurityRuleProtocol protocol) Specifies the protocol that this rule applies to.