public final class AppServiceEnvironmentResourceInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
AppServiceEnvironmentResourceInner() |
| Modifier and Type | Method and Description |
|---|---|
List<NameValuePair> |
clusterSettings()
Get the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.
|
Integer |
dedicatedHostCount()
Get the dedicatedHostCount property: Dedicated Host Count.
|
String |
dnsSuffix()
Get the dnsSuffix property: DNS suffix of the App Service Environment.
|
Integer |
frontEndScaleFactor()
Get the frontEndScaleFactor property: Scale factor for front-ends.
|
Boolean |
hasLinuxWorkers()
Get the hasLinuxWorkers property: Flag that displays whether an ASE has linux workers or not.
|
LoadBalancingMode |
internalLoadBalancingMode()
Get the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network
for the App Service Environment.
|
Integer |
ipsslAddressCount()
Get the ipsslAddressCount property: Number of IP SSL addresses reserved for the App Service Environment.
|
String |
kind()
Get the kind property: Kind of resource.
|
Integer |
maximumNumberOfMachines()
Get the maximumNumberOfMachines property: Maximum number of VMs in the App Service Environment.
|
Integer |
multiRoleCount()
Get the multiRoleCount property: Number of front-end instances.
|
String |
multiSize()
Get the multiSize property: Front-end VM size, e.g.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: Provisioning state of the App Service Environment.
|
HostingEnvironmentStatus |
status()
Get the status property: Current status of the App Service Environment.
|
Boolean |
suspended()
Get the suspended property: <code>true</code> if the App Service Environment is suspended; otherwise,
<code>false</code>.
|
List<String> |
userWhitelistedIpRanges()
Get the userWhitelistedIpRanges property: User added ip ranges to whitelist on ASE db.
|
void |
validate()
Validates the instance.
|
VirtualNetworkProfile |
virtualNetwork()
Get the virtualNetwork property: Description of the Virtual Network.
|
AppServiceEnvironmentResourceInner |
withClusterSettings(List<NameValuePair> clusterSettings)
Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.
|
AppServiceEnvironmentResourceInner |
withDedicatedHostCount(Integer dedicatedHostCount)
Set the dedicatedHostCount property: Dedicated Host Count.
|
AppServiceEnvironmentResourceInner |
withDnsSuffix(String dnsSuffix)
Set the dnsSuffix property: DNS suffix of the App Service Environment.
|
AppServiceEnvironmentResourceInner |
withFrontEndScaleFactor(Integer frontEndScaleFactor)
Set the frontEndScaleFactor property: Scale factor for front-ends.
|
AppServiceEnvironmentResourceInner |
withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode)
Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network
for the App Service Environment.
|
AppServiceEnvironmentResourceInner |
withIpsslAddressCount(Integer ipsslAddressCount)
Set the ipsslAddressCount property: Number of IP SSL addresses reserved for the App Service Environment.
|
AppServiceEnvironmentResourceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
AppServiceEnvironmentResourceInner |
withLocation(String location) |
AppServiceEnvironmentResourceInner |
withMultiSize(String multiSize)
Set the multiSize property: Front-end VM size, e.g.
|
AppServiceEnvironmentResourceInner |
withTags(Map<String,String> tags) |
AppServiceEnvironmentResourceInner |
withUserWhitelistedIpRanges(List<String> userWhitelistedIpRanges)
Set the userWhitelistedIpRanges property: User added ip ranges to whitelist on ASE db.
|
AppServiceEnvironmentResourceInner |
withVirtualNetwork(VirtualNetworkProfile virtualNetwork)
Set the virtualNetwork property: Description of the Virtual Network.
|
AppServiceEnvironmentResourceInner |
withZoneRedundant(Boolean zoneRedundant)
Set the zoneRedundant property: Whether or not this App Service Environment is zone-redundant.
|
Boolean |
zoneRedundant()
Get the zoneRedundant property: Whether or not this App Service Environment is zone-redundant.
|
public String kind()
public AppServiceEnvironmentResourceInner withKind(String kind)
kind - the kind value to set.public AppServiceEnvironmentResourceInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic AppServiceEnvironmentResourceInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic ProvisioningState provisioningState()
public HostingEnvironmentStatus status()
public VirtualNetworkProfile virtualNetwork()
public AppServiceEnvironmentResourceInner withVirtualNetwork(VirtualNetworkProfile virtualNetwork)
virtualNetwork - the virtualNetwork value to set.public LoadBalancingMode internalLoadBalancingMode()
public AppServiceEnvironmentResourceInner withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode)
internalLoadBalancingMode - the internalLoadBalancingMode value to set.public String multiSize()
public AppServiceEnvironmentResourceInner withMultiSize(String multiSize)
multiSize - the multiSize value to set.public Integer multiRoleCount()
public Integer ipsslAddressCount()
public AppServiceEnvironmentResourceInner withIpsslAddressCount(Integer ipsslAddressCount)
ipsslAddressCount - the ipsslAddressCount value to set.public String dnsSuffix()
public AppServiceEnvironmentResourceInner withDnsSuffix(String dnsSuffix)
dnsSuffix - the dnsSuffix value to set.public Integer maximumNumberOfMachines()
public Integer frontEndScaleFactor()
public AppServiceEnvironmentResourceInner withFrontEndScaleFactor(Integer frontEndScaleFactor)
frontEndScaleFactor - the frontEndScaleFactor value to set.public Boolean suspended()
public List<NameValuePair> clusterSettings()
public AppServiceEnvironmentResourceInner withClusterSettings(List<NameValuePair> clusterSettings)
clusterSettings - the clusterSettings value to set.public List<String> userWhitelistedIpRanges()
public AppServiceEnvironmentResourceInner withUserWhitelistedIpRanges(List<String> userWhitelistedIpRanges)
userWhitelistedIpRanges - the userWhitelistedIpRanges value to set.public Boolean hasLinuxWorkers()
public Integer dedicatedHostCount()
public AppServiceEnvironmentResourceInner withDedicatedHostCount(Integer dedicatedHostCount)
dedicatedHostCount - the dedicatedHostCount value to set.public Boolean zoneRedundant()
public AppServiceEnvironmentResourceInner withZoneRedundant(Boolean zoneRedundant)
zoneRedundant - the zoneRedundant value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.