DeploymentOperationsExtensions.BeginDeletingRoleInstanceByDeploymentName 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.
The Delete Role Instances operation deletes a role instance from a deployment in a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn469418.aspx for more information)
public static Microsoft.Azure.AzureOperationResponse BeginDeletingRoleInstanceByDeploymentName (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters parameters);
static member BeginDeletingRoleInstanceByDeploymentName : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginDeletingRoleInstanceByDeploymentName (operations As IDeploymentOperations, serviceName As String, deploymentName As String, parameters As DeploymentDeleteRoleInstanceParameters) As AzureOperationResponse
Parameters
- operations
- IDeploymentOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.
- serviceName
- String
Required. The name of the cloud service.
- deploymentName
- String
Required. The name of the deployment.
- parameters
- DeploymentDeleteRoleInstanceParameters
Required. The parameters to delete the role.
Returns
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET