Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DeploymentInner
-
Packages that use DeploymentInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 DeploymentInner Modifier and Type Method Description DeploymentInnerWebAppsClient. createDeployment(String resourceGroupName, String name, String id, DeploymentInner deployment)Description for Create a deployment for an app, or a deployment slot.DeploymentInnerWebAppsClient. createDeploymentSlot(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment)Description for Create a deployment for an app, or a deployment slot.DeploymentInnerWebAppsClient. getDeployment(String resourceGroupName, String name, String id)Description for Get a deployment by its ID for an app, or a deployment slot.DeploymentInnerWebAppsClient. getDeploymentSlot(String resourceGroupName, String name, String id, String slot)Description for Get a deployment by its ID for an app, or a deployment slot.DeploymentInnerWebAppsClient. listDeploymentLog(String resourceGroupName, String name, String id)Description for List deployment log for specific deployment for an app, or a deployment slot.DeploymentInnerWebAppsClient. listDeploymentLogSlot(String resourceGroupName, String name, String id, String slot)Description for 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 DeploymentInner Modifier and Type Method Description Mono<DeploymentInner>WebAppsClient. createDeploymentAsync(String resourceGroupName, String name, String id, DeploymentInner deployment)Description for Create a deployment for an app, or a deployment slot.Mono<DeploymentInner>WebAppsClient. createDeploymentSlotAsync(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment)Description for 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)Description for 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)Description for 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)Description for 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)Description for Create a deployment for an app, or a deployment slot.Mono<DeploymentInner>WebAppsClient. getDeploymentAsync(String resourceGroupName, String name, String id)Description for Get a deployment by its ID for an app, or a deployment slot.Mono<DeploymentInner>WebAppsClient. getDeploymentSlotAsync(String resourceGroupName, String name, String id, String slot)Description for 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)Description for 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)Description for 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)Description for 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)Description for Get a deployment by its ID for an app, or a deployment slot.Mono<DeploymentInner>WebAppsClient. listDeploymentLogAsync(String resourceGroupName, String name, String id)Description for List deployment log for specific deployment for an app, or a deployment slot.Mono<DeploymentInner>WebAppsClient. listDeploymentLogSlotAsync(String resourceGroupName, String name, String id, String slot)Description for 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)Description for 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)Description for 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)Description for 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)Description for 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)Description for 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)Description for List deployments for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<DeploymentInner>WebAppsClient. listDeploymentsAsync(String resourceGroupName, String name)Description for List deployments for an app, or a deployment slot.com.azure.core.http.rest.PagedIterable<DeploymentInner>WebAppsClient. listDeploymentsSlot(String resourceGroupName, String name, String slot)Description for 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)Description for List deployments for an app, or a deployment slot.com.azure.core.http.rest.PagedFlux<DeploymentInner>WebAppsClient. listDeploymentsSlotAsync(String resourceGroupName, String name, String slot)Description for List deployments for an app, or a deployment slot.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type DeploymentInner Modifier and Type Method Description DeploymentInnerWebAppsClient. createDeployment(String resourceGroupName, String name, String id, DeploymentInner deployment)Description for Create a deployment for an app, or a deployment slot.Mono<DeploymentInner>WebAppsClient. createDeploymentAsync(String resourceGroupName, String name, String id, DeploymentInner deployment)Description for Create a deployment for an app, or a deployment slot.DeploymentInnerWebAppsClient. createDeploymentSlot(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment)Description for Create a deployment for an app, or a deployment slot.Mono<DeploymentInner>WebAppsClient. createDeploymentSlotAsync(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment)Description for 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)Description for 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)Description for 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)Description for 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)Description for 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 DeploymentInner Modifier and Type Method Description DeploymentInnerDeploymentInner. withActive(Boolean active)Set the active property: True if deployment is currently active, false if completed and null if not started.DeploymentInnerDeploymentInner. withAuthor(String author)Set the author property: Who authored the deployment.DeploymentInnerDeploymentInner. withAuthorEmail(String authorEmail)Set the authorEmail property: Author email.DeploymentInnerDeploymentInner. withDeployer(String deployer)Set the deployer property: Who performed the deployment.DeploymentInnerDeploymentInner. withDetails(String details)Set the details property: Details on deployment.DeploymentInnerDeploymentInner. withEndTime(OffsetDateTime endTime)Set the endTime property: End time.DeploymentInnerDeploymentInner. withKind(String kind)Set the kind property: Kind of resource.DeploymentInnerDeploymentInner. withMessage(String message)Set the message property: Details about deployment status.DeploymentInnerDeploymentInner. withStartTime(OffsetDateTime startTime)Set the startTime property: Start time.DeploymentInnerDeploymentInner. 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 DeploymentInner Modifier and Type Method Description List<DeploymentInner>DeploymentCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DeploymentInner Modifier and Type Method Description DeploymentCollectionDeploymentCollection. withValue(List<DeploymentInner> value)Set the value property: Collection of resources.
-