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

172 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.WebApp"
fullName: "com.azure.resourcemanager.appservice.models.WebApp"
name: "WebApp"
nameWithType: "WebApp"
summary: "An immutable client-side representation of an Azure Web App."
syntax: "public interface **WebApp**</br> extends <xref href=\"com.azure.resourcemanager.appservice.models.WebAppBasic?alt=com.azure.resourcemanager.appservice.models.WebAppBasic&text=WebAppBasic\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.appservice.models.SupportsOneDeploy?alt=com.azure.resourcemanager.appservice.models.SupportsOneDeploy&text=SupportsOneDeploy\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.appservice.models.WebAppBase?alt=com.azure.resourcemanager.appservice.models.WebAppBase&text=WebAppBase\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Updatable?alt=com.azure.resourcemanager.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.WebApp.Update?alt=com.azure.resourcemanager.appservice.models.WebApp.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource&text=SupportsListingPrivateLinkResource\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateEndpointConnection?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateEndpointConnection&text=SupportsListingPrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsUpdatingPrivateEndpointConnection?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsUpdatingPrivateEndpointConnection&text=SupportsUpdatingPrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.azure.resourcemanager.appservice.models.WebApp.deploymentSlots()"
fullName: "com.azure.resourcemanager.appservice.models.WebApp.deploymentSlots()"
name: "deploymentSlots()"
nameWithType: "WebApp.deploymentSlots()"
modifiers:
- "abstract"
syntax: "public abstract DeploymentSlots deploymentSlots()"
returns:
description: "the entry point to deployment slot management API under the web app"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DeploymentSlots?alt=com.azure.resourcemanager.appservice.models.DeploymentSlots&text=DeploymentSlots\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.WebApp.warDeploy(java.io.File)"
fullName: "com.azure.resourcemanager.appservice.models.WebApp.warDeploy(File warFile)"
name: "warDeploy(File warFile)"
nameWithType: "WebApp.warDeploy(File warFile)"
summary: "Deploys a WAR file onto the Azure specialized Tomcat on this web app."
modifiers:
- "abstract"
parameters:
- description: "the WAR file to upload"
name: "warFile"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/File.html\">File</a>"
syntax: "public abstract void warDeploy(File warFile)"
desc: "Deploys a WAR file onto the Azure specialized Tomcat on this web app."
- uid: "com.azure.resourcemanager.appservice.models.WebApp.warDeploy(java.io.File,java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.WebApp.warDeploy(File warFile, String appName)"
name: "warDeploy(File warFile, String appName)"
nameWithType: "WebApp.warDeploy(File warFile, String appName)"
summary: "Deploys a WAR file onto the Azure specialized Tomcat on this web app."
modifiers:
- "abstract"
parameters:
- description: "the WAR file to upload"
name: "warFile"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/File.html\">File</a>"
- description: "the name of the app, default to \"ROOT\" when not provided"
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void warDeploy(File warFile, String appName)"
desc: "Deploys a WAR file onto the Azure specialized Tomcat on this web app."
- uid: "com.azure.resourcemanager.appservice.models.WebApp.warDeploy(java.io.InputStream,long)"
fullName: "com.azure.resourcemanager.appservice.models.WebApp.warDeploy(InputStream warFile, long length)"
name: "warDeploy(InputStream warFile, long length)"
nameWithType: "WebApp.warDeploy(InputStream warFile, long length)"
summary: "Deploys a WAR file onto the Azure specialized Tomcat on this web app."
modifiers:
- "abstract"
parameters:
- description: "the WAR file to upload"
name: "warFile"
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 warDeploy(InputStream warFile, long length)"
desc: "Deploys a WAR file onto the Azure specialized Tomcat 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.WebApp.warDeploy(java.io.InputStream,long,java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.WebApp.warDeploy(InputStream warFile, long length, String appName)"
name: "warDeploy(InputStream warFile, long length, String appName)"
nameWithType: "WebApp.warDeploy(InputStream warFile, long length, String appName)"
summary: "Deploys a WAR file onto the Azure specialized Tomcat on this web app."
modifiers:
- "abstract"
parameters:
- description: "the WAR file to upload"
name: "warFile"
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\" />"
- description: "the name of the app, default to \"ROOT\" when not provided"
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void warDeploy(InputStream warFile, long length, String appName)"
desc: "Deploys a WAR file onto the Azure specialized Tomcat 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.WebApp.warDeployAsync(java.io.File)"
fullName: "com.azure.resourcemanager.appservice.models.WebApp.warDeployAsync(File warFile)"
name: "warDeployAsync(File warFile)"
nameWithType: "WebApp.warDeployAsync(File warFile)"
summary: "Deploys a WAR file onto the Azure specialized Tomcat on this web app."
modifiers:
- "abstract"
parameters:
- description: "the WAR file to upload"
name: "warFile"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/File.html\">File</a>"
syntax: "public abstract Mono<Void> warDeployAsync(File warFile)"
desc: "Deploys a WAR file onto the Azure specialized Tomcat 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.WebApp.warDeployAsync(java.io.File,java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.WebApp.warDeployAsync(File warFile, String appName)"
name: "warDeployAsync(File warFile, String appName)"
nameWithType: "WebApp.warDeployAsync(File warFile, String appName)"
summary: "Deploys a WAR file onto the Azure specialized Tomcat on this web app."
modifiers:
- "abstract"
parameters:
- description: "the WAR file to upload"
name: "warFile"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/File.html\">File</a>"
- description: "the name of the app, default to \"ROOT\" when not provided"
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> warDeployAsync(File warFile, String appName)"
desc: "Deploys a WAR file onto the Azure specialized Tomcat 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.WebApp.warDeployAsync(java.io.InputStream,long)"
fullName: "com.azure.resourcemanager.appservice.models.WebApp.warDeployAsync(InputStream warFile, long length)"
name: "warDeployAsync(InputStream warFile, long length)"
nameWithType: "WebApp.warDeployAsync(InputStream warFile, long length)"
summary: "Deploys a WAR file onto the Azure specialized Tomcat on this web app."
modifiers:
- "abstract"
parameters:
- description: "the WAR file to upload"
name: "warFile"
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> warDeployAsync(InputStream warFile, long length)"
desc: "Deploys a WAR file onto the Azure specialized Tomcat 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;"
- uid: "com.azure.resourcemanager.appservice.models.WebApp.warDeployAsync(java.io.InputStream,long,java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.WebApp.warDeployAsync(InputStream warFile, long length, String appName)"
name: "warDeployAsync(InputStream warFile, long length, String appName)"
nameWithType: "WebApp.warDeployAsync(InputStream warFile, long length, String appName)"
summary: "Deploys a WAR file onto the Azure specialized Tomcat on this web app."
modifiers:
- "abstract"
parameters:
- description: "the WAR file to upload"
name: "warFile"
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\" />"
- description: "the name of the app, default to \"ROOT\" when not provided"
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> warDeployAsync(InputStream warFile, long length, String appName)"
desc: "Deploys a WAR file onto the Azure specialized Tomcat 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."
implements:
- "<xref href=\"com.azure.resourcemanager.appservice.models.SupportsOneDeploy?alt=com.azure.resourcemanager.appservice.models.SupportsOneDeploy&text=SupportsOneDeploy\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.appservice.models.WebAppBase?alt=com.azure.resourcemanager.appservice.models.WebAppBase&text=WebAppBase\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.appservice.models.WebAppBasic?alt=com.azure.resourcemanager.appservice.models.WebAppBasic&text=WebAppBasic\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateEndpointConnection?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateEndpointConnection&text=SupportsListingPrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource&text=SupportsListingPrivateLinkResource\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.SupportsUpdatingPrivateEndpointConnection?alt=com.azure.resourcemanager.resources.fluentcore.collection.SupportsUpdatingPrivateEndpointConnection&text=SupportsUpdatingPrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Updatable?alt=com.azure.resourcemanager.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.WebApp.Update?alt=com.azure.resourcemanager.appservice.models.WebApp.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0