Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PrivateAccessProperties
-
Packages that use PrivateAccessProperties Package Description com.azure.resourcemanager.appservice.fluent.models 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 PrivateAccessProperties Modifier and Type Method Description PrivateAccessPropertiesPrivateAccessProperties. withEnabled(Boolean enabled)Set the enabled property: Whether private access is enabled or not.PrivateAccessPropertiesPrivateAccessProperties. withVirtualNetworks(List<PrivateAccessVirtualNetwork> virtualNetworks)Set the virtualNetworks property: The Virtual Networks (and subnets) allowed to access the site privately.
-