DeploymentOperationsExtensions.BeginDeletingRoleInstanceByDeploymentNameAsync Method (IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function BeginDeletingRoleInstanceByDeploymentNameAsync ( operations As IDeploymentOperations, serviceName As String, deploymentName As String, parameters As DeploymentDeleteRoleInstanceParameters ) As Task(Of AzureOperationResponse)
Parameters
- operations
- Type: Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations
- serviceName
- Type: System.String
- deploymentName
- Type: System.String
Return Value
Type: System.Threading.Tasks.Task(Of AzureOperationResponse)
Show: