Extensions.CreateComposeDeploymentAsync Method
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.
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