azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

857 строки
55 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.WebAppBase"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase"
name: "WebAppBase"
nameWithType: "WebAppBase"
summary: "An immutable client-side representation of an Azure Web App or deployment slot."
syntax: "public interface **WebAppBase**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasName?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.AppServiceManager?alt=com.azure.resourcemanager.appservice.AppServiceManager&text=AppServiceManager\" 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\" />&gt;, <xref href=\"com.azure.resourcemanager.appservice.models.WebSiteBase?alt=com.azure.resourcemanager.appservice.models.WebSiteBase&text=WebSiteBase\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.alwaysOn()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.alwaysOn()"
name: "alwaysOn()"
nameWithType: "WebAppBase.alwaysOn()"
modifiers:
- "abstract"
syntax: "public abstract boolean alwaysOn()"
returns:
description: "if the web app is always on"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.applySlotConfigurations(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.applySlotConfigurations(String slotName)"
name: "applySlotConfigurations(String slotName)"
nameWithType: "WebAppBase.applySlotConfigurations(String slotName)"
summary: "Apply the slot (or sticky) configurations from the specified slot to the current one."
modifiers:
- "abstract"
parameters:
- description: "the target slot to apply configurations from"
name: "slotName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void applySlotConfigurations(String slotName)"
desc: "Apply the slot (or sticky) configurations from the specified slot to the current one. This is useful for \"Swap with Preview\"."
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.applySlotConfigurationsAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.applySlotConfigurationsAsync(String slotName)"
name: "applySlotConfigurationsAsync(String slotName)"
nameWithType: "WebAppBase.applySlotConfigurationsAsync(String slotName)"
summary: "Apply the slot (or sticky) configurations from the specified slot to the current one."
modifiers:
- "abstract"
parameters:
- description: "the target slot to apply configurations from"
name: "slotName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> applySlotConfigurationsAsync(String slotName)"
desc: "Apply the slot (or sticky) configurations from the specified slot to the current one. This is useful for \"Swap with Preview\"."
returns:
description: "a representation of the deferred computation of this call"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.autoSwapSlotName()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.autoSwapSlotName()"
name: "autoSwapSlotName()"
nameWithType: "WebAppBase.autoSwapSlotName()"
modifiers:
- "abstract"
syntax: "public abstract String autoSwapSlotName()"
returns:
description: "the auto swap slot name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.defaultDocuments()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.defaultDocuments()"
name: "defaultDocuments()"
nameWithType: "WebAppBase.defaultDocuments()"
modifiers:
- "abstract"
syntax: "public abstract List<String> defaultDocuments()"
returns:
description: "the default documents"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.deploy()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.deploy()"
name: "deploy()"
nameWithType: "WebAppBase.deploy()"
summary: "First step specifying the parameters to make a web deployment (MS Deploy) to the web app."
modifiers:
- "abstract"
syntax: "public abstract WebDeployment.DefinitionStages.WithPackageUri deploy()"
desc: "First step specifying the parameters to make a web deployment (MS Deploy) to the web app."
returns:
description: "a stage to create web deployment"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.WebDeployment.DefinitionStages.WithPackageUri?alt=com.azure.resourcemanager.appservice.models.WebDeployment.DefinitionStages.WithPackageUri&text=WithPackageUri\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.diagnosticLogsConfig()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.diagnosticLogsConfig()"
name: "diagnosticLogsConfig()"
nameWithType: "WebAppBase.diagnosticLogsConfig()"
modifiers:
- "abstract"
syntax: "public abstract WebAppDiagnosticLogs diagnosticLogsConfig()"
returns:
description: "the diagnostic logs configuration"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs?alt=com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs&text=WebAppDiagnosticLogs\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.documentRoot()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.documentRoot()"
name: "documentRoot()"
nameWithType: "WebAppBase.documentRoot()"
modifiers:
- "abstract"
syntax: "public abstract String documentRoot()"
returns:
description: "the root directory for 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.WebAppBase.ftpsState()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.ftpsState()"
name: "ftpsState()"
nameWithType: "WebAppBase.ftpsState()"
modifiers:
- "abstract"
syntax: "public abstract FtpsState ftpsState()"
returns:
description: "the state of FTP / FTPS service"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.FtpsState?alt=com.azure.resourcemanager.appservice.models.FtpsState&text=FtpsState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getAppSettings()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getAppSettings()"
name: "getAppSettings()"
nameWithType: "WebAppBase.getAppSettings()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,AppSetting> getAppSettings()"
returns:
description: "the app settings defined on the web app"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.appservice.models.AppSetting?alt=com.azure.resourcemanager.appservice.models.AppSetting&text=AppSetting\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getAppSettingsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getAppSettingsAsync()"
name: "getAppSettingsAsync()"
nameWithType: "WebAppBase.getAppSettingsAsync()"
modifiers:
- "abstract"
syntax: "public abstract Mono<Map<String,AppSetting>> getAppSettingsAsync()"
returns:
description: "the app settings defined on the web app"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.appservice.models.AppSetting?alt=com.azure.resourcemanager.appservice.models.AppSetting&text=AppSetting\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getAuthenticationConfig()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getAuthenticationConfig()"
name: "getAuthenticationConfig()"
nameWithType: "WebAppBase.getAuthenticationConfig()"
modifiers:
- "abstract"
syntax: "public abstract WebAppAuthentication getAuthenticationConfig()"
returns:
description: "the authentication configuration defined on the web app"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.WebAppAuthentication?alt=com.azure.resourcemanager.appservice.models.WebAppAuthentication&text=WebAppAuthentication\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getAuthenticationConfigAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getAuthenticationConfigAsync()"
name: "getAuthenticationConfigAsync()"
nameWithType: "WebAppBase.getAuthenticationConfigAsync()"
modifiers:
- "abstract"
syntax: "public abstract Mono<WebAppAuthentication> getAuthenticationConfigAsync()"
returns:
description: "the authentication configuration defined on the web app"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.WebAppAuthentication?alt=com.azure.resourcemanager.appservice.models.WebAppAuthentication&text=WebAppAuthentication\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getConnectionStrings()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getConnectionStrings()"
name: "getConnectionStrings()"
nameWithType: "WebAppBase.getConnectionStrings()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,ConnectionString> getConnectionStrings()"
returns:
description: "the connection strings defined on the web app"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.appservice.models.ConnectionString?alt=com.azure.resourcemanager.appservice.models.ConnectionString&text=ConnectionString\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getConnectionStringsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getConnectionStringsAsync()"
name: "getConnectionStringsAsync()"
nameWithType: "WebAppBase.getConnectionStringsAsync()"
modifiers:
- "abstract"
syntax: "public abstract Mono<Map<String,ConnectionString>> getConnectionStringsAsync()"
returns:
description: "the connection strings defined on the web app"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.appservice.models.ConnectionString?alt=com.azure.resourcemanager.appservice.models.ConnectionString&text=ConnectionString\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getContainerLogs()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getContainerLogs()"
name: "getContainerLogs()"
nameWithType: "WebAppBase.getContainerLogs()"
modifiers:
- "abstract"
syntax: "public abstract byte[] getContainerLogs()"
returns:
description: "the last lines of docker logs for a Linux web app"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getContainerLogsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getContainerLogsAsync()"
name: "getContainerLogsAsync()"
nameWithType: "WebAppBase.getContainerLogsAsync()"
modifiers:
- "abstract"
syntax: "public abstract Mono<byte[]> getContainerLogsAsync()"
returns:
description: "the last lines of docker logs for a Linux web app"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getContainerLogsZip()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getContainerLogsZip()"
name: "getContainerLogsZip()"
nameWithType: "WebAppBase.getContainerLogsZip()"
modifiers:
- "abstract"
syntax: "public abstract byte[] getContainerLogsZip()"
returns:
description: "the zipped archive of docker logs for a Linux web app"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getContainerLogsZipAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getContainerLogsZipAsync()"
name: "getContainerLogsZipAsync()"
nameWithType: "WebAppBase.getContainerLogsZipAsync()"
modifiers:
- "abstract"
syntax: "public abstract Mono<byte[]> getContainerLogsZipAsync()"
returns:
description: "the zipped archive of docker logs for a Linux web app"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getHostnameBindings()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getHostnameBindings()"
name: "getHostnameBindings()"
nameWithType: "WebAppBase.getHostnameBindings()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,HostnameBinding> getHostnameBindings()"
returns:
description: "the mapping from host names and the host name bindings"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.appservice.models.HostnameBinding?alt=com.azure.resourcemanager.appservice.models.HostnameBinding&text=HostnameBinding\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getHostnameBindingsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getHostnameBindingsAsync()"
name: "getHostnameBindingsAsync()"
nameWithType: "WebAppBase.getHostnameBindingsAsync()"
modifiers:
- "abstract"
syntax: "public abstract Mono<Map<String,HostnameBinding>> getHostnameBindingsAsync()"
returns:
description: "the mapping from host names and the host name bindings"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.appservice.models.HostnameBinding?alt=com.azure.resourcemanager.appservice.models.HostnameBinding&text=HostnameBinding\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getPublishingProfile()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getPublishingProfile()"
name: "getPublishingProfile()"
nameWithType: "WebAppBase.getPublishingProfile()"
modifiers:
- "abstract"
syntax: "public abstract PublishingProfile getPublishingProfile()"
returns:
description: "the URL and credentials for publishing through FTP or Git"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PublishingProfile?alt=com.azure.resourcemanager.appservice.models.PublishingProfile&text=PublishingProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getPublishingProfileAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getPublishingProfileAsync()"
name: "getPublishingProfileAsync()"
nameWithType: "WebAppBase.getPublishingProfileAsync()"
modifiers:
- "abstract"
syntax: "public abstract Mono<PublishingProfile> getPublishingProfileAsync()"
returns:
description: "the URL and credentials for publishing through FTP or Git"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.PublishingProfile?alt=com.azure.resourcemanager.appservice.models.PublishingProfile&text=PublishingProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getSiteAppSettings()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getSiteAppSettings()"
name: "getSiteAppSettings()"
nameWithType: "WebAppBase.getSiteAppSettings()"
summary: "Gets the App Settings on site from Kudu client."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> getSiteAppSettings()"
desc: "Gets the App Settings on site from Kudu client. It might lag after App Setting update to the site."
returns:
description: "the App Settings on site from Kudu client"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getSiteAppSettingsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getSiteAppSettingsAsync()"
name: "getSiteAppSettingsAsync()"
nameWithType: "WebAppBase.getSiteAppSettingsAsync()"
summary: "Gets the App Settings on site from Kudu client."
modifiers:
- "abstract"
syntax: "public abstract Mono<Map<String,String>> getSiteAppSettingsAsync()"
desc: "Gets the App Settings on site from Kudu client. It might lag after App Setting update to the site."
returns:
description: "the App Settings on site from Kudu client"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getSourceControl()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getSourceControl()"
name: "getSourceControl()"
nameWithType: "WebAppBase.getSourceControl()"
modifiers:
- "abstract"
syntax: "public abstract WebAppSourceControl getSourceControl()"
returns:
description: "the source control information for the web app"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.WebAppSourceControl?alt=com.azure.resourcemanager.appservice.models.WebAppSourceControl&text=WebAppSourceControl\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.getSourceControlAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.getSourceControlAsync()"
name: "getSourceControlAsync()"
nameWithType: "WebAppBase.getSourceControlAsync()"
modifiers:
- "abstract"
syntax: "public abstract Mono<WebAppSourceControl> getSourceControlAsync()"
returns:
description: "the source control information for the web app"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.WebAppSourceControl?alt=com.azure.resourcemanager.appservice.models.WebAppSourceControl&text=WebAppSourceControl\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.http20Enabled()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.http20Enabled()"
name: "http20Enabled()"
nameWithType: "WebAppBase.http20Enabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean http20Enabled()"
returns:
description: "whether to allow clients to connect over http2.0"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.ipSecurityRules()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.ipSecurityRules()"
name: "ipSecurityRules()"
nameWithType: "WebAppBase.ipSecurityRules()"
modifiers:
- "abstract"
syntax: "public abstract List<IpSecurityRestriction> ipSecurityRules()"
returns:
description: "the list of ip security rules."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.IpSecurityRestriction?alt=com.azure.resourcemanager.appservice.models.IpSecurityRestriction&text=IpSecurityRestriction\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.javaContainer()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.javaContainer()"
name: "javaContainer()"
nameWithType: "WebAppBase.javaContainer()"
modifiers:
- "abstract"
syntax: "public abstract String javaContainer()"
returns:
description: "Java container"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.javaContainerVersion()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.javaContainerVersion()"
name: "javaContainerVersion()"
nameWithType: "WebAppBase.javaContainerVersion()"
modifiers:
- "abstract"
syntax: "public abstract String javaContainerVersion()"
returns:
description: "Java container version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.javaVersion()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.javaVersion()"
name: "javaVersion()"
nameWithType: "WebAppBase.javaVersion()"
modifiers:
- "abstract"
syntax: "public abstract JavaVersion javaVersion()"
returns:
description: "Java version"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.JavaVersion?alt=com.azure.resourcemanager.appservice.models.JavaVersion&text=JavaVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.linuxFxVersion()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.linuxFxVersion()"
name: "linuxFxVersion()"
nameWithType: "WebAppBase.linuxFxVersion()"
modifiers:
- "abstract"
syntax: "public abstract String linuxFxVersion()"
returns:
description: "the Linux app framework and version if this is a Linux 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.WebAppBase.localMySqlEnabled()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.localMySqlEnabled()"
name: "localMySqlEnabled()"
nameWithType: "WebAppBase.localMySqlEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean localMySqlEnabled()"
returns:
description: "whether local MySQL is enabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.managedPipelineMode()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.managedPipelineMode()"
name: "managedPipelineMode()"
nameWithType: "WebAppBase.managedPipelineMode()"
modifiers:
- "abstract"
syntax: "public abstract ManagedPipelineMode managedPipelineMode()"
returns:
description: "managed pipeline mode"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ManagedPipelineMode?alt=com.azure.resourcemanager.appservice.models.ManagedPipelineMode&text=ManagedPipelineMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.minTlsVersion()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.minTlsVersion()"
name: "minTlsVersion()"
nameWithType: "WebAppBase.minTlsVersion()"
modifiers:
- "abstract"
syntax: "public abstract SupportedTlsVersions minTlsVersion()"
returns:
description: "the minimum version of TLS required for SSL requests."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SupportedTlsVersions?alt=com.azure.resourcemanager.appservice.models.SupportedTlsVersions&text=SupportedTlsVersions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.netFrameworkVersion()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.netFrameworkVersion()"
name: "netFrameworkVersion()"
nameWithType: "WebAppBase.netFrameworkVersion()"
modifiers:
- "abstract"
syntax: "public abstract NetFrameworkVersion netFrameworkVersion()"
returns:
description: "the .NET Framework version"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.NetFrameworkVersion?alt=com.azure.resourcemanager.appservice.models.NetFrameworkVersion&text=NetFrameworkVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.nodeVersion()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.nodeVersion()"
name: "nodeVersion()"
nameWithType: "WebAppBase.nodeVersion()"
modifiers:
- "abstract"
syntax: "public abstract String nodeVersion()"
returns:
description: "the version of Node.JS"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.phpVersion()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.phpVersion()"
name: "phpVersion()"
nameWithType: "WebAppBase.phpVersion()"
modifiers:
- "abstract"
syntax: "public abstract PhpVersion phpVersion()"
returns:
description: "the version of PHP"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PhpVersion?alt=com.azure.resourcemanager.appservice.models.PhpVersion&text=PhpVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.platformArchitecture()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.platformArchitecture()"
name: "platformArchitecture()"
nameWithType: "WebAppBase.platformArchitecture()"
modifiers:
- "abstract"
syntax: "public abstract PlatformArchitecture platformArchitecture()"
returns:
description: "the architecture of the platform, either 32 bit (x86) or 64 bit (x64)."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PlatformArchitecture?alt=com.azure.resourcemanager.appservice.models.PlatformArchitecture&text=PlatformArchitecture\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.publicNetworkAccess()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.publicNetworkAccess()"
name: "publicNetworkAccess()"
nameWithType: "WebAppBase.publicNetworkAccess()"
summary: "Whether the web app can be accessed from public network."
modifiers:
- "abstract"
syntax: "public abstract PublicNetworkAccess publicNetworkAccess()"
desc: "Whether the web app can be accessed from public network."
returns:
description: "whether the web app can be accessed from public network."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PublicNetworkAccess?alt=com.azure.resourcemanager.appservice.models.PublicNetworkAccess&text=PublicNetworkAccess\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.pythonVersion()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.pythonVersion()"
name: "pythonVersion()"
nameWithType: "WebAppBase.pythonVersion()"
modifiers:
- "abstract"
syntax: "public abstract PythonVersion pythonVersion()"
returns:
description: "the version of Python"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PythonVersion?alt=com.azure.resourcemanager.appservice.models.PythonVersion&text=PythonVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.remoteDebuggingEnabled()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.remoteDebuggingEnabled()"
name: "remoteDebuggingEnabled()"
nameWithType: "WebAppBase.remoteDebuggingEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean remoteDebuggingEnabled()"
returns:
description: "if the remote eebugging is enabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.remoteDebuggingVersion()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.remoteDebuggingVersion()"
name: "remoteDebuggingVersion()"
nameWithType: "WebAppBase.remoteDebuggingVersion()"
modifiers:
- "abstract"
syntax: "public abstract RemoteVisualStudioVersion remoteDebuggingVersion()"
returns:
description: "the remote debugging version"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.RemoteVisualStudioVersion?alt=com.azure.resourcemanager.appservice.models.RemoteVisualStudioVersion&text=RemoteVisualStudioVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.resetSlotConfigurations()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.resetSlotConfigurations()"
name: "resetSlotConfigurations()"
nameWithType: "WebAppBase.resetSlotConfigurations()"
summary: "Reset the slot to its original configurations."
modifiers:
- "abstract"
syntax: "public abstract void resetSlotConfigurations()"
desc: "Reset the slot to its original configurations."
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.resetSlotConfigurationsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.resetSlotConfigurationsAsync()"
name: "resetSlotConfigurationsAsync()"
nameWithType: "WebAppBase.resetSlotConfigurationsAsync()"
summary: "Reset the slot to its original configurations."
modifiers:
- "abstract"
syntax: "public abstract Mono<Void> resetSlotConfigurationsAsync()"
desc: "Reset the slot to its original configurations."
returns:
description: "a representation of the deferred computation of this call"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.restart()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.restart()"
name: "restart()"
nameWithType: "WebAppBase.restart()"
summary: "Restarts the web app or deployment slot."
modifiers:
- "abstract"
syntax: "public abstract void restart()"
desc: "Restarts the web app or deployment slot."
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.restartAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.restartAsync()"
name: "restartAsync()"
nameWithType: "WebAppBase.restartAsync()"
summary: "Restarts the web app or deployment slot."
modifiers:
- "abstract"
syntax: "public abstract Mono<Void> restartAsync()"
desc: "Restarts the web app or deployment slot."
returns:
description: "a representation of the deferred computation of this call"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.scmType()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.scmType()"
name: "scmType()"
nameWithType: "WebAppBase.scmType()"
modifiers:
- "abstract"
syntax: "public abstract ScmType scmType()"
returns:
description: "the SCM configuration for the web app"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ScmType?alt=com.azure.resourcemanager.appservice.models.ScmType&text=ScmType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.start()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.start()"
name: "start()"
nameWithType: "WebAppBase.start()"
summary: "Starts the web app or deployment slot."
modifiers:
- "abstract"
syntax: "public abstract void start()"
desc: "Starts the web app or deployment slot."
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.startAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.startAsync()"
name: "startAsync()"
nameWithType: "WebAppBase.startAsync()"
summary: "Starts the web app or deployment slot."
modifiers:
- "abstract"
syntax: "public abstract Mono<Void> startAsync()"
desc: "Starts the web app or deployment slot."
returns:
description: "a representation of the deferred computation of this call"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.stop()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.stop()"
name: "stop()"
nameWithType: "WebAppBase.stop()"
summary: "Stops the web app or deployment slot."
modifiers:
- "abstract"
syntax: "public abstract void stop()"
desc: "Stops the web app or deployment slot."
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.stopAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.stopAsync()"
name: "stopAsync()"
nameWithType: "WebAppBase.stopAsync()"
summary: "Stops the web app or deployment slot."
modifiers:
- "abstract"
syntax: "public abstract Mono<Void> stopAsync()"
desc: "Stops the web app or deployment slot."
returns:
description: "a representation of the deferred computation of this call"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.streamAllLogs()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.streamAllLogs()"
name: "streamAllLogs()"
nameWithType: "WebAppBase.streamAllLogs()"
modifiers:
- "abstract"
syntax: "public abstract InputStream streamAllLogs()"
returns:
description: "a open stream to all logs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html\">InputStream</a>"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.streamAllLogsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.streamAllLogsAsync()"
name: "streamAllLogsAsync()"
nameWithType: "WebAppBase.streamAllLogsAsync()"
modifiers:
- "abstract"
syntax: "public abstract Flux<String> streamAllLogsAsync()"
returns:
description: "an Observable streaming all logs"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.streamApplicationLogs()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.streamApplicationLogs()"
name: "streamApplicationLogs()"
nameWithType: "WebAppBase.streamApplicationLogs()"
modifiers:
- "abstract"
syntax: "public abstract InputStream streamApplicationLogs()"
returns:
description: "a open stream to the application logs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html\">InputStream</a>"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.streamApplicationLogsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.streamApplicationLogsAsync()"
name: "streamApplicationLogsAsync()"
nameWithType: "WebAppBase.streamApplicationLogsAsync()"
modifiers:
- "abstract"
syntax: "public abstract Flux<String> streamApplicationLogsAsync()"
returns:
description: "an Observable streaming application logs"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.streamDeploymentLogs()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.streamDeploymentLogs()"
name: "streamDeploymentLogs()"
nameWithType: "WebAppBase.streamDeploymentLogs()"
modifiers:
- "abstract"
syntax: "public abstract InputStream streamDeploymentLogs()"
returns:
description: "a open stream to the deployment logs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html\">InputStream</a>"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.streamDeploymentLogsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.streamDeploymentLogsAsync()"
name: "streamDeploymentLogsAsync()"
nameWithType: "WebAppBase.streamDeploymentLogsAsync()"
modifiers:
- "abstract"
syntax: "public abstract Flux<String> streamDeploymentLogsAsync()"
returns:
description: "an Observable streaming deployment logs"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.streamHttpLogs()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.streamHttpLogs()"
name: "streamHttpLogs()"
nameWithType: "WebAppBase.streamHttpLogs()"
modifiers:
- "abstract"
syntax: "public abstract InputStream streamHttpLogs()"
returns:
description: "a open stream to the HTTP logs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html\">InputStream</a>"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.streamHttpLogsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.streamHttpLogsAsync()"
name: "streamHttpLogsAsync()"
nameWithType: "WebAppBase.streamHttpLogsAsync()"
modifiers:
- "abstract"
syntax: "public abstract Flux<String> streamHttpLogsAsync()"
returns:
description: "an Observable streaming HTTP logs"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.streamTraceLogs()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.streamTraceLogs()"
name: "streamTraceLogs()"
nameWithType: "WebAppBase.streamTraceLogs()"
modifiers:
- "abstract"
syntax: "public abstract InputStream streamTraceLogs()"
returns:
description: "a open stream to the trace logs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html\">InputStream</a>"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.streamTraceLogsAsync()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.streamTraceLogsAsync()"
name: "streamTraceLogsAsync()"
nameWithType: "WebAppBase.streamTraceLogsAsync()"
modifiers:
- "abstract"
syntax: "public abstract Flux<String> streamTraceLogsAsync()"
returns:
description: "an Observable streaming trace logs"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.swap(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.swap(String slotName)"
name: "swap(String slotName)"
nameWithType: "WebAppBase.swap(String slotName)"
summary: "Swaps the app running in the current web app / slot with the app running in the specified slot."
modifiers:
- "abstract"
parameters:
- description: "the target slot to swap with. Use 'production' for the production slot."
name: "slotName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void swap(String slotName)"
desc: "Swaps the app running in the current web app / slot with the app running in the specified slot."
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.swapAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.swapAsync(String slotName)"
name: "swapAsync(String slotName)"
nameWithType: "WebAppBase.swapAsync(String slotName)"
summary: "Swaps the app running in the current web app / slot with the app running in the specified slot."
modifiers:
- "abstract"
parameters:
- description: "the target slot to swap with. Use 'production' for the production slot."
name: "slotName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> swapAsync(String slotName)"
desc: "Swaps the app running in the current web app / slot with the app running in the specified slot."
returns:
description: "a representation of the deferred computation of this call"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.systemAssignedManagedServiceIdentityPrincipalId()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.systemAssignedManagedServiceIdentityPrincipalId()"
name: "systemAssignedManagedServiceIdentityPrincipalId()"
nameWithType: "WebAppBase.systemAssignedManagedServiceIdentityPrincipalId()"
modifiers:
- "abstract"
syntax: "public abstract String systemAssignedManagedServiceIdentityPrincipalId()"
returns:
description: "the System Assigned (Local) Managed Service Identity specific Active Directory service principal ID\n assigned to 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.WebAppBase.systemAssignedManagedServiceIdentityTenantId()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.systemAssignedManagedServiceIdentityTenantId()"
name: "systemAssignedManagedServiceIdentityTenantId()"
nameWithType: "WebAppBase.systemAssignedManagedServiceIdentityTenantId()"
modifiers:
- "abstract"
syntax: "public abstract String systemAssignedManagedServiceIdentityTenantId()"
returns:
description: "the System Assigned (Local) Managed Service Identity specific Active Directory tenant ID assigned to the\n 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.WebAppBase.userAssignedManagedServiceIdentityIds()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.userAssignedManagedServiceIdentityIds()"
name: "userAssignedManagedServiceIdentityIds()"
nameWithType: "WebAppBase.userAssignedManagedServiceIdentityIds()"
modifiers:
- "abstract"
syntax: "public abstract Set<String> userAssignedManagedServiceIdentityIds()"
returns:
description: "The ids of the user assigned identities"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Set.html\">Set</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.verifyDomainOwnership(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.verifyDomainOwnership(String certificateOrderName, String domainVerificationToken)"
name: "verifyDomainOwnership(String certificateOrderName, String domainVerificationToken)"
nameWithType: "WebAppBase.verifyDomainOwnership(String certificateOrderName, String domainVerificationToken)"
summary: "Verifies the ownership of the domain for a certificate order by verifying a hostname of the domain is bound to this web app."
modifiers:
- "abstract"
parameters:
- description: "the name of the certificate order"
name: "certificateOrderName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the domain verification token for the certificate order"
name: "domainVerificationToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void verifyDomainOwnership(String certificateOrderName, String domainVerificationToken)"
desc: "Verifies the ownership of the domain for a certificate order by verifying a hostname of the domain is bound to this web app."
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.verifyDomainOwnershipAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken)"
name: "verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken)"
nameWithType: "WebAppBase.verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken)"
summary: "Verifies the ownership of the domain for a certificate order by verifying a hostname of the domain is bound to this web app."
modifiers:
- "abstract"
parameters:
- description: "the name of the certificate order"
name: "certificateOrderName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the domain verification token for the certificate order"
name: "domainVerificationToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> verifyDomainOwnershipAsync(String certificateOrderName, String domainVerificationToken)"
desc: "Verifies the ownership of the domain for a certificate order by verifying a hostname of the domain is bound to this web app."
returns:
description: "a representation of the deferred computation of this call"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.virtualApplications()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.virtualApplications()"
name: "virtualApplications()"
nameWithType: "WebAppBase.virtualApplications()"
modifiers:
- "abstract"
syntax: "public abstract List<VirtualApplication> virtualApplications()"
returns:
description: "the virtual applications and their virtual directories in this web app"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.VirtualApplication?alt=com.azure.resourcemanager.appservice.models.VirtualApplication&text=VirtualApplication\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.webSocketsEnabled()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.webSocketsEnabled()"
name: "webSocketsEnabled()"
nameWithType: "WebAppBase.webSocketsEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean webSocketsEnabled()"
returns:
description: "if web socket is enabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.windowsFxVersion()"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.windowsFxVersion()"
name: "windowsFxVersion()"
nameWithType: "WebAppBase.windowsFxVersion()"
modifiers:
- "abstract"
syntax: "public abstract String windowsFxVersion()"
returns:
description: "the Windows app framework and version if this is a Windows 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.WebAppBase.zipDeploy(java.io.File)"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.zipDeploy(File zipFile)"
name: "zipDeploy(File zipFile)"
nameWithType: "WebAppBase.zipDeploy(File zipFile)"
summary: "Deploys a ZIP file onto the Azure specialized Java SE image on this web app."
modifiers:
- "abstract"
parameters:
- description: "the ZIP file to upload"
name: "zipFile"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/File.html\">File</a>"
syntax: "public abstract void zipDeploy(File zipFile)"
desc: "Deploys a ZIP file onto the Azure specialized Java SE image on this web app."
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.zipDeploy(java.io.InputStream,long)"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.zipDeploy(InputStream zipFile, long length)"
name: "zipDeploy(InputStream zipFile, long length)"
nameWithType: "WebAppBase.zipDeploy(InputStream zipFile, long length)"
summary: "Deploys a ZIP file onto the Azure specialized Java SE image on this web app."
modifiers:
- "abstract"
parameters:
- description: "the ZIP file to upload"
name: "zipFile"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html\">InputStream</a>"
- description: "the length of the file"
name: "length"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void zipDeploy(InputStream zipFile, long length)"
desc: "Deploys a ZIP file onto the Azure specialized Java SE image on this web app.\n\nRetry by client is required if error happens, due to nature of the stream."
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.zipDeployAsync(java.io.File)"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.zipDeployAsync(File zipFile)"
name: "zipDeployAsync(File zipFile)"
nameWithType: "WebAppBase.zipDeployAsync(File zipFile)"
summary: "Deploys a ZIP file onto the Azure specialized Java SE image on this web app."
modifiers:
- "abstract"
parameters:
- description: "the ZIP file to upload"
name: "zipFile"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/File.html\">File</a>"
syntax: "public abstract Mono<Void> zipDeployAsync(File zipFile)"
desc: "Deploys a ZIP file onto the Azure specialized Java SE image on this web app."
returns:
description: "a completable of the operation"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appservice.models.WebAppBase.zipDeployAsync(java.io.InputStream,long)"
fullName: "com.azure.resourcemanager.appservice.models.WebAppBase.zipDeployAsync(InputStream zipFile, long length)"
name: "zipDeployAsync(InputStream zipFile, long length)"
nameWithType: "WebAppBase.zipDeployAsync(InputStream zipFile, long length)"
summary: "Deploys a ZIP file onto the Azure specialized Java SE image on this web app."
modifiers:
- "abstract"
parameters:
- description: "the ZIP file to upload"
name: "zipFile"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html\">InputStream</a>"
- description: "the length of the file"
name: "length"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Void> zipDeployAsync(InputStream zipFile, long length)"
desc: "Deploys a ZIP file onto the Azure specialized Java SE image on this web app.\n\nRetry by client is required if error happens, due to nature of the stream."
returns:
description: "a completable of the operation"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
type: "interface"
desc: "An immutable client-side representation of an Azure Web App or deployment slot."
implements:
- "<xref href=\"com.azure.resourcemanager.appservice.models.WebSiteBase?alt=com.azure.resourcemanager.appservice.models.WebSiteBase&text=WebSiteBase\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.AppServiceManager?alt=com.azure.resourcemanager.appservice.AppServiceManager&text=AppServiceManager\" 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\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasName?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0