xml/Microsoft.WindowsAzure.Management.Compute/IDeploymentOperations.xml (3,271 lines of code) (raw):
<Type Name="IDeploymentOperations" FullName="Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations">
<TypeSignature Language="C#" Value="public interface IDeploymentOperations" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IDeploymentOperations" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations" />
<TypeSignature Language="VB.NET" Value="Public Interface IDeploymentOperations" />
<TypeSignature Language="F#" Value="type IDeploymentOperations = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
The Service Management API includes operations for managing the
deployments in your subscription. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460812.aspx for
more information)
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="AbortMigrationAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> AbortMigrationAsync (string serviceName, string deploymentName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> AbortMigrationAsync(string serviceName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.AbortMigrationAsync(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function AbortMigrationAsync (serviceName As String, deploymentName As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member AbortMigrationAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.AbortMigrationAsync (serviceName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
Name of the cloud service.
</param>
<param name="deploymentName">
Name of the deployment to be migrated.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Abort Deployment Operation validates and aborts your deployment
for IaaS Classic to ARM migration.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginAbortMigrationAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginAbortMigrationAsync (string serviceName, string deploymentName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginAbortMigrationAsync(string serviceName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginAbortMigrationAsync(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginAbortMigrationAsync (serviceName As String, deploymentName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginAbortMigrationAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginAbortMigrationAsync (serviceName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
Name of the cloud service.
</param>
<param name="deploymentName">
Name of the deployment to be migrated.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Abort Deployment Operation validates and aborts your deployment
for IaaS Classic to ARM migration.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginChangingConfigurationByNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginChangingConfigurationByNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginChangingConfigurationByNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginChangingConfigurationByNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginChangingConfigurationByNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentChangeConfigurationParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginChangingConfigurationByNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginChangingConfigurationByNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to change deployment configuration for.
</param>
<param name="deploymentName">
The deployment to change configuration for.
</param>
<param name="parameters">
Parameters supplied to the Begin Changing Configuration Deployment
By Name operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Changing Deployment Configuration By Name operation
initiates a change to the deployment configuration. This operation
is an asynchronous operation. To determine whether the Management
service has finished processing the request, call Get Operation
Status. For more information on asynchronous operations, see
Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460809.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginChangingConfigurationBySlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginChangingConfigurationBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginChangingConfigurationBySlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginChangingConfigurationBySlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginChangingConfigurationBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentChangeConfigurationParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginChangingConfigurationBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginChangingConfigurationBySlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to change deployment configuration for.
</param>
<param name="deploymentSlot">
The slot to change deployment configuration for.
</param>
<param name="parameters">
Parameters supplied to the Begin Changing Configuration Deployment
By Slot operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Changing Deployment Configuration By Slot operation
initiates a change to the deployment configuration. This operation
is an asynchronous operation. To determine whether the Management
service has finished processing the request, call Get Operation
Status. For more information on asynchronous operations, see
Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460809.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginCommitMigrationAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCommitMigrationAsync (string serviceName, string deploymentName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginCommitMigrationAsync(string serviceName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginCommitMigrationAsync(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCommitMigrationAsync (serviceName As String, deploymentName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginCommitMigrationAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginCommitMigrationAsync (serviceName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
Name of the cloud service.
</param>
<param name="deploymentName">
Name of the deployment to be migrated.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Commit Deployment Operation validates and commits your
deployment for IaaS Classic to ARM migration.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreatingAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCreatingAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentCreateParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginCreatingAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginCreatingAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreatingAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentCreateParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginCreatingAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginCreatingAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to create a deployment for.
</param>
<param name="deploymentSlot">
The slot to create a deployment for.
</param>
<param name="parameters">
Parameters supplied to the Begin Creating Deployment operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Creating Deployment operation uploads a new service
package and creates a new deployment in the staging or production
environments. This operation is an asynchronous operation. To
determine whether the management service has finished processing
the request, call Get Operation Status. For more information on
asynchronous operations, see Tracking Asynchronous Service
Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460813.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeletingByNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingByNameAsync (string serviceName, string deploymentName, bool deleteFromStorage, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginDeletingByNameAsync(string serviceName, string deploymentName, bool deleteFromStorage, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginDeletingByNameAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeletingByNameAsync (serviceName As String, deploymentName As String, deleteFromStorage As Boolean, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeletingByNameAsync : string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginDeletingByNameAsync (serviceName, deploymentName, deleteFromStorage, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="deleteFromStorage" Type="System.Boolean" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="deleteFromStorage">
Specifies that the source blob for the disk should also be deleted
from storage.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Deleting Deployment By Name operation deletes the
specified deployment. This operation is an asynchronous operation.
To determine whether the Management service has finished
processing the request, call Get Operation Status. For more
information on asynchronous operations, see Tracking Asynchronous
Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460815.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeletingBySlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginDeletingBySlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginDeletingBySlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeletingBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeletingBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginDeletingBySlotAsync (serviceName, deploymentSlot, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Deleting Deployment By Slot operation deletes the
specified deployment. This operation is an asynchronous operation.
To determine whether the Management service has finished
processing the request, call Get Operation Status. For more
information on asynchronous operations, see Tracking Asynchronous
Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460815.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeletingRoleInstanceByBeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingRoleInstanceByBeploymentSlotAsync (string serviceName, string deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginDeletingRoleInstanceByBeploymentSlotAsync(string serviceName, string deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginDeletingRoleInstanceByBeploymentSlotAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeletingRoleInstanceByBeploymentSlotAsync (serviceName As String, deploymentSlot As String, parameters As DeploymentDeleteRoleInstanceParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeletingRoleInstanceByBeploymentSlotAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginDeletingRoleInstanceByBeploymentSlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The name of the deployment slot.
</param>
<param name="parameters">
The parameters to delete the role.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
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)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeletingRoleInstanceByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingRoleInstanceByDeploymentNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginDeletingRoleInstanceByDeploymentNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginDeletingRoleInstanceByDeploymentNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeletingRoleInstanceByDeploymentNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentDeleteRoleInstanceParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeletingRoleInstanceByDeploymentNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginDeletingRoleInstanceByDeploymentNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="parameters">
The parameters to delete the role.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
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)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGettingPackageByNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginGettingPackageByNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginGettingPackageByNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginGettingPackageByNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginGettingPackageByNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentGetPackageParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginGettingPackageByNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginGettingPackageByNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Get Package By Name operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Package By Name operation retrieves a cloud service package
for a deployment and stores the package files in Azure Blob
storage. The following package files are placed in storage: the
cloud service configuration file (.cscfg), providing configuration
settings for the cloud service and individual roles, including the
number of role instances; and the service package (.cspkg),
containing the application code and the service definition file.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154121.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGettingPackageBySlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginGettingPackageBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginGettingPackageBySlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginGettingPackageBySlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginGettingPackageBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentGetPackageParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginGettingPackageBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginGettingPackageBySlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="parameters">
Parameters supplied to the Get Package By Slot operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Package By Slot operation retrieves a cloud service package
for a deployment and stores the package files in Azure Blob
storage. The following package files are placed in storage: the
cloud service configuration file (.cscfg), providing configuration
settings for the cloud service and individual roles, including the
number of role instances; and the service package (.cspkg),
containing the application code and the service definition file.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154121.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginPrepareMigrationAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginPrepareMigrationAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginPrepareMigrationAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginPrepareMigrationAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginPrepareMigrationAsync (serviceName As String, deploymentName As String, parameters As PrepareDeploymentMigrationParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginPrepareMigrationAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginPrepareMigrationAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
Name of the cloud service.
</param>
<param name="deploymentName">
Name of the deployment to be migrated.
</param>
<param name="parameters">
Deployment Network resource parameters for migration.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Prepare Deployment Operation validates and prepares your
deployment for IaaS Classic to ARM migration.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginRebootingRoleInstanceByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginRebootingRoleInstanceByDeploymentNameAsync (string serviceName, string deploymentName, string roleInstanceName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginRebootingRoleInstanceByDeploymentNameAsync(string serviceName, string deploymentName, string roleInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginRebootingRoleInstanceByDeploymentNameAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginRebootingRoleInstanceByDeploymentNameAsync (serviceName As String, deploymentName As String, roleInstanceName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginRebootingRoleInstanceByDeploymentNameAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginRebootingRoleInstanceByDeploymentNameAsync (serviceName, deploymentName, roleInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Rebooting Role Instance By Deployment Name operation
requests a reboot of a role instance that is running in a
deployment. This operation is an asynchronous operation. To
determine whether the Management service has finished processing
the request, call Get Operation Status. For more information on
asynchronous operations, see Tracking Asynchronous Service
Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/gg441298.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginRebootingRoleInstanceByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginRebootingRoleInstanceByDeploymentSlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, string roleInstanceName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginRebootingRoleInstanceByDeploymentSlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, string roleInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginRebootingRoleInstanceByDeploymentSlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginRebootingRoleInstanceByDeploymentSlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, roleInstanceName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginRebootingRoleInstanceByDeploymentSlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginRebootingRoleInstanceByDeploymentSlotAsync (serviceName, deploymentSlot, roleInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Rebooting Role Instance By Deployment Slot operation
requests a reboot of a role instance that is running in a
deployment. This operation is an asynchronous operation. To
determine whether the Management service has finished processing
the request, call Get Operation Status. For more information on
asynchronous operations, see Tracking Asynchronous Service
Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/gg441298.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginRebuildingRoleInstanceByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginRebuildingRoleInstanceByDeploymentNameAsync (string serviceName, string deploymentName, string roleInstanceName, string resources, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginRebuildingRoleInstanceByDeploymentNameAsync(string serviceName, string deploymentName, string roleInstanceName, string resources, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginRebuildingRoleInstanceByDeploymentNameAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginRebuildingRoleInstanceByDeploymentNameAsync (serviceName As String, deploymentName As String, roleInstanceName As String, resources As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginRebuildingRoleInstanceByDeploymentNameAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginRebuildingRoleInstanceByDeploymentNameAsync (serviceName, deploymentName, roleInstanceName, resources, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="resources" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="resources">
Specifies the resources that must be rebuilt. Currently, the only
supported value is 'allLocalDrives'.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Rebuild Role Instance asynchronous operation reinstalls the
operating system on instances of web roles or worker roles and
initializes the storage resources that are used by them. If you do
not want to initialize storage resources, you can use Reimage Role
Instance
athttp://msdn.microsoft.com/en-us/library/azure/gg441292.aspx.For
more information on asynchronous operations, see Tracking
Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see http://msdn.microsoft.com/en-us/library/azure/dn627518.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginRebuildingRoleInstanceByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginRebuildingRoleInstanceByDeploymentSlotAsync (string serviceName, string deploymentSlot, string roleInstanceName, string resources, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginRebuildingRoleInstanceByDeploymentSlotAsync(string serviceName, string deploymentSlot, string roleInstanceName, string resources, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginRebuildingRoleInstanceByDeploymentSlotAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginRebuildingRoleInstanceByDeploymentSlotAsync (serviceName As String, deploymentSlot As String, roleInstanceName As String, resources As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginRebuildingRoleInstanceByDeploymentSlotAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginRebuildingRoleInstanceByDeploymentSlotAsync (serviceName, deploymentSlot, roleInstanceName, resources, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="System.String" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="resources" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="resources">
Specifies the resources that must be rebuilt. Currently, the only
supported value is 'allLocalDrives'.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Rebuild Role Instance asynchronous operation reinstalls the
operating system on instances of web roles or worker roles and
initializes the storage resources that are used by them. If you do
not want to initialize storage resources, you can use Reimage Role
Instance
athttp://msdn.microsoft.com/en-us/library/azure/gg441292.aspx.For
more information on asynchronous operations, see Tracking
Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see http://msdn.microsoft.com/en-us/library/azure/dn627518.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginReimagingRoleInstanceByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginReimagingRoleInstanceByDeploymentNameAsync (string serviceName, string deploymentName, string roleInstanceName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginReimagingRoleInstanceByDeploymentNameAsync(string serviceName, string deploymentName, string roleInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginReimagingRoleInstanceByDeploymentNameAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginReimagingRoleInstanceByDeploymentNameAsync (serviceName As String, deploymentName As String, roleInstanceName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginReimagingRoleInstanceByDeploymentNameAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginReimagingRoleInstanceByDeploymentNameAsync (serviceName, deploymentName, roleInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Reimaging Role Instance By Deployment Name operation
requests a reimage of a role instance that is running in a
deployment. This operation is an asynchronous operation. To
determine whether the Management service has finished processing
the request, call Get Operation Status. For more information on
asynchronous operations, see Tracking Asynchronous Service
Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/gg441292.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginReimagingRoleInstanceByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginReimagingRoleInstanceByDeploymentSlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, string roleInstanceName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginReimagingRoleInstanceByDeploymentSlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, string roleInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginReimagingRoleInstanceByDeploymentSlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginReimagingRoleInstanceByDeploymentSlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, roleInstanceName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginReimagingRoleInstanceByDeploymentSlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginReimagingRoleInstanceByDeploymentSlotAsync (serviceName, deploymentSlot, roleInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Reimaging Role Instance By Deployment Slot operation
requests a reimage of a role instance that is running in a
deployment. This operation is an asynchronous operation. To
determine whether the Management service has finished processing
the request, call Get Operation Status. For more information on
asynchronous operations, see Tracking Asynchronous Service
Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/gg441292.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginSwappingAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginSwappingAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginSwappingAsync(string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginSwappingAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginSwappingAsync (serviceName As String, parameters As DeploymentSwapParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginSwappingAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginSwappingAsync (serviceName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to swap deployments for.
</param>
<param name="parameters">
Parameters supplied to the Begin Swapping Deployment operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Swapping Deployment operation initiates a virtual IP
address swap between the staging and production deployment
environments for a service. If the service is currently running in
the staging environment, it will be swapped to the production
environment. If it is running in the production environment, it
will be swapped to staging. For more information on this type of
upgrade, see Performing Virtual IP Swap Upgrades at
http://msdn.microsoft.com/en-us/library/windowsazure/ee517253.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460814.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpdatingStatusByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginUpdatingStatusByDeploymentNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginUpdatingStatusByDeploymentNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginUpdatingStatusByDeploymentNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginUpdatingStatusByDeploymentNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentUpdateStatusParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginUpdatingStatusByDeploymentNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginUpdatingStatusByDeploymentNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to swap deployments for.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Begin Updating Deployment Status By
Deployment Name operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Updating Deployment Status By Deployment Name operation
initiates a change in the running status of a deployment. The
status of a deployment can be running or suspended. This operation
is an asynchronous operation. To determine whether the Management
service has finished processing the request, call Get Operation
Status. For more information on asynchronous operations, see
Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460808.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpdatingStatusByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginUpdatingStatusByDeploymentSlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginUpdatingStatusByDeploymentSlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginUpdatingStatusByDeploymentSlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginUpdatingStatusByDeploymentSlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentUpdateStatusParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginUpdatingStatusByDeploymentSlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginUpdatingStatusByDeploymentSlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to swap deployments for.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="parameters">
Parameters supplied to the Begin Updating Deployment Status By
Deployment Slot operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Updating Deployment Status By Deployment Slot operation
initiates a change in the running status of a deployment. The
status of a deployment can be running or suspended. This operation
is an asynchronous operation. To determine whether the Management
service has finished processing the request, call Get Operation
Status. For more information on asynchronous operations, see
Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460808.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpgradingByNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginUpgradingByNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginUpgradingByNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginUpgradingByNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginUpgradingByNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentUpgradeParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginUpgradingByNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginUpgradingByNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to upgrade.
</param>
<param name="deploymentName">
The deployment to upgrade.
</param>
<param name="parameters">
Parameters supplied to the Begin Upgrading Deployment By Name
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Upgrading Deployment By Name operation initiates an
update of role instances in a deployment using the package and
configuration that you specify. For more information about
updating role instances, see Update an Azure Service at
http://msdn.microsoft.com/en-us/library/windowsazure/hh472157.aspx.
This operation is an asynchronous operation. To determine whether
the request has been processed, call Get Operation Status. For
more information on asynchronous operations, see Tracking
Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
To perform an automatic update of a deployment, call Upgrade
Deployment or Change Deployment Configuration with the Mode
element set to automatic. The update proceeds from that point
without a need for further input. You can call Get Operation
Status to determine when the update is complete. To perform a
manual update, first call Upgrade Deployment with the Mode element
set to manual. Next, call Walk Upgrade Domain to update each
domain within the deployment. You should make sure that the
operation is complete by calling Get Operation Status before
updating the next domain. Important: An update that adds or
removes role instances will result in a configuration update to
all roles that are deployed in the cloud service. Existing role
instances need to be notified of new role instances so that all
role instances can communicate together in the cloud service. By
default, a cloud service is deployed with five update domains,
which are updated one at a time during an in-place update. For
information on modifying the number of update domains in the
service definition file, see the Azure Service Definition Schema
(.csdef File). To determine the update domain in which a
particular instance is running in Windows Azure, use the
UpdateDomain property of the RoleInstance class. See the Azure
Managed Library Reference at
http://msdn.microsoft.com/en-us/library/windowsazure/dd179380.aspx
for more information. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460793.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpgradingBySlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginUpgradingBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginUpgradingBySlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginUpgradingBySlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginUpgradingBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentUpgradeParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginUpgradingBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginUpgradingBySlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to upgrade.
</param>
<param name="deploymentSlot">
The slot to upgrade.
</param>
<param name="parameters">
Parameters supplied to the Begin Upgrading Deployment By Slot
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Upgrading Deployment By Slot operation initiates an
update of role instances in a deployment using the package and
configuration that you specify. For more information about
updating role instances, see Update an Azure Service at
http://msdn.microsoft.com/en-us/library/windowsazure/hh472157.aspx.This
operation is an asynchronous operation. To determine whether the
request has been processed, call Get Operation Status. For more
information on asynchronous operations, see Tracking Asynchronous
Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
To perform an automatic update of a deployment, call Upgrade
Deployment or Change Deployment Configuration with the Mode
element set to automatic. The update proceeds from that point
without a need for further input. You can call Get Operation
Status to determine when the update is complete. To perform a
manual update, first call Upgrade Deployment with the Mode element
set to manual. Next, call Walk Upgrade Domain to update each
domain within the deployment. You should make sure that the
operation is complete by calling Get Operation Status before
updating the next domain. Important: An update that adds or
removes role instances will result in a configuration update to
all roles that are deployed in the cloud service. Existing role
instances need to be notified of new role instances so that all
role instances can communicate together in the cloud service. By
default, a cloud service is deployed with five update domains,
which are updated one at a time during an in-place update. For
information on modifying the number of update domains in the
service definition file, see the Azure Service Definition Schema
(.csdef File). To determine the update domain in which a
particular instance is running in Windows Azure, use the
UpdateDomain property of the RoleInstance class. See the Azure
Managed Library Reference at
http://msdn.microsoft.com/en-us/library/windowsazure/dd179380.aspx
for more information. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460793.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginWalkingUpgradeDomainByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginWalkingUpgradeDomainByDeploymentNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginWalkingUpgradeDomainByDeploymentNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginWalkingUpgradeDomainByDeploymentNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginWalkingUpgradeDomainByDeploymentNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentWalkUpgradeDomainParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginWalkingUpgradeDomainByDeploymentNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginWalkingUpgradeDomainByDeploymentNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Begin Walking Upgrade Domain By
Deployment Name operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Walking Upgrade Domain By Deployment Name operation
specifies an update domain in which a role instance must be
updated. For more information about updating role instances, see
Update an Azure Service at
http://msdn.microsoft.com/en-us/library/windowsazure/hh472157.aspx.
This operation is an asynchronous operation. To determine whether
the Management service has finished processing the request, call
Get Operation Status. For more information on asynchronous
operations, see Tracking Asynchronous Service Management Requests
at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
Prior to calling the Walk Upgrade Domain operation you must have
called Upgrade Deployment, Change Deployment Configuration, or
Rollback Update Or Upgrade. By default, a service is deployed with
five update domains, which are updated one at a time during an
in-place update. For information on modifying the number of update
domains in the service definition file, see the Azure Service
Definition Schema (.csdef File). To perform a manual update of
your deployment, proceed in this order: Call Upgrade Deployment
with the Mode element set to manual. Call Walk Upgrade Domain to
update each domain within the deployment. Update domains must be
updated in order. For example, begin with domain 0, proceed to
domain 1, and so on. Important: An update that adds or removes
role instances will result in a configuration update to all roles
that are deployed in the cloud service. Existing role instances
need to be notified of new role instances so that all role
instances can communicate together in the cloud service. While an
update is in progress, call Get Deployment to determine its
status. If the update is in progress, Get Deployment returns an
UpgradeStatus element that contains information about the update.
If the update is complete, or if no update is in progress, then
the UpgradeStatus element is null. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460800.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginWalkingUpgradeDomainByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginWalkingUpgradeDomainByDeploymentSlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginWalkingUpgradeDomainByDeploymentSlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.BeginWalkingUpgradeDomainByDeploymentSlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginWalkingUpgradeDomainByDeploymentSlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentWalkUpgradeDomainParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginWalkingUpgradeDomainByDeploymentSlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.BeginWalkingUpgradeDomainByDeploymentSlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="parameters">
Parameters supplied to the Begin Walking Upgrade Domain By
Deployment Slot operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Walking Upgrade Domain By Deployment Slot operation
specifies an update domain in which a role instance must be
updated. For more information about updating role instances, see
Update an Azure Service at
http://msdn.microsoft.com/en-us/library/windowsazure/hh472157.aspx.
This operation is an asynchronous operation. To determine whether
the Management service has finished processing the request, call
Get Operation Status. For more information on asynchronous
operations, see Tracking Asynchronous Service Management Requests
at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
Prior to calling the Walk Upgrade Domain operation you must have
called Upgrade Deployment, Change Deployment Configuration, or
Rollback Update Or Upgrade. By default, a service is deployed with
five update domains, which are updated one at a time during an
in-place update. For information on modifying the number of update
domains in the service definition file, see the Azure Service
Definition Schema (.csdef File). To perform a manual update of
your deployment, proceed in this order: Call Upgrade Deployment
with the Mode element set to manual. Call Walk Upgrade Domain to
update each domain within the deployment. Update domains must be
updated in order. For example, begin with domain 0, proceed to
domain 1, and so on. Important: An update that adds or removes
role instances will result in a configuration update to all roles
that are deployed in the cloud service. Existing role instances
need to be notified of new role instances so that all role
instances can communicate together in the cloud service. While an
update is in progress, call Get Deployment to determine its
status. If the update is in progress, Get Deployment returns an
UpgradeStatus element that contains information about the update.
If the update is complete, or if no update is in progress, then
the UpgradeStatus element is null. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460800.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ChangeConfigurationByNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> ChangeConfigurationByNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> ChangeConfigurationByNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.ChangeConfigurationByNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ChangeConfigurationByNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentChangeConfigurationParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ChangeConfigurationByNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.ChangeConfigurationByNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to change deployment configuration for.
</param>
<param name="deploymentName">
The deployment to change configuration for.
</param>
<param name="parameters">
Parameters supplied to the Change ConfigurationDeployment By Name
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Change Deployment Configuration By Name operation initiates a
change to the deployment configuration. This operation is an
asynchronous operation. To determine whether the Management
service has finished processing the request, call Get Operation
Status. For more information on asynchronous operations, see
Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460809.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ChangeConfigurationBySlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> ChangeConfigurationBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> ChangeConfigurationBySlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.ChangeConfigurationBySlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ChangeConfigurationBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentChangeConfigurationParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ChangeConfigurationBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.ChangeConfigurationBySlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to change deployment configuration for.
</param>
<param name="deploymentSlot">
The slot to change deployment configuration for.
</param>
<param name="parameters">
Parameters supplied to the Change Configuration Deployment By Slot
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Change Deployment Configuration By Slot operation initiates a
change to the deployment configuration. This operation is an
asynchronous operation. To determine whether the Management
service has finished processing the request, call Get Operation
Status. For more information on asynchronous operations, see
Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460809.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CommitMigrationAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> CommitMigrationAsync (string serviceName, string deploymentName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> CommitMigrationAsync(string serviceName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.CommitMigrationAsync(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CommitMigrationAsync (serviceName As String, deploymentName As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member CommitMigrationAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.CommitMigrationAsync (serviceName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
Name of the cloud service.
</param>
<param name="deploymentName">
Name of the deployment to be migrated.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Commit Deployment Operation validates and commits your
deployment for IaaS Classic to ARM migration.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> CreateAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentCreateParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> CreateAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentCreateParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member CreateAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.CreateAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to create a deployment for.
</param>
<param name="deploymentSlot">
The slot to create a deployment for.
</param>
<param name="parameters">
Parameters supplied to the Create Deployment operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Create Deployment operation uploads a new service package and
creates a new deployment in the staging or production
environments. This operation is an asynchronous operation. To
determine whether the management service has finished processing
the request, call Get Operation Status. For more information on
asynchronous operations, see Tracking Asynchronous Service
Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460813.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteByNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> DeleteByNameAsync (string serviceName, string deploymentName, bool deleteFromStorage, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> DeleteByNameAsync(string serviceName, string deploymentName, bool deleteFromStorage, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.DeleteByNameAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteByNameAsync (serviceName As String, deploymentName As String, deleteFromStorage As Boolean, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteByNameAsync : string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.DeleteByNameAsync (serviceName, deploymentName, deleteFromStorage, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="deleteFromStorage" Type="System.Boolean" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="deleteFromStorage">
Specifies that the source blob for the disk should also be deleted
from storage.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Delete Deployment By Name operation deletes the specified
deployment. This operation is an asynchronous operation. To
determine whether the Management service has finished processing
the request, call Get Operation Status. For more information on
asynchronous operations, see Tracking Asynchronous Service
Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460815.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteBySlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> DeleteBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> DeleteBySlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.DeleteBySlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.DeleteBySlotAsync (serviceName, deploymentSlot, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Delete Deployment By Slot operation deletes the specified
deployment. This operation is an asynchronous operation. To
determine whether the Management service has finished processing
the request, call Get Operation Status. For more information on
asynchronous operations, see Tracking Asynchronous Service
Management Requests. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460815.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteRoleInstanceByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> DeleteRoleInstanceByDeploymentNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters roleInstanceName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> DeleteRoleInstanceByDeploymentNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters roleInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.DeleteRoleInstanceByDeploymentNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteRoleInstanceByDeploymentNameAsync (serviceName As String, deploymentName As String, roleInstanceName As DeploymentDeleteRoleInstanceParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteRoleInstanceByDeploymentNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.DeleteRoleInstanceByDeploymentNameAsync (serviceName, deploymentName, roleInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleInstanceName" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="roleInstanceName">
The parameters to delete the role.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
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)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteRoleInstanceByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> DeleteRoleInstanceByDeploymentSlotAsync (string serviceName, string deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> DeleteRoleInstanceByDeploymentSlotAsync(string serviceName, string deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.DeleteRoleInstanceByDeploymentSlotAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteRoleInstanceByDeploymentSlotAsync (serviceName As String, deploymentSlot As String, parameters As DeploymentDeleteRoleInstanceParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteRoleInstanceByDeploymentSlotAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.DeleteRoleInstanceByDeploymentSlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The name of the deployment slot.
</param>
<param name="parameters">
The parameters to delete the role.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Delete Role Instances operation deletes the role instances from
a deployment in a cloud service. (see
http://msdn.microsoft.com/en-us/library/windowsazure/dn469418.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetByNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse> GetByNameAsync (string serviceName, string deploymentName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse> GetByNameAsync(string serviceName, string deploymentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.GetByNameAsync(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetByNameAsync (serviceName As String, deploymentName As String, cancellationToken As CancellationToken) As Task(Of DeploymentGetResponse)" />
<MemberSignature Language="F#" Value="abstract member GetByNameAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse>" Usage="iDeploymentOperations.GetByNameAsync (serviceName, deploymentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Deployment By Name operation returns configuration
information, status, and system properties for a deployment. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460804.aspx
for more information)
</summary>
<returns>
A deployment that exists in the cloud service.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetBySlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse> GetBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse> GetBySlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.GetBySlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, cancellationToken As CancellationToken) As Task(Of DeploymentGetResponse)" />
<MemberSignature Language="F#" Value="abstract member GetBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse>" Usage="iDeploymentOperations.GetBySlotAsync (serviceName, deploymentSlot, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Deployment By Slot operation returns configuration
information, status, and system properties for a deployment. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460804.aspx
for more information)
</summary>
<returns>
A deployment that exists in the cloud service.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetPackageByNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> GetPackageByNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> GetPackageByNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.GetPackageByNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetPackageByNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentGetPackageParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member GetPackageByNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.GetPackageByNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Get Package By Name operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Package By Name operation retrieves a cloud service package
for a deployment and stores the package files in Azure Blob
storage. The following package files are placed in storage: the
cloud service configuration file (.cscfg), providing configuration
settings for the cloud service and individual roles, including the
number of role instances; and the service package (.cspkg),
containing the application code and the service definition file.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154121.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetPackageBySlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> GetPackageBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> GetPackageBySlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.GetPackageBySlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetPackageBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentGetPackageParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member GetPackageBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.GetPackageBySlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="parameters">
Parameters supplied to the Get Package By Slot operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Package By Slot operation retrieves a cloud service package
for a deployment and stores the package files in Azure Blob
storage. The following package files are placed in storage: the
cloud service configuration file (.cscfg), providing configuration
settings for the cloud service and individual roles, including the
number of role instances; and the service package (.cspkg),
containing the application code and the service definition file.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154121.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListEventsAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse> ListEventsAsync (string serviceName, string deploymentName, DateTime startTime, DateTime endTime, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse> ListEventsAsync(string serviceName, string deploymentName, valuetype System.DateTime startTime, valuetype System.DateTime endTime, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.ListEventsAsync(System.String,System.String,System.DateTime,System.DateTime,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListEventsAsync (serviceName As String, deploymentName As String, startTime As DateTime, endTime As DateTime, cancellationToken As CancellationToken) As Task(Of DeploymentEventListResponse)" />
<MemberSignature Language="F#" Value="abstract member ListEventsAsync : string * string * DateTime * DateTime * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse>" Usage="iDeploymentOperations.ListEventsAsync (serviceName, deploymentName, startTime, endTime, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="startTime" Type="System.DateTime" />
<Parameter Name="endTime" Type="System.DateTime" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of the deployment.
</param>
<param name="startTime">
Datetime in UTC representing the start time of the query.
</param>
<param name="endTime">
Datetime in UTC representing the end time of the query.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Identifies the list of reboot events due to planned maintenance
that impacted a deployment in the optionally provided timeframe.
</summary>
<returns>
Identifies the list of reboot events due to planned maintenance
that impacted a deployment in the optionally provided timeframe.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListEventsBySlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse> ListEventsBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, DateTime startTime, DateTime endTime, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse> ListEventsBySlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, valuetype System.DateTime startTime, valuetype System.DateTime endTime, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.ListEventsBySlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,System.DateTime,System.DateTime,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListEventsBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, startTime As DateTime, endTime As DateTime, cancellationToken As CancellationToken) As Task(Of DeploymentEventListResponse)" />
<MemberSignature Language="F#" Value="abstract member ListEventsBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * DateTime * DateTime * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse>" Usage="iDeploymentOperations.ListEventsBySlotAsync (serviceName, deploymentSlot, startTime, endTime, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="startTime" Type="System.DateTime" />
<Parameter Name="endTime" Type="System.DateTime" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="startTime">
Datetime in UTC representing the start time of the query.
</param>
<param name="endTime">
Datetime in UTC representing the end time of the query.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Identifies the list of reboot events due to planned maintenance
that impacted a deployment in the optionally provided timeframe.
</summary>
<returns>
Identifies the list of reboot events due to planned maintenance
that impacted a deployment in the optionally provided timeframe.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PrepareMigrationAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> PrepareMigrationAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> PrepareMigrationAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.PrepareMigrationAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function PrepareMigrationAsync (serviceName As String, deploymentName As String, parameters As PrepareDeploymentMigrationParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member PrepareMigrationAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.PrepareMigrationAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
Name of the cloud service.
</param>
<param name="deploymentName">
Name of the deployment to be migrated.
</param>
<param name="parameters">
Deployment Network resource parameters for migration.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Prepare Deployment Operation validates and prepares your
deployment for IaaS Classic to ARM migration.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RebootRoleInstanceByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RebootRoleInstanceByDeploymentNameAsync (string serviceName, string deploymentName, string roleInstanceName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RebootRoleInstanceByDeploymentNameAsync(string serviceName, string deploymentName, string roleInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.RebootRoleInstanceByDeploymentNameAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RebootRoleInstanceByDeploymentNameAsync (serviceName As String, deploymentName As String, roleInstanceName As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member RebootRoleInstanceByDeploymentNameAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.RebootRoleInstanceByDeploymentNameAsync (serviceName, deploymentName, roleInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Reboot Role Instance By Deployment Name operation requests a
reboot of a role instance that is running in a deployment. This
operation is an asynchronous operation. To determine whether the
Management service has finished processing the request, call Get
Operation Status. For more information on asynchronous operations,
see Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/gg441298.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RebootRoleInstanceByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RebootRoleInstanceByDeploymentSlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, string roleInstanceName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RebootRoleInstanceByDeploymentSlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, string roleInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.RebootRoleInstanceByDeploymentSlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RebootRoleInstanceByDeploymentSlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, roleInstanceName As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member RebootRoleInstanceByDeploymentSlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.RebootRoleInstanceByDeploymentSlotAsync (serviceName, deploymentSlot, roleInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Reboot Role Instance By Deployment Slot operation requests a
reboot of a role instance that is running in a deployment. This
operation is an asynchronous operation. To determine whether the
Management service has finished processing the request, call Get
Operation Status. For more information on asynchronous operations,
see Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/gg441298.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RebuildRoleInstanceByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RebuildRoleInstanceByDeploymentNameAsync (string serviceName, string deploymentName, string roleInstanceName, string resources, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RebuildRoleInstanceByDeploymentNameAsync(string serviceName, string deploymentName, string roleInstanceName, string resources, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.RebuildRoleInstanceByDeploymentNameAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RebuildRoleInstanceByDeploymentNameAsync (serviceName As String, deploymentName As String, roleInstanceName As String, resources As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member RebuildRoleInstanceByDeploymentNameAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.RebuildRoleInstanceByDeploymentNameAsync (serviceName, deploymentName, roleInstanceName, resources, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="resources" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="resources">
Specifies the resources that must be rebuilt. Currently, the only
supported value is 'allLocalDrives'.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Rebuild Role Instance asynchronous operation reinstalls the
operating system on instances of web roles or worker roles and
initializes the storage resources that are used by them. If you do
not want to initialize storage resources, you can use Reimage Role
Instance
athttp://msdn.microsoft.com/en-us/library/azure/gg441292.aspx.For
more information on asynchronous operations, see Tracking
Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see http://msdn.microsoft.com/en-us/library/azure/dn627518.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RebuildRoleInstanceByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RebuildRoleInstanceByDeploymentSlotAsync (string serviceName, string deploymentSlot, string roleInstanceName, string resources, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RebuildRoleInstanceByDeploymentSlotAsync(string serviceName, string deploymentSlot, string roleInstanceName, string resources, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.RebuildRoleInstanceByDeploymentSlotAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RebuildRoleInstanceByDeploymentSlotAsync (serviceName As String, deploymentSlot As String, roleInstanceName As String, resources As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member RebuildRoleInstanceByDeploymentSlotAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.RebuildRoleInstanceByDeploymentSlotAsync (serviceName, deploymentSlot, roleInstanceName, resources, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="System.String" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="resources" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="resources">
Specifies the resources that must be rebuilt. Currently, the only
supported value is 'allLocalDrives'.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Rebuild Role Instance asynchronous operation reinstalls the
operating system on instances of web roles or worker roles and
initializes the storage resources that are used by them. If you do
not want to initialize storage resources, you can use Reimage Role
Instance
athttp://msdn.microsoft.com/en-us/library/azure/gg441292.aspx.For
more information on asynchronous operations, see Tracking
Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see http://msdn.microsoft.com/en-us/library/azure/dn627518.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReimageRoleInstanceByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> ReimageRoleInstanceByDeploymentNameAsync (string serviceName, string deploymentName, string roleInstanceName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> ReimageRoleInstanceByDeploymentNameAsync(string serviceName, string deploymentName, string roleInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.ReimageRoleInstanceByDeploymentNameAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ReimageRoleInstanceByDeploymentNameAsync (serviceName As String, deploymentName As String, roleInstanceName As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ReimageRoleInstanceByDeploymentNameAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.ReimageRoleInstanceByDeploymentNameAsync (serviceName, deploymentName, roleInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Reimage Role Instance By Deployment Name operation requests a
reimage of a role instance that is running in a deployment.This
operation is an asynchronous operation. To determine whether the
Management service has finished processing the request, call Get
Operation Status. For more information on asynchronous operations,
see Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/gg441292.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReimageRoleInstanceByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> ReimageRoleInstanceByDeploymentSlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, string roleInstanceName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> ReimageRoleInstanceByDeploymentSlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, string roleInstanceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.ReimageRoleInstanceByDeploymentSlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ReimageRoleInstanceByDeploymentSlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, roleInstanceName As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ReimageRoleInstanceByDeploymentSlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.ReimageRoleInstanceByDeploymentSlotAsync (serviceName, deploymentSlot, roleInstanceName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="roleInstanceName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="roleInstanceName">
The name of your role instance.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Reimage Role Instance By Deployment Slot operation requests a
reimage of a role instance that is running in a deployment. This
operation is an asynchronous operation. To determine whether the
Management service has finished processing the request, call Get
Operation Status. For more information on asynchronous operations,
see Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/gg441292.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RollbackUpdateOrUpgradeByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> RollbackUpdateOrUpgradeByDeploymentNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> RollbackUpdateOrUpgradeByDeploymentNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.RollbackUpdateOrUpgradeByDeploymentNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RollbackUpdateOrUpgradeByDeploymentNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentRollbackUpdateOrUpgradeParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member RollbackUpdateOrUpgradeByDeploymentNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.RollbackUpdateOrUpgradeByDeploymentNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to swap deployments for.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Rollback Update Or Upgrade By Deployment
Name operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Rollback Update Or Upgrade By Deployment Name operation cancels
an in-progress configuration update and returns the deployment to
its state before the update was started. This operation can only
be called when an update is in progress on the deployment. The
deployment status can be detected by calling the Get Deployment
operation or Get Hosted Service Properties operation and
inspecting the RollbackAllowed element. If the value returned is
true a rollback can be performed. (see
http://msdn.microsoft.com/en-us/library/windowsazure/hh403977.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RollbackUpdateOrUpgradeByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> RollbackUpdateOrUpgradeByDeploymentSlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> RollbackUpdateOrUpgradeByDeploymentSlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.RollbackUpdateOrUpgradeByDeploymentSlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RollbackUpdateOrUpgradeByDeploymentSlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentRollbackUpdateOrUpgradeParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member RollbackUpdateOrUpgradeByDeploymentSlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iDeploymentOperations.RollbackUpdateOrUpgradeByDeploymentSlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentRollbackUpdateOrUpgradeParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to swap deployments for.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="parameters">
Parameters supplied to the Rollback Update Or Upgrade By Deployment
Slot operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Rollback Update Or Upgrade By Deployment Slot operation cancels
an in-progress configuration update and returns the deployment to
its state before the update was started. This operation can only
be called when an update is in progress on the deployment. The
deployment status can be detected by calling the Get Deployment
operation or Get Hosted Service Properties operation and
inspecting the RollbackAllowed element. If the value returned is
true a rollback can be performed. (see
http://msdn.microsoft.com/en-us/library/windowsazure/hh403977.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SwapAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> SwapAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> SwapAsync(string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.SwapAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function SwapAsync (serviceName As String, parameters As DeploymentSwapParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member SwapAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.SwapAsync (serviceName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSwapParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to swap deployments for.
</param>
<param name="parameters">
Parameters supplied to the Swap Deployment operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Swap Deployment operation initiates a virtual IP address swap
between the staging and production deployment environments for a
service. If the service is currently running in the staging
environment, it will be swapped to the production environment. If
it is running in the production environment, it will be swapped to
staging. For more information on this type of upgrade, see
Performing Virtual IP Swap Upgrades at
http://msdn.microsoft.com/en-us/library/windowsazure/ee517253.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460814.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdateStatusByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> UpdateStatusByDeploymentNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> UpdateStatusByDeploymentNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.UpdateStatusByDeploymentNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function UpdateStatusByDeploymentNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentUpdateStatusParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member UpdateStatusByDeploymentNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.UpdateStatusByDeploymentNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to swap deployments for.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Update Deployment Status By Deployment
Name operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Update Deployment Status By Deployment Name operation initiates
a change in the running status of a deployment. The status of a
deployment can be running or suspended. This operation is an
asynchronous operation. To determine whether the Management
service has finished processing the request, call Get Operation
Status. For more information on asynchronous operations, see
Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460808.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdateStatusByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> UpdateStatusByDeploymentSlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> UpdateStatusByDeploymentSlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.UpdateStatusByDeploymentSlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function UpdateStatusByDeploymentSlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentUpdateStatusParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member UpdateStatusByDeploymentSlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.UpdateStatusByDeploymentSlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to swap deployments for.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="parameters">
Parameters supplied to the Update Deployment Status By Deployment
Slot operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Update Deployment Status By Deployment Slot operation initiates
a change in the running status of a deployment. The status of a
deployment can be running or suspended. This operation is an
asynchronous operation. To determine whether the Management
service has finished processing the request, call Get Operation
Status. For more information on asynchronous operations, see
Tracking Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460808.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpgradeByNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> UpgradeByNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> UpgradeByNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.UpgradeByNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function UpgradeByNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentUpgradeParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member UpgradeByNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.UpgradeByNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to upgrade.
</param>
<param name="deploymentName">
The deployment to upgrade.
</param>
<param name="parameters">
Parameters supplied to the Upgrade Deployment By Name operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Upgrade Deployment By Name operation initiates an update of
role instances in a deployment using the package and configuration
that you specify. For more information about updating role
instances, see Update an Azure Service at
http://msdn.microsoft.com/en-us/library/windowsazure/hh472157.aspx.
This operation is an asynchronous operation. To determine whether
the request has been processed, call Get Operation Status. For
more information on asynchronous operations, see Tracking
Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
To perform an automatic update of a deployment, call Upgrade
Deployment or Change Deployment Configuration with the Mode
element set to automatic. The update proceeds from that point
without a need for further input. You can call Get Operation
Status to determine when the update is complete. To perform a
manual update, first call Upgrade Deployment with the Mode element
set to manual. Next, call Walk Upgrade Domain to update each
domain within the deployment. You should make sure that the
operation is complete by calling Get Operation Status before
updating the next domain. Important: An update that adds or
removes role instances will result in a configuration update to
all roles that are deployed in the cloud service. Existing role
instances need to be notified of new role instances so that all
role instances can communicate together in the cloud service. By
default, a cloud service is deployed with five update domains,
which are updated one at a time during an in-place update. For
information on modifying the number of update domains in the
service definition file, see the Azure Service Definition Schema
(.csdef File). To determine the update domain in which a
particular instance is running in Windows Azure, use the
UpdateDomain property of the RoleInstance class. See the Azure
Managed Library Reference at
http://msdn.microsoft.com/en-us/library/windowsazure/dd179380.aspx
for more information. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460793.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpgradeBySlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> UpgradeBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> UpgradeBySlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.UpgradeBySlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function UpgradeBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentUpgradeParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member UpgradeBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.UpgradeBySlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The cloud service to upgrade.
</param>
<param name="deploymentSlot">
The slot to upgrade.
</param>
<param name="parameters">
Parameters supplied to the Upgrade Deployment By Slot operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Upgrade Deployment By Slot operation initiates an update of
role instances in a deployment using the package and configuration
that you specify. For more information about updating role
instances, see Update an Azure Service at
http://msdn.microsoft.com/en-us/library/windowsazure/hh472157.aspx.
This operation is an asynchronous operation. To determine whether
the request has been processed, call Get Operation Status. For
more information on asynchronous operations, see Tracking
Asynchronous Service Management Requests at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
To perform an automatic update of a deployment, call Upgrade
Deployment or Change Deployment Configuration with the Mode
element set to automatic. The update proceeds from that point
without a need for further input. You can call Get Operation
Status to determine when the update is complete. To perform a
manual update, first call Upgrade Deployment with the Mode element
set to manual. Next, call Walk Upgrade Domain to update each
domain within the deployment. You should make sure that the
operation is complete by calling Get Operation Status before
updating the next domain. Important: An update that adds or
removes role instances will result in a configuration update to
all roles that are deployed in the cloud service. Existing role
instances need to be notified of new role instances so that all
role instances can communicate together in the cloud service. By
default, a cloud service is deployed with five update domains,
which are updated one at a time during an in-place update. For
information on modifying the number of update domains in the
service definition file, see the Azure Service Definition Schema
(.csdef File). To determine the update domain in which a
particular instance is running in Windows Azure, use the
UpdateDomain property of the RoleInstance class. See the Azure
Managed Library Reference at
http://msdn.microsoft.com/en-us/library/windowsazure/dd179380.aspx
for more information. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460793.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ValidateMigrationAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.XrpMigrationValidateDeploymentResponse> ValidateMigrationAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Compute.Models.XrpMigrationValidateDeploymentResponse> ValidateMigrationAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.ValidateMigrationAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ValidateMigrationAsync (serviceName As String, deploymentName As String, parameters As PrepareDeploymentMigrationParameters, cancellationToken As CancellationToken) As Task(Of XrpMigrationValidateDeploymentResponse)" />
<MemberSignature Language="F#" Value="abstract member ValidateMigrationAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.XrpMigrationValidateDeploymentResponse>" Usage="iDeploymentOperations.ValidateMigrationAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.XrpMigrationValidateDeploymentResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
Name of the cloud service.
</param>
<param name="deploymentName">
Name of the deployment to be migrated.
</param>
<param name="parameters">
Deployment Network resource parameters for migration.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Validate Deployment Operation validates your deployment for
IaaS Classic to ARM migration.
</summary>
<returns>
The Validate Deployment Migration operation response.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WalkUpgradeDomainByDeploymentNameAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> WalkUpgradeDomainByDeploymentNameAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> WalkUpgradeDomainByDeploymentNameAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.WalkUpgradeDomainByDeploymentNameAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function WalkUpgradeDomainByDeploymentNameAsync (serviceName As String, deploymentName As String, parameters As DeploymentWalkUpgradeDomainParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member WalkUpgradeDomainByDeploymentNameAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.WalkUpgradeDomainByDeploymentNameAsync (serviceName, deploymentName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Walk Upgrade Domain By Deployment Name
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Walk Upgrade Domain By Deployment Name operation specifies an
update domain in which a role instance must be updated. For more
information about updating role instances, see Update an Azure
Service at
http://msdn.microsoft.com/en-us/library/windowsazure/hh472157.aspx.
This operation is an asynchronous operation. To determine whether
the Management service has finished processing the request, call
Get Operation Status. For more information on asynchronous
operations, see Tracking Asynchronous Service Management Requests
at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
Prior to calling the Walk Upgrade Domain operation you must have
called Upgrade Deployment, Change Deployment Configuration, or
Rollback Update Or Upgrade. By default, a service is deployed with
five update domains, which are updated one at a time during an
in-place update. For information on modifying the number of update
domains in the service definition file, see the Azure Service
Definition Schema (.csdef File). To perform a manual update of
your deployment, proceed in this order: Call Upgrade Deployment
with the Mode element set to manual. Call Walk Upgrade Domain to
update each domain within the deployment. Update domains must be
updated in order. For example, begin with domain 0, proceed to
domain 1, and so on. Important: An update that adds or removes
role instances will result in a configuration update to all roles
that are deployed in the cloud service. Existing role instances
need to be notified of new role instances so that all role
instances can communicate together in the cloud service. While an
update is in progress, call Get Deployment to determine its
status. If the update is in progress, Get Deployment returns an
UpgradeStatus element that contains information about the update.
If the update is complete, or if no update is in progress, then
the UpgradeStatus element is null. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460800.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WalkUpgradeDomainByDeploymentSlotAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> WalkUpgradeDomainByDeploymentSlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> WalkUpgradeDomainByDeploymentSlotAsync(string serviceName, valuetype Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, class Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.WalkUpgradeDomainByDeploymentSlotAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot,Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function WalkUpgradeDomainByDeploymentSlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentWalkUpgradeDomainParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member WalkUpgradeDomainByDeploymentSlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iDeploymentOperations.WalkUpgradeDomainByDeploymentSlotAsync (serviceName, deploymentSlot, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentSlot" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.DeploymentWalkUpgradeDomainParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of the cloud service.
</param>
<param name="deploymentSlot">
The deployment slot.
</param>
<param name="parameters">
Parameters supplied to the Walk Upgrade Domain By Deployment Slot
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Walk Upgrade Domain By Deployment Slot operation specifies an
update domain in which a role instance must be updated. For more
information about updating role instances, see Update an Azure
Service at
http://msdn.microsoft.com/en-us/library/windowsazure/hh472157.aspx.
This operation is an asynchronous operation. To determine whether
the Management service has finished processing the request, call
Get Operation Status. For more information on asynchronous
operations, see Tracking Asynchronous Service Management Requests
at
http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx.
Prior to calling the Walk Upgrade Domain operation you must have
called Upgrade Deployment, Change Deployment Configuration, or
Rollback Update Or Upgrade. By default, a service is deployed with
five update domains, which are updated one at a time during an
in-place update. For information on modifying the number of update
domains in the service definition file, see the Azure Service
Definition Schema (.csdef File). To perform a manual update of
your deployment, proceed in this order: Call Upgrade Deployment
with the Mode element set to manual. Call Walk Upgrade Domain to
update each domain within the deployment. Update domains must be
updated in order. For example, begin with domain 0, proceed to
domain 1, and so on. Important: An update that adds or removes
role instances will result in a configuration update to all roles
that are deployed in the cloud service. Existing role instances
need to be notified of new role instances so that all role
instances can communicate together in the cloud service. While an
update is in progress, call Get Deployment to determine its
status. If the update is in progress, Get Deployment returns an
UpgradeStatus element that contains information about the update.
If the update is complete, or if no update is in progress, then
the UpgradeStatus element is null. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460800.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request and error information regarding
the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>