Share via


ComposeDeploymentStatusQueryDescription Class

Definition

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