Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AseV3NetworkingConfigurationInner
Packages that use AseV3NetworkingConfigurationInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of AseV3NetworkingConfigurationInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return AseV3NetworkingConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.getAseV3NetworkingConfiguration(String resourceGroupName, String name) Description for Get networking configuration of an App Service Environment.AppServiceEnvironmentsClient.updateAseNetworkingConfiguration(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Description for Update networking configuration of an App Service Environment.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type AseV3NetworkingConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.getAseV3NetworkingConfigurationAsync(String resourceGroupName, String name) Description for Get networking configuration of an App Service Environment.com.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>AppServiceEnvironmentsClient.getAseV3NetworkingConfigurationWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Description for Get networking configuration of an App Service Environment.Mono<com.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>>AppServiceEnvironmentsClient.getAseV3NetworkingConfigurationWithResponseAsync(String resourceGroupName, String name) Description for Get networking configuration of an App Service Environment.AppServiceEnvironmentsClient.updateAseNetworkingConfigurationAsync(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Description for Update networking configuration of an App Service Environment.com.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>AppServiceEnvironmentsClient.updateAseNetworkingConfigurationWithResponse(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration, com.azure.core.util.Context context) Description for Update networking configuration of an App Service Environment.Mono<com.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>>AppServiceEnvironmentsClient.updateAseNetworkingConfigurationWithResponseAsync(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Description for Update networking configuration of an App Service Environment.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type AseV3NetworkingConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.updateAseNetworkingConfiguration(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Description for Update networking configuration of an App Service Environment.AppServiceEnvironmentsClient.updateAseNetworkingConfigurationAsync(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Description for Update networking configuration of an App Service Environment.com.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>AppServiceEnvironmentsClient.updateAseNetworkingConfigurationWithResponse(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration, com.azure.core.util.Context context) Description for Update networking configuration of an App Service Environment.Mono<com.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>>AppServiceEnvironmentsClient.updateAseNetworkingConfigurationWithResponseAsync(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Description for Update networking configuration of an App Service Environment. -
Uses of AseV3NetworkingConfigurationInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AseV3NetworkingConfigurationInnerModifier and TypeMethodDescriptionAseV3NetworkingConfigurationInner.withAllowNewPrivateEndpointConnections(Boolean allowNewPrivateEndpointConnections) Set the allowNewPrivateEndpointConnections property: Property to enable and disable new private endpoint connection creation on ASE.Set the kind property: Kind of resource.