public class AppServiceEnvironment extends Object
| Constructor and Description |
|---|
AppServiceEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
String |
allowedMultiSizes()
Get the allowedMultiSizes value.
|
String |
allowedWorkerSizes()
Get the allowedWorkerSizes value.
|
String |
apiManagementAccountId()
Get the apiManagementAccountId value.
|
List<NameValuePair> |
clusterSettings()
Get the clusterSettings value.
|
String |
databaseEdition()
Get the databaseEdition value.
|
String |
databaseServiceObjective()
Get the databaseServiceObjective value.
|
Integer |
defaultFrontEndScaleFactor()
Get the defaultFrontEndScaleFactor value.
|
String |
dnsSuffix()
Get the dnsSuffix value.
|
Boolean |
dynamicCacheEnabled()
Get the dynamicCacheEnabled value.
|
List<com.microsoft.azure.management.appservice.implementation.StampCapacityInner> |
environmentCapacities()
Get the environmentCapacities value.
|
Boolean |
environmentIsHealthy()
Get the environmentIsHealthy value.
|
String |
environmentStatus()
Get the environmentStatus value.
|
Integer |
frontEndScaleFactor()
Get the frontEndScaleFactor value.
|
InternalLoadBalancingMode |
internalLoadBalancingMode()
Get the internalLoadBalancingMode value.
|
Integer |
ipsslAddressCount()
Get the ipsslAddressCount value.
|
String |
lastAction()
Get the lastAction value.
|
String |
lastActionResult()
Get the lastActionResult value.
|
String |
location()
Get the location value.
|
Integer |
maximumNumberOfMachines()
Get the maximumNumberOfMachines value.
|
Integer |
multiRoleCount()
Get the multiRoleCount value.
|
String |
multiSize()
Get the multiSize value.
|
String |
name()
Get the name value.
|
List<NetworkAccessControlEntry> |
networkAccessControlList()
Get the networkAccessControlList value.
|
ProvisioningState |
provisioningState()
Get the provisioningState value.
|
String |
resourceGroup()
Get the resourceGroup value.
|
HostingEnvironmentStatus |
status()
Get the status value.
|
String |
subscriptionId()
Get the subscriptionId value.
|
Boolean |
suspended()
Get the suspended value.
|
Integer |
upgradeDomains()
Get the upgradeDomains value.
|
List<String> |
userWhitelistedIpRanges()
Get the userWhitelistedIpRanges value.
|
List<VirtualIPMapping> |
vipMappings()
Get the vipMappings value.
|
VirtualNetworkProfile |
virtualNetwork()
Get the virtualNetwork value.
|
String |
vnetName()
Get the vnetName value.
|
String |
vnetResourceGroupName()
Get the vnetResourceGroupName value.
|
String |
vnetSubnetName()
Get the vnetSubnetName value.
|
AppServiceEnvironment |
withApiManagementAccountId(String apiManagementAccountId)
Set the apiManagementAccountId value.
|
AppServiceEnvironment |
withClusterSettings(List<NameValuePair> clusterSettings)
Set the clusterSettings value.
|
AppServiceEnvironment |
withDnsSuffix(String dnsSuffix)
Set the dnsSuffix value.
|
AppServiceEnvironment |
withDynamicCacheEnabled(Boolean dynamicCacheEnabled)
Set the dynamicCacheEnabled value.
|
AppServiceEnvironment |
withFrontEndScaleFactor(Integer frontEndScaleFactor)
Set the frontEndScaleFactor value.
|
AppServiceEnvironment |
withInternalLoadBalancingMode(InternalLoadBalancingMode internalLoadBalancingMode)
Set the internalLoadBalancingMode value.
|
AppServiceEnvironment |
withIpsslAddressCount(Integer ipsslAddressCount)
Set the ipsslAddressCount value.
|
AppServiceEnvironment |
withLocation(String location)
Set the location value.
|
AppServiceEnvironment |
withMultiRoleCount(Integer multiRoleCount)
Set the multiRoleCount value.
|
AppServiceEnvironment |
withMultiSize(String multiSize)
Set the multiSize value.
|
AppServiceEnvironment |
withName(String name)
Set the name value.
|
AppServiceEnvironment |
withNetworkAccessControlList(List<NetworkAccessControlEntry> networkAccessControlList)
Set the networkAccessControlList value.
|
AppServiceEnvironment |
withSuspended(Boolean suspended)
Set the suspended value.
|
AppServiceEnvironment |
withUserWhitelistedIpRanges(List<String> userWhitelistedIpRanges)
Set the userWhitelistedIpRanges value.
|
AppServiceEnvironment |
withVirtualNetwork(VirtualNetworkProfile virtualNetwork)
Set the virtualNetwork value.
|
AppServiceEnvironment |
withVnetName(String vnetName)
Set the vnetName value.
|
AppServiceEnvironment |
withVnetResourceGroupName(String vnetResourceGroupName)
Set the vnetResourceGroupName value.
|
AppServiceEnvironment |
withVnetSubnetName(String vnetSubnetName)
Set the vnetSubnetName value.
|
AppServiceEnvironment |
withWorkerPools(List<WorkerPool> workerPools)
Set the workerPools value.
|
List<WorkerPool> |
workerPools()
Get the workerPools value.
|
public String name()
public AppServiceEnvironment withName(String name)
name - the name value to setpublic String location()
public AppServiceEnvironment withLocation(String location)
location - the location value to setpublic ProvisioningState provisioningState()
public HostingEnvironmentStatus status()
public String vnetName()
public AppServiceEnvironment withVnetName(String vnetName)
vnetName - the vnetName value to setpublic String vnetResourceGroupName()
public AppServiceEnvironment withVnetResourceGroupName(String vnetResourceGroupName)
vnetResourceGroupName - the vnetResourceGroupName value to setpublic String vnetSubnetName()
public AppServiceEnvironment withVnetSubnetName(String vnetSubnetName)
vnetSubnetName - the vnetSubnetName value to setpublic VirtualNetworkProfile virtualNetwork()
public AppServiceEnvironment withVirtualNetwork(VirtualNetworkProfile virtualNetwork)
virtualNetwork - the virtualNetwork value to setpublic InternalLoadBalancingMode internalLoadBalancingMode()
public AppServiceEnvironment withInternalLoadBalancingMode(InternalLoadBalancingMode internalLoadBalancingMode)
internalLoadBalancingMode - the internalLoadBalancingMode value to setpublic String multiSize()
public AppServiceEnvironment withMultiSize(String multiSize)
multiSize - the multiSize value to setpublic Integer multiRoleCount()
public AppServiceEnvironment withMultiRoleCount(Integer multiRoleCount)
multiRoleCount - the multiRoleCount value to setpublic List<WorkerPool> workerPools()
public AppServiceEnvironment withWorkerPools(List<WorkerPool> workerPools)
workerPools - the workerPools value to setpublic Integer ipsslAddressCount()
public AppServiceEnvironment withIpsslAddressCount(Integer ipsslAddressCount)
ipsslAddressCount - the ipsslAddressCount value to setpublic String databaseEdition()
public String databaseServiceObjective()
public Integer upgradeDomains()
public String subscriptionId()
public String dnsSuffix()
public AppServiceEnvironment withDnsSuffix(String dnsSuffix)
dnsSuffix - the dnsSuffix value to setpublic String lastAction()
public String lastActionResult()
public String allowedMultiSizes()
public String allowedWorkerSizes()
public Integer maximumNumberOfMachines()
public List<VirtualIPMapping> vipMappings()
public List<com.microsoft.azure.management.appservice.implementation.StampCapacityInner> environmentCapacities()
public List<NetworkAccessControlEntry> networkAccessControlList()
public AppServiceEnvironment withNetworkAccessControlList(List<NetworkAccessControlEntry> networkAccessControlList)
networkAccessControlList - the networkAccessControlList value to setpublic Boolean environmentIsHealthy()
public String environmentStatus()
public String resourceGroup()
public Integer frontEndScaleFactor()
public AppServiceEnvironment withFrontEndScaleFactor(Integer frontEndScaleFactor)
frontEndScaleFactor - the frontEndScaleFactor value to setpublic Integer defaultFrontEndScaleFactor()
public String apiManagementAccountId()
public AppServiceEnvironment withApiManagementAccountId(String apiManagementAccountId)
apiManagementAccountId - the apiManagementAccountId value to setpublic Boolean suspended()
public AppServiceEnvironment withSuspended(Boolean suspended)
suspended - the suspended value to setpublic Boolean dynamicCacheEnabled()
public AppServiceEnvironment withDynamicCacheEnabled(Boolean dynamicCacheEnabled)
dynamicCacheEnabled - the dynamicCacheEnabled value to setpublic List<NameValuePair> clusterSettings()
public AppServiceEnvironment withClusterSettings(List<NameValuePair> clusterSettings)
clusterSettings - the clusterSettings value to setpublic List<String> userWhitelistedIpRanges()
public AppServiceEnvironment withUserWhitelistedIpRanges(List<String> userWhitelistedIpRanges)
userWhitelistedIpRanges - the userWhitelistedIpRanges value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/