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) Get networking configuration of an App Service EnvironmentAppServiceEnvironmentsClient.updateAseNetworkingConfiguration(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Update networking configuration of an App Service EnvironmentMethods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type AseV3NetworkingConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.getAseV3NetworkingConfigurationAsync(String resourceGroupName, String name) Get networking configuration of an App Service Environmentcom.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>AppServiceEnvironmentsClient.getAseV3NetworkingConfigurationWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Get networking configuration of an App Service EnvironmentMono<com.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>>AppServiceEnvironmentsClient.getAseV3NetworkingConfigurationWithResponseAsync(String resourceGroupName, String name) Get networking configuration of an App Service EnvironmentAppServiceEnvironmentsClient.updateAseNetworkingConfigurationAsync(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Update networking configuration of an App Service Environmentcom.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>AppServiceEnvironmentsClient.updateAseNetworkingConfigurationWithResponse(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration, com.azure.core.util.Context context) Update networking configuration of an App Service EnvironmentMono<com.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>>AppServiceEnvironmentsClient.updateAseNetworkingConfigurationWithResponseAsync(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Update networking configuration of an App Service EnvironmentMethods in com.azure.resourcemanager.appservice.fluent with parameters of type AseV3NetworkingConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.updateAseNetworkingConfiguration(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Update networking configuration of an App Service EnvironmentAppServiceEnvironmentsClient.updateAseNetworkingConfigurationAsync(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) Update networking configuration of an App Service Environmentcom.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>AppServiceEnvironmentsClient.updateAseNetworkingConfigurationWithResponse(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration, com.azure.core.util.Context context) Update networking configuration of an App Service EnvironmentMono<com.azure.core.http.rest.Response<AseV3NetworkingConfigurationInner>>AppServiceEnvironmentsClient.updateAseNetworkingConfigurationWithResponseAsync(String resourceGroupName, String name, AseV3NetworkingConfigurationInner aseNetworkingConfiguration) 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 TypeMethodDescriptionAppServiceEnvironmentInner.networkingConfiguration()Get the networkingConfiguration property: Full view of networking configuration for an ASE.AppServiceEnvironmentPatchResourceInner.networkingConfiguration()Get the networkingConfiguration property: Full view of networking configuration for an ASE.AppServiceEnvironmentResourceInner.networkingConfiguration()Get the networkingConfiguration property: Full view of networking configuration for an ASE.AseV3NetworkingConfigurationInner.withAllowNewPrivateEndpointConnections(Boolean allowNewPrivateEndpointConnections) Set the allowNewPrivateEndpointConnections property: Property to enable and disable new private endpoint connection creation on ASE.AseV3NetworkingConfigurationInner.withFtpEnabled(Boolean ftpEnabled) Set the ftpEnabled property: Property to enable and disable FTP on ASEV3.AseV3NetworkingConfigurationInner.withInboundIpAddressOverride(String inboundIpAddressOverride) Set the inboundIpAddressOverride property: Customer provided Inbound IP Address.Set the kind property: Kind of resource.AseV3NetworkingConfigurationInner.withRemoteDebugEnabled(Boolean remoteDebugEnabled) Set the remoteDebugEnabled property: Property to enable and disable Remote Debug on ASEV3.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AseV3NetworkingConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentInner.withNetworkingConfiguration(AseV3NetworkingConfigurationInner networkingConfiguration) Set the networkingConfiguration property: Full view of networking configuration for an ASE.AppServiceEnvironmentPatchResourceInner.withNetworkingConfiguration(AseV3NetworkingConfigurationInner networkingConfiguration) Set the networkingConfiguration property: Full view of networking configuration for an ASE.AppServiceEnvironmentResourceInner.withNetworkingConfiguration(AseV3NetworkingConfigurationInner networkingConfiguration) Set the networkingConfiguration property: Full view of networking configuration for an ASE.