Uses of Class
com.azure.resourcemanager.appplatform.models.ActiveDeploymentCollection
Packages that use ActiveDeploymentCollection
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of ActiveDeploymentCollection in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type ActiveDeploymentCollectionModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner> AppsClient.beginSetActiveDeployments(String resourceGroupName, String serviceName, String appName, ActiveDeploymentCollection activeDeploymentCollection) Set existing Deployment under the app as active.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner> AppsClient.beginSetActiveDeployments(String resourceGroupName, String serviceName, String appName, ActiveDeploymentCollection activeDeploymentCollection, com.azure.core.util.Context context) Set existing Deployment under the app as active.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner> AppsClient.beginSetActiveDeploymentsAsync(String resourceGroupName, String serviceName, String appName, ActiveDeploymentCollection activeDeploymentCollection) Set existing Deployment under the app as active.AppsClient.setActiveDeployments(String resourceGroupName, String serviceName, String appName, ActiveDeploymentCollection activeDeploymentCollection) Set existing Deployment under the app as active.AppsClient.setActiveDeployments(String resourceGroupName, String serviceName, String appName, ActiveDeploymentCollection activeDeploymentCollection, com.azure.core.util.Context context) Set existing Deployment under the app as active.AppsClient.setActiveDeploymentsAsync(String resourceGroupName, String serviceName, String appName, ActiveDeploymentCollection activeDeploymentCollection) Set existing Deployment under the app as active.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>AppsClient.setActiveDeploymentsWithResponseAsync(String resourceGroupName, String serviceName, String appName, ActiveDeploymentCollection activeDeploymentCollection) Set existing Deployment under the app as active. -
Uses of ActiveDeploymentCollection in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ActiveDeploymentCollectionModifier and TypeMethodDescriptionstatic ActiveDeploymentCollectionActiveDeploymentCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActiveDeploymentCollection from the JsonReader.ActiveDeploymentCollection.withActiveDeploymentNames(List<String> activeDeploymentNames) Set the activeDeploymentNames property: Collection of Deployment name.