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