DeploymentOperationsExtensions.DeleteRoleInstanceByDeploymentName Method (IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public static OperationStatusResponse DeleteRoleInstanceByDeploymentName(
this IDeploymentOperations operations,
string serviceName,
string deploymentName,
DeploymentDeleteRoleInstanceParameters roleInstanceName
)
public:
[ExtensionAttribute]
static OperationStatusResponse^ DeleteRoleInstanceByDeploymentName(
IDeploymentOperations^ operations,
String^ serviceName,
String^ deploymentName,
DeploymentDeleteRoleInstanceParameters^ roleInstanceName
)
static member DeleteRoleInstanceByDeploymentName :
operations:IDeploymentOperations *
serviceName:string *
deploymentName:string *
roleInstanceName:DeploymentDeleteRoleInstanceParameters -> OperationStatusResponse
<ExtensionAttribute>
Public Shared Function DeleteRoleInstanceByDeploymentName (
operations As IDeploymentOperations,
serviceName As String,
deploymentName As String,
roleInstanceName As DeploymentDeleteRoleInstanceParameters
) As 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: Microsoft.Azure.OperationStatusResponse
See Also
DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top