Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PrivateAccessProperties
Packages that use PrivateAccessProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of PrivateAccessProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return PrivateAccessPropertiesModifier and TypeMethodDescriptionstatic PrivateAccessPropertiesPrivateAccessProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateAccessProperties from the JsonReader.PrivateAccessProperties.withEnabled(Boolean enabled) Set the enabled property: Whether private access is enabled or not.PrivateAccessProperties.withVirtualNetworks(List<PrivateAccessVirtualNetwork> virtualNetworks) Set the virtualNetworks property: The Virtual Networks (and subnets) allowed to access the site privately.