Uses of Class
com.microsoft.azure.management.appservice.AppServiceEnvironmentPatchResource
Packages that use AppServiceEnvironmentPatchResource
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AppServiceEnvironmentPatchResource in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AppServiceEnvironmentPatchResourceModifier and TypeMethodDescriptionAppServiceEnvironmentPatchResource.withApiManagementAccountId(String apiManagementAccountId) Set aPI Management Account associated with the App Service Environment.AppServiceEnvironmentPatchResource.withAppServiceEnvironmentPatchResourceName(String appServiceEnvironmentPatchResourceName) Set name of the App Service Environment.AppServiceEnvironmentPatchResource.withClusterSettings(List<NameValuePair> clusterSettings) Set custom settings for changing the behavior of the App Service Environment.AppServiceEnvironmentPatchResource.withDnsSuffix(String dnsSuffix) Set dNS suffix of the App Service Environment.AppServiceEnvironmentPatchResource.withDynamicCacheEnabled(Boolean dynamicCacheEnabled) Set true/false indicating whether the App Service Environment is suspended.AppServiceEnvironmentPatchResource.withFrontEndScaleFactor(Integer frontEndScaleFactor) Set scale factor for front-ends.AppServiceEnvironmentPatchResource.withHasLinuxWorkers(Boolean hasLinuxWorkers) Set flag that displays whether an ASE has linux workers or not.AppServiceEnvironmentPatchResource.withInternalLoadBalancingMode(InternalLoadBalancingMode internalLoadBalancingMode) Set specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.AppServiceEnvironmentPatchResource.withIpsslAddressCount(Integer ipsslAddressCount) Set number of IP SSL addresses reserved for the App Service Environment.AppServiceEnvironmentPatchResource.withLocation(String location) Set location of the App Service Environment, e.g.AppServiceEnvironmentPatchResource.withMultiRoleCount(Integer multiRoleCount) Set number of front-end instances.AppServiceEnvironmentPatchResource.withMultiSize(String multiSize) Set front-end VM size, e.g.AppServiceEnvironmentPatchResource.withNetworkAccessControlList(List<NetworkAccessControlEntry> networkAccessControlList) Set access control list for controlling traffic to the App Service Environment.AppServiceEnvironmentPatchResource.withSslCertKeyVaultId(String sslCertKeyVaultId) Set key Vault ID for ILB App Service Environment default SSL certificate.AppServiceEnvironmentPatchResource.withSslCertKeyVaultSecretName(String sslCertKeyVaultSecretName) Set key Vault Secret Name for ILB App Service Environment default SSL certificate.AppServiceEnvironmentPatchResource.withSuspended(Boolean suspended) Set <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>.AppServiceEnvironmentPatchResource.withUserWhitelistedIpRanges(List<String> userWhitelistedIpRanges) Set user added ip ranges to whitelist on ASE db.AppServiceEnvironmentPatchResource.withVirtualNetwork(VirtualNetworkProfile virtualNetwork) Set description of the Virtual Network.AppServiceEnvironmentPatchResource.withVnetName(String vnetName) Set name of the Virtual Network for the App Service Environment.AppServiceEnvironmentPatchResource.withVnetResourceGroupName(String vnetResourceGroupName) Set resource group of the Virtual Network.AppServiceEnvironmentPatchResource.withVnetSubnetName(String vnetSubnetName) Set subnet of the Virtual Network.AppServiceEnvironmentPatchResource.withWorkerPools(List<WorkerPool> workerPools) Set description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.