public interface WebSiteBase extends Resource, HasResourceGroup, HasInnerModel<SiteInner>
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
String |
appServicePlanId() |
SiteAvailabilityState |
availabilityState() |
boolean |
clientAffinityEnabled() |
boolean |
clientCertEnabled() |
Set<String> |
clientCertExclusionPaths()
Get the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths.
|
CloningInfo |
cloningInfo() |
int |
containerSize() |
int |
dailyMemoryTimeQuota()
Get the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only).
|
String |
defaultHostname() |
boolean |
enabled() |
Set<String> |
enabledHostNames() |
HostingEnvironmentProfile |
hostingEnvironmentProfile()
Get the hostingEnvironmentProfile property: App Service Environment to use for the app.
|
Set<String> |
hostnames() |
boolean |
hostnamesDisabled() |
Map<String,HostnameSslState> |
hostnameSslStates() |
boolean |
httpsOnly() |
boolean |
hyperV()
Get the hyperV property: Hyper-V sandbox.
|
ManagedServiceIdentity |
identity()
Get the identity property: Managed service identity.
|
boolean |
isDefaultContainer() |
OffsetDateTime |
lastModifiedTime() |
int |
maxNumberOfWorkers()
Get the maxNumberOfWorkers property: Maximum number of workers.
|
OperatingSystem |
operatingSystem() |
Set<String> |
outboundIPAddresses() |
Set<String> |
possibleOutboundIpAddresses()
Get the possibleOutboundIpAddresses property: List of IP addresses that the app uses for outbound connections
(e.g.
|
RedundancyMode |
redundancyMode()
Get the redundancyMode property: Site redundancy mode.
|
String |
repositorySiteName() |
boolean |
scmSiteAlsoStopped() |
SlotSwapStatus |
slotSwapStatus()
Get the slotSwapStatus property: Status of the last deployment slot swap operation.
|
String |
state() |
OffsetDateTime |
suspendedTill()
Get the suspendedTill property: App suspended till in case memory-time quota is exceeded.
|
String |
targetSwapSlot() |
Set<String> |
trafficManagerHostNames() |
UsageState |
usageState() |
region, regionName, tags, typenameresourceGroupNameinnerModelString state()
String repositorySiteName()
UsageState usageState()
boolean enabled()
Set<String> enabledHostNames()
SiteAvailabilityState availabilityState()
Map<String,HostnameSslState> hostnameSslStates()
OffsetDateTime lastModifiedTime()
Set<String> trafficManagerHostNames()
boolean scmSiteAlsoStopped()
String targetSwapSlot()
boolean clientAffinityEnabled()
boolean clientCertEnabled()
boolean hostnamesDisabled()
Set<String> outboundIPAddresses()
int containerSize()
CloningInfo cloningInfo()
boolean isDefaultContainer()
String defaultHostname()
boolean httpsOnly()
String appServicePlanId()
ManagedServiceIdentity identity()
boolean hyperV()
HostingEnvironmentProfile hostingEnvironmentProfile()
Set<String> clientCertExclusionPaths()
Set<String> possibleOutboundIpAddresses()
int dailyMemoryTimeQuota()
OffsetDateTime suspendedTill()
int maxNumberOfWorkers()
SlotSwapStatus slotSwapStatus()
RedundancyMode redundancyMode()
OperatingSystem operatingSystem()
Copyright © 2021 Microsoft Corporation. All rights reserved.