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