Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkSecurityGroupPropertiesFormat
Packages that use NetworkSecurityGroupPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of NetworkSecurityGroupPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type NetworkSecurityGroupPropertiesFormatModifier and TypeClassDescriptionfinal classNetwork Security Group resource.Methods in com.azure.resourcemanager.network.fluent.models that return NetworkSecurityGroupPropertiesFormatModifier and TypeMethodDescriptionNetworkSecurityGroupPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkSecurityGroupPropertiesFormat from the JsonReader.NetworkSecurityGroupPropertiesFormat.withFlushConnection(Boolean flushConnection) Set the flushConnection property: When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates.NetworkSecurityGroupPropertiesFormat.withSecurityRules(List<SecurityRuleInner> securityRules) Set the securityRules property: A collection of security rules of the network security group.