ComposeDeploymentStatusQueryDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the query input used by System.Fabric.FabricClient.ComposeDeploymentClient.GetComposeDeploymentStatusPagedListAsync(Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentStatusQueryDescription) .
public sealed class ComposeDeploymentStatusQueryDescription
type ComposeDeploymentStatusQueryDescription = class
Public NotInheritable Class ComposeDeploymentStatusQueryDescription
- Inheritance
-
ComposeDeploymentStatusQueryDescription
Constructors
ComposeDeploymentStatusQueryDescription() |
Instantiates an instance of ComposeDeploymentStatusQueryDescription class. |
Properties
ContinuationToken |
Gets or sets the token that can be used by queries to get the next page. |
DeploymentNameFilter |
Gets or sets the name of compose deployment to query for. |
MaxResults |
Gets or sets the max number of Microsoft.ServiceFabric.Preview.Client.Query.ComposeDeploymentStatusResultItems that can be returned per page. |
Applies to
Azure SDK for .NET