Uses of Class
com.azure.resourcemanager.sql.fluent.models.VirtualNetworkRuleProperties
Packages that use VirtualNetworkRuleProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of VirtualNetworkRuleProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type VirtualNetworkRulePropertiesModifier and TypeClassDescriptionfinal classProperties of a virtual network rule.Methods in com.azure.resourcemanager.sql.fluent.models that return VirtualNetworkRulePropertiesModifier and TypeMethodDescriptionstatic VirtualNetworkRulePropertiesVirtualNetworkRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkRuleProperties from the JsonReader.VirtualNetworkRuleProperties.withIgnoreMissingVnetServiceEndpoint(Boolean ignoreMissingVnetServiceEndpoint) Set the ignoreMissingVnetServiceEndpoint property: Create firewall rule before the virtual network has vnet service endpoint enabled.VirtualNetworkRuleProperties.withVirtualNetworkSubnetId(String virtualNetworkSubnetId) Set the virtualNetworkSubnetId property: The ARM resource id of the virtual network subnet.