DeploymentOperationsExtensions.DeleteRoleInstanceByDeploymentNameAsync 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 DeleteRoleInstanceByDeploymentNameAsync ( operations As IDeploymentOperations, serviceName As String, deploymentName As String, roleInstanceName As DeploymentDeleteRoleInstanceParameters ) As Task(Of OperationStatusResponse)
Parameters
- operations
- Type: Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations
- serviceName
- Type: System.String
- deploymentName
- Type: System.String
- roleInstanceName
- Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters
Return Value
Type: System.Threading.Tasks.Task(Of OperationStatusResponse)
Show: