Share via


Extensions.CreateComposeDeploymentAsync Method

Definition

Overloads

CreateComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentDescription)

public static System.Threading.Tasks.Task CreateComposeDeploymentAsync(this System.Fabric.FabricClient.ComposeDeploymentClient client, Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentDescription composeDeploymentDescription);
static member CreateComposeDeploymentAsync : System.Fabric.FabricClient.ComposeDeploymentClient * Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentDescription -> System.Threading.Tasks.Task
<Extension()>
Public Function CreateComposeDeploymentAsync (client As FabricClient.ComposeDeploymentClient, composeDeploymentDescription As ComposeDeploymentDescription) As Task

Parameters

composeDeploymentDescription
ComposeDeploymentDescription

Returns

System.Threading.Tasks.Task

Applies to

CreateComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentDescription, TimeSpan)

public static System.Threading.Tasks.Task CreateComposeDeploymentAsync(this System.Fabric.FabricClient.ComposeDeploymentClient client, Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentDescription composeDeploymentDescription, TimeSpan timeout);
static member CreateComposeDeploymentAsync : System.Fabric.FabricClient.ComposeDeploymentClient * Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentDescription * TimeSpan -> System.Threading.Tasks.Task
<Extension()>
Public Function CreateComposeDeploymentAsync (client As FabricClient.ComposeDeploymentClient, composeDeploymentDescription As ComposeDeploymentDescription, timeout As TimeSpan) As Task

Parameters

composeDeploymentDescription
ComposeDeploymentDescription
timeout
System.TimeSpan

Returns

System.Threading.Tasks.Task

Applies to

CreateComposeDeploymentAsync(FabricClient+ComposeDeploymentClient, ComposeDeploymentDescription, TimeSpan, CancellationToken)

public static System.Threading.Tasks.Task CreateComposeDeploymentAsync(this System.Fabric.FabricClient.ComposeDeploymentClient client, Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentDescription composeDeploymentDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
static member CreateComposeDeploymentAsync : System.Fabric.FabricClient.ComposeDeploymentClient * Microsoft.ServiceFabric.Preview.Client.Description.ComposeDeploymentDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function CreateComposeDeploymentAsync (client As FabricClient.ComposeDeploymentClient, composeDeploymentDescription As ComposeDeploymentDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

composeDeploymentDescription
ComposeDeploymentDescription
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to