Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AseV3NetworkingConfigurationInner
-
Packages that use AseV3NetworkingConfigurationInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models 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 AseV3NetworkingConfigurationInner Modifier and Type Method Description AseV3NetworkingConfigurationInnerAppServiceEnvironmentsClient. getAseV3NetworkingConfiguration(String resourceGroupName, String name)Description for Get networking configuration of an App Service Environment.AseV3NetworkingConfigurationInnerAppServiceEnvironmentsClient. 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 AseV3NetworkingConfigurationInner Modifier and Type Method Description Mono<AseV3NetworkingConfigurationInner>AppServiceEnvironmentsClient. 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.Mono<AseV3NetworkingConfigurationInner>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 AseV3NetworkingConfigurationInner Modifier and Type Method Description AseV3NetworkingConfigurationInnerAppServiceEnvironmentsClient. updateAseNetworkingConfiguration(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration)Description for Update networking configuration of an App Service Environment.Mono<AseV3NetworkingConfigurationInner>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 AseV3NetworkingConfigurationInner Modifier and Type Method Description AseV3NetworkingConfigurationInnerAseV3NetworkingConfigurationInner. withAllowNewPrivateEndpointConnections(Boolean allowNewPrivateEndpointConnections)Set the allowNewPrivateEndpointConnections property: Property to enable and disable new private endpoint connection creation on ASE.AseV3NetworkingConfigurationInnerAseV3NetworkingConfigurationInner. withKind(String kind)Set the kind property: Kind of resource.
-