Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PrivateAccessInner
Packages that use PrivateAccessInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of PrivateAccessInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return PrivateAccessInnerModifier and TypeMethodDescriptionWebAppsClient.getPrivateAccess
(String resourceGroupName, String name) Gets data around private site access enablement and authorized Virtual Networks that can access the site.WebAppsClient.getPrivateAccessSlot
(String resourceGroupName, String name, String slot) Gets data around private site access enablement and authorized Virtual Networks that can access the site.WebAppsClient.putPrivateAccessVnet
(String resourceGroupName, String name, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.WebAppsClient.putPrivateAccessVnetSlot
(String resourceGroupName, String name, String slot, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type PrivateAccessInnerModifier and TypeMethodDescriptionWebAppsClient.getPrivateAccessAsync
(String resourceGroupName, String name) Gets data around private site access enablement and authorized Virtual Networks that can access the site.WebAppsClient.getPrivateAccessSlotAsync
(String resourceGroupName, String name, String slot) Gets data around private site access enablement and authorized Virtual Networks that can access the site.com.azure.core.http.rest.Response
<PrivateAccessInner> WebAppsClient.getPrivateAccessSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets data around private site access enablement and authorized Virtual Networks that can access the site.Mono
<com.azure.core.http.rest.Response<PrivateAccessInner>> WebAppsClient.getPrivateAccessSlotWithResponseAsync
(String resourceGroupName, String name, String slot) Gets data around private site access enablement and authorized Virtual Networks that can access the site.com.azure.core.http.rest.Response
<PrivateAccessInner> WebAppsClient.getPrivateAccessWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets data around private site access enablement and authorized Virtual Networks that can access the site.Mono
<com.azure.core.http.rest.Response<PrivateAccessInner>> WebAppsClient.getPrivateAccessWithResponseAsync
(String resourceGroupName, String name) Gets data around private site access enablement and authorized Virtual Networks that can access the site.WebAppsClient.putPrivateAccessVnetAsync
(String resourceGroupName, String name, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.WebAppsClient.putPrivateAccessVnetSlotAsync
(String resourceGroupName, String name, String slot, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.com.azure.core.http.rest.Response
<PrivateAccessInner> WebAppsClient.putPrivateAccessVnetSlotWithResponse
(String resourceGroupName, String name, String slot, PrivateAccessInner access, com.azure.core.util.Context context) Sets data around private site access enablement and authorized Virtual Networks that can access the site.Mono
<com.azure.core.http.rest.Response<PrivateAccessInner>> WebAppsClient.putPrivateAccessVnetSlotWithResponseAsync
(String resourceGroupName, String name, String slot, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.com.azure.core.http.rest.Response
<PrivateAccessInner> WebAppsClient.putPrivateAccessVnetWithResponse
(String resourceGroupName, String name, PrivateAccessInner access, com.azure.core.util.Context context) Sets data around private site access enablement and authorized Virtual Networks that can access the site.Mono
<com.azure.core.http.rest.Response<PrivateAccessInner>> WebAppsClient.putPrivateAccessVnetWithResponseAsync
(String resourceGroupName, String name, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type PrivateAccessInnerModifier and TypeMethodDescriptionWebAppsClient.putPrivateAccessVnet
(String resourceGroupName, String name, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.WebAppsClient.putPrivateAccessVnetAsync
(String resourceGroupName, String name, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.WebAppsClient.putPrivateAccessVnetSlot
(String resourceGroupName, String name, String slot, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.WebAppsClient.putPrivateAccessVnetSlotAsync
(String resourceGroupName, String name, String slot, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.com.azure.core.http.rest.Response
<PrivateAccessInner> WebAppsClient.putPrivateAccessVnetSlotWithResponse
(String resourceGroupName, String name, String slot, PrivateAccessInner access, com.azure.core.util.Context context) Sets data around private site access enablement and authorized Virtual Networks that can access the site.Mono
<com.azure.core.http.rest.Response<PrivateAccessInner>> WebAppsClient.putPrivateAccessVnetSlotWithResponseAsync
(String resourceGroupName, String name, String slot, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site.com.azure.core.http.rest.Response
<PrivateAccessInner> WebAppsClient.putPrivateAccessVnetWithResponse
(String resourceGroupName, String name, PrivateAccessInner access, com.azure.core.util.Context context) Sets data around private site access enablement and authorized Virtual Networks that can access the site.Mono
<com.azure.core.http.rest.Response<PrivateAccessInner>> WebAppsClient.putPrivateAccessVnetWithResponseAsync
(String resourceGroupName, String name, PrivateAccessInner access) Sets data around private site access enablement and authorized Virtual Networks that can access the site. -
Uses of PrivateAccessInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return PrivateAccessInnerModifier and TypeMethodDescriptionstatic PrivateAccessInner
PrivateAccessInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateAccessInner from the JsonReader.PrivateAccessInner.withEnabled
(Boolean enabled) Set the enabled property: Whether private access is enabled or not.Set the kind property: Kind of resource.PrivateAccessInner.withVirtualNetworks
(List<PrivateAccessVirtualNetwork> virtualNetworks) Set the virtualNetworks property: The Virtual Networks (and subnets) allowed to access the site privately.