DeploymentOperationsExtensions.BeginRebuildingRoleInstanceByDeploymentSlotAsync Method (IDeploymentOperations, String, String, String, String)
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public static Task<AzureOperationResponse> BeginRebuildingRoleInstanceByDeploymentSlotAsync(
this IDeploymentOperations operations,
string serviceName,
string deploymentSlot,
string roleInstanceName,
string resources
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginRebuildingRoleInstanceByDeploymentSlotAsync(
IDeploymentOperations^ operations,
String^ serviceName,
String^ deploymentSlot,
String^ roleInstanceName,
String^ resources
)
static member BeginRebuildingRoleInstanceByDeploymentSlotAsync :
operations:IDeploymentOperations *
serviceName:string *
deploymentSlot:string *
roleInstanceName:string *
resources:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginRebuildingRoleInstanceByDeploymentSlotAsync (
operations As IDeploymentOperations,
serviceName As String,
deploymentSlot As String,
roleInstanceName As String,
resources As String
) As Task(Of AzureOperationResponse)
Parameters
- operations
Type: Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations
- serviceName
Type: System.String
- deploymentSlot
Type: System.String
- roleInstanceName
Type: System.String
- resources
Type: System.String
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
See Also
DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top