Uses of Class
com.azure.resourcemanager.appservice.models.CsmDeploymentStatus
Packages that use CsmDeploymentStatus
Package
Description
Package containing the service clients for AppService.
Package containing the data models for AppService.
-
Uses of CsmDeploymentStatus in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return CsmDeploymentStatusModifier and TypeMethodDescriptionWebAppsClient.getProductionSiteDeploymentStatus(String resourceGroupName, String name, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).WebAppsClient.getProductionSiteDeploymentStatus(String resourceGroupName, String name, String deploymentStatusId, com.azure.core.util.Context context) Gets the deployment status for an app (or deployment slot, if specified).WebAppsClient.getSlotSiteDeploymentStatusSlot(String resourceGroupName, String name, String slot, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).WebAppsClient.getSlotSiteDeploymentStatusSlot(String resourceGroupName, String name, String slot, String deploymentStatusId, com.azure.core.util.Context context) Gets the deployment status for an app (or deployment slot, if specified).Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CsmDeploymentStatusModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetProductionSiteDeploymentStatus(String resourceGroupName, String name, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetProductionSiteDeploymentStatus(String resourceGroupName, String name, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetProductionSiteDeploymentStatus(String resourceGroupName, String name, String deploymentStatusId, com.azure.core.util.Context context) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetProductionSiteDeploymentStatus(String resourceGroupName, String name, String deploymentStatusId, com.azure.core.util.Context context) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetProductionSiteDeploymentStatusAsync(String resourceGroupName, String name, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetProductionSiteDeploymentStatusAsync(String resourceGroupName, String name, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetSlotSiteDeploymentStatusSlot(String resourceGroupName, String name, String slot, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetSlotSiteDeploymentStatusSlot(String resourceGroupName, String name, String slot, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetSlotSiteDeploymentStatusSlot(String resourceGroupName, String name, String slot, String deploymentStatusId, com.azure.core.util.Context context) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetSlotSiteDeploymentStatusSlot(String resourceGroupName, String name, String slot, String deploymentStatusId, com.azure.core.util.Context context) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetSlotSiteDeploymentStatusSlotAsync(String resourceGroupName, String name, String slot, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CsmDeploymentStatus>, CsmDeploymentStatus> WebAppsClient.beginGetSlotSiteDeploymentStatusSlotAsync(String resourceGroupName, String name, String slot, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).WebAppsClient.getProductionSiteDeploymentStatusAsync(String resourceGroupName, String name, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).WebAppsClient.getSlotSiteDeploymentStatusSlotAsync(String resourceGroupName, String name, String slot, String deploymentStatusId) Gets the deployment status for an app (or deployment slot, if specified).com.azure.core.http.rest.PagedIterable<CsmDeploymentStatus> WebAppsClient.listProductionSiteDeploymentStatuses(String resourceGroupName, String name) List deployment statuses for an app (or deployment slot, if specified).com.azure.core.http.rest.PagedIterable<CsmDeploymentStatus> WebAppsClient.listProductionSiteDeploymentStatuses(String resourceGroupName, String name, com.azure.core.util.Context context) List deployment statuses for an app (or deployment slot, if specified).com.azure.core.http.rest.PagedFlux<CsmDeploymentStatus> WebAppsClient.listProductionSiteDeploymentStatusesAsync(String resourceGroupName, String name) List deployment statuses for an app (or deployment slot, if specified).com.azure.core.http.rest.PagedIterable<CsmDeploymentStatus> WebAppsClient.listSlotSiteDeploymentStatusesSlot(String resourceGroupName, String name, String slot) List deployment statuses for an app (or deployment slot, if specified).com.azure.core.http.rest.PagedIterable<CsmDeploymentStatus> WebAppsClient.listSlotSiteDeploymentStatusesSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) List deployment statuses for an app (or deployment slot, if specified).com.azure.core.http.rest.PagedFlux<CsmDeploymentStatus> WebAppsClient.listSlotSiteDeploymentStatusesSlotAsync(String resourceGroupName, String name, String slot) List deployment statuses for an app (or deployment slot, if specified). -
Uses of CsmDeploymentStatus in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CsmDeploymentStatusModifier and TypeMethodDescriptionstatic CsmDeploymentStatusCsmDeploymentStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CsmDeploymentStatus from the JsonReader.SupportsOneDeploy.getDeploymentStatus(String deploymentId) Gets deployment status for Azure Site.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type CsmDeploymentStatusModifier and TypeMethodDescriptionSupportsOneDeploy.getDeploymentStatusAsync(String deploymentId) Gets deployment status for Azure Site.