DeploymentOperationsExtensions.BeginDeletingRoleInstanceByDeploymentNameAsync Method (IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public static Task<AzureOperationResponse> BeginDeletingRoleInstanceByDeploymentNameAsync(
this IDeploymentOperations operations,
string serviceName,
string deploymentName,
DeploymentDeleteRoleInstanceParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginDeletingRoleInstanceByDeploymentNameAsync(
IDeploymentOperations^ operations,
String^ serviceName,
String^ deploymentName,
DeploymentDeleteRoleInstanceParameters^ parameters
)
static member BeginDeletingRoleInstanceByDeploymentNameAsync :
operations:IDeploymentOperations *
serviceName:string *
deploymentName:string *
parameters:DeploymentDeleteRoleInstanceParameters -> Task<AzureOperationResponse>
<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
- parameters
Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
See Also
DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top