Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DeploymentInner
Packages that use DeploymentInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DeploymentInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return DeploymentInnerModifier and TypeMethodDescriptionWebAppsClient.createDeployment
(String resourceGroupName, String name, String id, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.WebAppsClient.createDeploymentSlot
(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.WebAppsClient.getDeployment
(String resourceGroupName, String name, String id) Get a deployment by its ID for an app, or a deployment slot.WebAppsClient.getDeploymentSlot
(String resourceGroupName, String name, String id, String slot) Get a deployment by its ID for an app, or a deployment slot.WebAppsClient.listDeploymentLog
(String resourceGroupName, String name, String id) List deployment log for specific deployment for an app, or a deployment slot.WebAppsClient.listDeploymentLogSlot
(String resourceGroupName, String name, String id, String slot) List deployment log for specific deployment for an app, or a deployment slot.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type DeploymentInnerModifier and TypeMethodDescriptionWebAppsClient.createDeploymentAsync
(String resourceGroupName, String name, String id, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.WebAppsClient.createDeploymentSlotAsync
(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.com.azure.core.http.rest.Response
<DeploymentInner> WebAppsClient.createDeploymentSlotWithResponse
(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment, com.azure.core.util.Context context) Create a deployment for an app, or a deployment slot.Mono
<com.azure.core.http.rest.Response<DeploymentInner>> WebAppsClient.createDeploymentSlotWithResponseAsync
(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.com.azure.core.http.rest.Response
<DeploymentInner> WebAppsClient.createDeploymentWithResponse
(String resourceGroupName, String name, String id, DeploymentInner deployment, com.azure.core.util.Context context) Create a deployment for an app, or a deployment slot.Mono
<com.azure.core.http.rest.Response<DeploymentInner>> WebAppsClient.createDeploymentWithResponseAsync
(String resourceGroupName, String name, String id, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.WebAppsClient.getDeploymentAsync
(String resourceGroupName, String name, String id) Get a deployment by its ID for an app, or a deployment slot.WebAppsClient.getDeploymentSlotAsync
(String resourceGroupName, String name, String id, String slot) Get a deployment by its ID for an app, or a deployment slot.com.azure.core.http.rest.Response
<DeploymentInner> WebAppsClient.getDeploymentSlotWithResponse
(String resourceGroupName, String name, String id, String slot, com.azure.core.util.Context context) Get a deployment by its ID for an app, or a deployment slot.Mono
<com.azure.core.http.rest.Response<DeploymentInner>> WebAppsClient.getDeploymentSlotWithResponseAsync
(String resourceGroupName, String name, String id, String slot) Get a deployment by its ID for an app, or a deployment slot.com.azure.core.http.rest.Response
<DeploymentInner> WebAppsClient.getDeploymentWithResponse
(String resourceGroupName, String name, String id, com.azure.core.util.Context context) Get a deployment by its ID for an app, or a deployment slot.Mono
<com.azure.core.http.rest.Response<DeploymentInner>> WebAppsClient.getDeploymentWithResponseAsync
(String resourceGroupName, String name, String id) Get a deployment by its ID for an app, or a deployment slot.WebAppsClient.listDeploymentLogAsync
(String resourceGroupName, String name, String id) List deployment log for specific deployment for an app, or a deployment slot.WebAppsClient.listDeploymentLogSlotAsync
(String resourceGroupName, String name, String id, String slot) List deployment log for specific deployment for an app, or a deployment slot.com.azure.core.http.rest.Response
<DeploymentInner> WebAppsClient.listDeploymentLogSlotWithResponse
(String resourceGroupName, String name, String id, String slot, com.azure.core.util.Context context) List deployment log for specific deployment for an app, or a deployment slot.Mono
<com.azure.core.http.rest.Response<DeploymentInner>> WebAppsClient.listDeploymentLogSlotWithResponseAsync
(String resourceGroupName, String name, String id, String slot) List deployment log for specific deployment for an app, or a deployment slot.com.azure.core.http.rest.Response
<DeploymentInner> WebAppsClient.listDeploymentLogWithResponse
(String resourceGroupName, String name, String id, com.azure.core.util.Context context) List deployment log for specific deployment for an app, or a deployment slot.Mono
<com.azure.core.http.rest.Response<DeploymentInner>> WebAppsClient.listDeploymentLogWithResponseAsync
(String resourceGroupName, String name, String id) List deployment log for specific deployment for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable
<DeploymentInner> WebAppsClient.listDeployments
(String resourceGroupName, String name) List deployments for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable
<DeploymentInner> WebAppsClient.listDeployments
(String resourceGroupName, String name, com.azure.core.util.Context context) List deployments for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux
<DeploymentInner> WebAppsClient.listDeploymentsAsync
(String resourceGroupName, String name) List deployments for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable
<DeploymentInner> WebAppsClient.listDeploymentsSlot
(String resourceGroupName, String name, String slot) List deployments for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable
<DeploymentInner> WebAppsClient.listDeploymentsSlot
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) List deployments for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux
<DeploymentInner> WebAppsClient.listDeploymentsSlotAsync
(String resourceGroupName, String name, String slot) List deployments for an app, or a deployment slot.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type DeploymentInnerModifier and TypeMethodDescriptionWebAppsClient.createDeployment
(String resourceGroupName, String name, String id, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.WebAppsClient.createDeploymentAsync
(String resourceGroupName, String name, String id, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.WebAppsClient.createDeploymentSlot
(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.WebAppsClient.createDeploymentSlotAsync
(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.com.azure.core.http.rest.Response
<DeploymentInner> WebAppsClient.createDeploymentSlotWithResponse
(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment, com.azure.core.util.Context context) Create a deployment for an app, or a deployment slot.Mono
<com.azure.core.http.rest.Response<DeploymentInner>> WebAppsClient.createDeploymentSlotWithResponseAsync
(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment) Create a deployment for an app, or a deployment slot.com.azure.core.http.rest.Response
<DeploymentInner> WebAppsClient.createDeploymentWithResponse
(String resourceGroupName, String name, String id, DeploymentInner deployment, com.azure.core.util.Context context) Create a deployment for an app, or a deployment slot.Mono
<com.azure.core.http.rest.Response<DeploymentInner>> WebAppsClient.createDeploymentWithResponseAsync
(String resourceGroupName, String name, String id, DeploymentInner deployment) Create a deployment for an app, or a deployment slot. -
Uses of DeploymentInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DeploymentInnerModifier and TypeMethodDescriptionstatic DeploymentInner
DeploymentInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentInner from the JsonReader.DeploymentInner.withActive
(Boolean active) Set the active property: True if deployment is currently active, false if completed and null if not started.DeploymentInner.withAuthor
(String author) Set the author property: Who authored the deployment.DeploymentInner.withAuthorEmail
(String authorEmail) Set the authorEmail property: Author email.DeploymentInner.withDeployer
(String deployer) Set the deployer property: Who performed the deployment.DeploymentInner.withDetails
(String details) Set the details property: Details on deployment.DeploymentInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: End time.Set the kind property: Kind of resource.DeploymentInner.withMessage
(String message) Set the message property: Details about deployment status.DeploymentInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: Start time.DeploymentInner.withStatus
(Integer status) Set the status property: Deployment status. -
Uses of DeploymentInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DeploymentInnerModifier and TypeMethodDescriptionDeploymentCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DeploymentInnerModifier and TypeMethodDescriptionDeploymentCollection.withValue
(List<DeploymentInner> value) Set the value property: Collection of resources.