| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AseV3NetworkingConfigurationInner |
AppServiceEnvironmentsClient.getAseV3NetworkingConfiguration(String resourceGroupName,
String name)
Description for Get networking configuration of an App Service Environment.
|
AseV3NetworkingConfigurationInner |
AppServiceEnvironmentsClient.updateAseNetworkingConfiguration(String resourceGroupName,
String name,
AseV3NetworkingConfigurationInner aseNetworkingConfiguration)
Description for Update networking configuration of an App Service Environment.
|
| Modifier and Type | Method and Description |
|---|---|
AseV3NetworkingConfigurationInner |
AppServiceEnvironmentsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
AseV3NetworkingConfigurationInner |
AseV3NetworkingConfigurationInner.withAllowNewPrivateEndpointConnections(Boolean allowNewPrivateEndpointConnections)
Set the allowNewPrivateEndpointConnections property: Property to enable and disable new private endpoint
connection creation on ASE.
|
AseV3NetworkingConfigurationInner |
AseV3NetworkingConfigurationInner.withKind(String kind)
Set the kind property: Kind of resource.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.