368 строки
23 KiB
YAML
368 строки
23 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.WebSiteBase"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase"
|
|
name: "WebSiteBase"
|
|
nameWithType: "WebSiteBase"
|
|
summary: "An immutable client-side representation of an Azure Web App or Function App."
|
|
syntax: "public interface **WebSiteBase**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.Resource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SiteInner?alt=com.azure.resourcemanager.appservice.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.appServicePlanId()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.appServicePlanId()"
|
|
name: "appServicePlanId()"
|
|
nameWithType: "WebSiteBase.appServicePlanId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String appServicePlanId()"
|
|
returns:
|
|
description: "The resource ID of the app service plan"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.availabilityState()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.availabilityState()"
|
|
name: "availabilityState()"
|
|
nameWithType: "WebSiteBase.availabilityState()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SiteAvailabilityState availabilityState()"
|
|
returns:
|
|
description: "management information availability state for the web app"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SiteAvailabilityState?alt=com.azure.resourcemanager.appservice.models.SiteAvailabilityState&text=SiteAvailabilityState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.clientAffinityEnabled()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.clientAffinityEnabled()"
|
|
name: "clientAffinityEnabled()"
|
|
nameWithType: "WebSiteBase.clientAffinityEnabled()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean clientAffinityEnabled()"
|
|
returns:
|
|
description: "if the client affinity is enabled when load balancing http request for multiple instances of the web app"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.clientCertEnabled()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.clientCertEnabled()"
|
|
name: "clientCertEnabled()"
|
|
nameWithType: "WebSiteBase.clientCertEnabled()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean clientCertEnabled()"
|
|
returns:
|
|
description: "if the client certificate is enabled for the web app"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.clientCertExclusionPaths()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.clientCertExclusionPaths()"
|
|
name: "clientCertExclusionPaths()"
|
|
nameWithType: "WebSiteBase.clientCertExclusionPaths()"
|
|
summary: "Get the client<wbr>Cert<wbr>Exclusion<wbr>Paths property: client certificate authentication comma-separated exclusion paths."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<String> clientCertExclusionPaths()"
|
|
desc: "Get the clientCertExclusionPaths property: client certificate authentication comma-separated exclusion paths."
|
|
returns:
|
|
description: "the clientCertExclusionPaths value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Set.html\">Set</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.cloningInfo()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.cloningInfo()"
|
|
name: "cloningInfo()"
|
|
nameWithType: "WebSiteBase.cloningInfo()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract CloningInfo cloningInfo()"
|
|
returns:
|
|
description: "information about whether the web app is cloned from another"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CloningInfo?alt=com.azure.resourcemanager.appservice.models.CloningInfo&text=CloningInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.containerSize()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.containerSize()"
|
|
name: "containerSize()"
|
|
nameWithType: "WebSiteBase.containerSize()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int containerSize()"
|
|
returns:
|
|
description: "size of a function container"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.dailyMemoryTimeQuota()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.dailyMemoryTimeQuota()"
|
|
name: "dailyMemoryTimeQuota()"
|
|
nameWithType: "WebSiteBase.dailyMemoryTimeQuota()"
|
|
summary: "Get the daily<wbr>Memory<wbr>Time<wbr>Quota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only)."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int dailyMemoryTimeQuota()"
|
|
desc: "Get the dailyMemoryTimeQuota property: Maximum allowed daily memory-time quota (applicable on dynamic apps only)."
|
|
returns:
|
|
description: "the dailyMemoryTimeQuota value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.defaultHostname()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.defaultHostname()"
|
|
name: "defaultHostname()"
|
|
nameWithType: "WebSiteBase.defaultHostname()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String defaultHostname()"
|
|
returns:
|
|
description: "default hostname of the web app"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.enabled()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.enabled()"
|
|
name: "enabled()"
|
|
nameWithType: "WebSiteBase.enabled()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean enabled()"
|
|
returns:
|
|
description: "true if the site is enabled; otherwise, false"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.enabledHostNames()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.enabledHostNames()"
|
|
name: "enabledHostNames()"
|
|
nameWithType: "WebSiteBase.enabledHostNames()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<String> enabledHostNames()"
|
|
returns:
|
|
description: "host names for the web app that are enabled"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Set.html\">Set</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.hostingEnvironmentProfile()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.hostingEnvironmentProfile()"
|
|
name: "hostingEnvironmentProfile()"
|
|
nameWithType: "WebSiteBase.hostingEnvironmentProfile()"
|
|
summary: "Get the hosting<wbr>Environment<wbr>Profile property: App Service Environment to use for the app."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract HostingEnvironmentProfile hostingEnvironmentProfile()"
|
|
desc: "Get the hostingEnvironmentProfile property: App Service Environment to use for the app."
|
|
returns:
|
|
description: "the hostingEnvironmentProfile value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile?alt=com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile&text=HostingEnvironmentProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.hostnameSslStates()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.hostnameSslStates()"
|
|
name: "hostnameSslStates()"
|
|
nameWithType: "WebSiteBase.hostnameSslStates()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,HostnameSslState> hostnameSslStates()"
|
|
returns:
|
|
description: "list of SSL states used to manage the SSL bindings for site's hostnames"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.appservice.models.HostnameSslState?alt=com.azure.resourcemanager.appservice.models.HostnameSslState&text=HostnameSslState\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.hostnames()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.hostnames()"
|
|
name: "hostnames()"
|
|
nameWithType: "WebSiteBase.hostnames()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<String> hostnames()"
|
|
returns:
|
|
description: "hostnames associated with web app"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Set.html\">Set</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.hostnamesDisabled()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.hostnamesDisabled()"
|
|
name: "hostnamesDisabled()"
|
|
nameWithType: "WebSiteBase.hostnamesDisabled()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean hostnamesDisabled()"
|
|
returns:
|
|
description: "if the public hostnames are disabled the web app. If set to true the app is only accessible via API\n Management process."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.httpsOnly()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.httpsOnly()"
|
|
name: "httpsOnly()"
|
|
nameWithType: "WebSiteBase.httpsOnly()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean httpsOnly()"
|
|
returns:
|
|
description: "true if the web app is configured to accept only HTTPS requests. HTTP requests will be redirected."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.hyperV()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.hyperV()"
|
|
name: "hyperV()"
|
|
nameWithType: "WebSiteBase.hyperV()"
|
|
summary: "Get the hyperV property: Hyper-V sandbox."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean hyperV()"
|
|
desc: "Get the hyperV property: Hyper-V sandbox."
|
|
returns:
|
|
description: "the hyperV value."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.identity()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.identity()"
|
|
name: "identity()"
|
|
nameWithType: "WebSiteBase.identity()"
|
|
summary: "Get the identity property: Managed service identity."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagedServiceIdentity identity()"
|
|
desc: "Get the identity property: Managed service identity."
|
|
returns:
|
|
description: "the identity value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.appservice.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.isDefaultContainer()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.isDefaultContainer()"
|
|
name: "isDefaultContainer()"
|
|
nameWithType: "WebSiteBase.isDefaultContainer()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean isDefaultContainer()"
|
|
returns:
|
|
description: "site is a default container"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.lastModifiedTime()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.lastModifiedTime()"
|
|
name: "lastModifiedTime()"
|
|
nameWithType: "WebSiteBase.lastModifiedTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime lastModifiedTime()"
|
|
returns:
|
|
description: "Last time web app was modified in UTC"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.maxNumberOfWorkers()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.maxNumberOfWorkers()"
|
|
name: "maxNumberOfWorkers()"
|
|
nameWithType: "WebSiteBase.maxNumberOfWorkers()"
|
|
summary: "Get the max<wbr>Number<wbr>OfWorkers property: Maximum number of workers."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int maxNumberOfWorkers()"
|
|
desc: "Get the maxNumberOfWorkers property: Maximum number of workers. This only applies to Functions container."
|
|
returns:
|
|
description: "the maxNumberOfWorkers value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.operatingSystem()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.operatingSystem()"
|
|
name: "operatingSystem()"
|
|
nameWithType: "WebSiteBase.operatingSystem()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OperatingSystem operatingSystem()"
|
|
returns:
|
|
description: "the operating system the web app is running on"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.OperatingSystem?alt=com.azure.resourcemanager.appservice.models.OperatingSystem&text=OperatingSystem\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.outboundIPAddresses()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.outboundIPAddresses()"
|
|
name: "outboundIPAddresses()"
|
|
nameWithType: "WebSiteBase.outboundIPAddresses()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<String> outboundIPAddresses()"
|
|
returns:
|
|
description: "list of IP addresses that this web app uses for outbound connections. Those can be used when configuring\n firewall rules for databases accessed by this web app."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Set.html\">Set</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.possibleOutboundIpAddresses()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.possibleOutboundIpAddresses()"
|
|
name: "possibleOutboundIpAddresses()"
|
|
nameWithType: "WebSiteBase.possibleOutboundIpAddresses()"
|
|
summary: "Get the possible<wbr>Outbound<wbr>IpAddresses property: List of IP addresses that the app uses for outbound connections (e.<wbr>g."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<String> possibleOutboundIpAddresses()"
|
|
desc: "Get the possibleOutboundIpAddresses property: List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only."
|
|
returns:
|
|
description: "the possibleOutboundIpAddresses value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Set.html\">Set</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.redundancyMode()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.redundancyMode()"
|
|
name: "redundancyMode()"
|
|
nameWithType: "WebSiteBase.redundancyMode()"
|
|
summary: "Get the redundancy<wbr>Mode property: Site redundancy mode."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract RedundancyMode redundancyMode()"
|
|
desc: "Get the redundancyMode property: Site redundancy mode."
|
|
returns:
|
|
description: "the redundancyMode value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.RedundancyMode?alt=com.azure.resourcemanager.appservice.models.RedundancyMode&text=RedundancyMode\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.repositorySiteName()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.repositorySiteName()"
|
|
name: "repositorySiteName()"
|
|
nameWithType: "WebSiteBase.repositorySiteName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String repositorySiteName()"
|
|
returns:
|
|
description: "name of repository site"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.scmSiteAlsoStopped()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.scmSiteAlsoStopped()"
|
|
name: "scmSiteAlsoStopped()"
|
|
nameWithType: "WebSiteBase.scmSiteAlsoStopped()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean scmSiteAlsoStopped()"
|
|
returns:
|
|
description: "whether to stop SCM (KUDU) site when the web app is stopped. Default is false."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.slotSwapStatus()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.slotSwapStatus()"
|
|
name: "slotSwapStatus()"
|
|
nameWithType: "WebSiteBase.slotSwapStatus()"
|
|
summary: "Get the slot<wbr>Swap<wbr>Status property: Status of the last deployment slot swap operation."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SlotSwapStatus slotSwapStatus()"
|
|
desc: "Get the slotSwapStatus property: Status of the last deployment slot swap operation."
|
|
returns:
|
|
description: "the slotSwapStatus value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SlotSwapStatus?alt=com.azure.resourcemanager.appservice.models.SlotSwapStatus&text=SlotSwapStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.state()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.state()"
|
|
name: "state()"
|
|
nameWithType: "WebSiteBase.state()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String state()"
|
|
returns:
|
|
description: "state of the web app"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.suspendedTill()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.suspendedTill()"
|
|
name: "suspendedTill()"
|
|
nameWithType: "WebSiteBase.suspendedTill()"
|
|
summary: "Get the suspended<wbr>Till property: App suspended till in case memory-time quota is exceeded."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime suspendedTill()"
|
|
desc: "Get the suspendedTill property: App suspended till in case memory-time quota is exceeded."
|
|
returns:
|
|
description: "the suspendedTill value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.targetSwapSlot()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.targetSwapSlot()"
|
|
name: "targetSwapSlot()"
|
|
nameWithType: "WebSiteBase.targetSwapSlot()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String targetSwapSlot()"
|
|
returns:
|
|
description: "which slot this app will swap into"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.trafficManagerHostNames()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.trafficManagerHostNames()"
|
|
name: "trafficManagerHostNames()"
|
|
nameWithType: "WebSiteBase.trafficManagerHostNames()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<String> trafficManagerHostNames()"
|
|
returns:
|
|
description: "list of Azure Traffic manager host names associated with web app"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Set.html\">Set</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WebSiteBase.usageState()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WebSiteBase.usageState()"
|
|
name: "usageState()"
|
|
nameWithType: "WebSiteBase.usageState()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract UsageState usageState()"
|
|
returns:
|
|
description: "state indicating whether web app has exceeded its quota usage"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.UsageState?alt=com.azure.resourcemanager.appservice.models.UsageState&text=UsageState\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure Web App or Function App."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.Resource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.SiteInner?alt=com.azure.resourcemanager.appservice.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|