Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.DeploymentListInner
Packages that use DeploymentListInner
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the inner data models for AppPlatformManagementClient.
-
Uses of DeploymentListInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return DeploymentListInnerModifier and TypeMethodDescriptionBuildServiceBuildersClient.listDeployments(String resourceGroupName, String serviceName, String buildServiceName, String builderName) List deployments that are using the builder.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type DeploymentListInnerModifier and TypeMethodDescriptionBuildServiceBuildersClient.listDeploymentsAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName) List deployments that are using the builder.com.azure.core.http.rest.Response<DeploymentListInner>BuildServiceBuildersClient.listDeploymentsWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String builderName, com.azure.core.util.Context context) List deployments that are using the builder.Mono<com.azure.core.http.rest.Response<DeploymentListInner>>BuildServiceBuildersClient.listDeploymentsWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String builderName) List deployments that are using the builder. -
Uses of DeploymentListInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return DeploymentListInnerModifier and TypeMethodDescriptionDeploymentListInner.withDeployments(List<String> deployments) Set the deployments property: A list of deployment resource ids.