xml/Microsoft.WindowsAzure.Management.Compute/IVirtualMachineOperations.xml (1,588 lines of code) (raw):
<Type Name="IVirtualMachineOperations" FullName="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations">
<TypeSignature Language="C#" Value="public interface IVirtualMachineOperations" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IVirtualMachineOperations" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" />
<TypeSignature Language="VB.NET" Value="Public Interface IVirtualMachineOperations" />
<TypeSignature Language="F#" Value="type IVirtualMachineOperations = 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 virtual
machines in your subscription. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157206.aspx for
more information)
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="BeginCapturingOSImageAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCapturingOSImageAsync (string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters 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> BeginCapturingOSImageAsync(string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginCapturingOSImageAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCapturingOSImageAsync (serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureOSImageParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginCapturingOSImageAsync : string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginCapturingOSImageAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to restart.
</param>
<param name="parameters">
Parameters supplied to the Begin Capturing Virtual Machine
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Capturing Role operation creates a copy of the operating
system virtual hard disk (VHD) that is deployed in the virtual
machine, saves the VHD copy in the same storage location as the
operating system VHD, and registers the copy as an image in your
image gallery. From the captured image, you can create additional
customized virtual machines. For more information about images and
disks, see Manage Disks and Images at
http://msdn.microsoft.com/en-us/library/windowsazure/jj672979.aspx.
For more information about capturing images, see How to Capture an
Image of a Virtual Machine Running Windows Server 2008 R2 at
http://www.windowsazure.com/en-us/documentation/articles/virtual-machines-capture-image-windows-server/
or How to Capture an Image of a Virtual Machine Running Linux at
http://www.windowsazure.com/en-us/documentation/articles/virtual-machines-linux-capture-image/.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157201.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="BeginCapturingVMImageAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCapturingVMImageAsync (string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters 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> BeginCapturingVMImageAsync(string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginCapturingVMImageAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCapturingVMImageAsync (serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureVMImageParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginCapturingVMImageAsync : string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginCapturingVMImageAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to restart.
</param>
<param name="parameters">
Parameters supplied to the Capture Virtual Machine operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Begin capturing role as VM template.
</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, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters 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, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginCreatingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreatingAsync (serviceName As String, deploymentName As String, parameters As VirtualMachineCreateParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginCreatingAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginCreatingAsync (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.VirtualMachineCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Begin Creating Virtual Machine operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Creating Role operation adds a virtual machine to an
existing deployment. You can refer to the OSDisk in the Add Role
operation in the following ways: Platform/User Image - Set the
SourceImageName to a platform or user image. You can optionally
specify the DiskName and MediaLink values as part the operation to
control the name and location of target disk. When DiskName and
MediaLink are specified in this mode, they must not already exist
in the system, otherwise a conflict fault is returned; UserDisk -
Set DiskName to a user supplied image in image repository.
SourceImageName must be set to NULL. All other properties are
ignored; or Blob in a Storage Account - Set MediaLink to a blob
containing the image. SourceImageName and DiskName are set to
NULL. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157186.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="BeginCreatingDeploymentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCreatingDeploymentAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters 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> BeginCreatingDeploymentAsync(string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginCreatingDeploymentAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreatingDeploymentAsync (serviceName As String, parameters As VirtualMachineCreateDeploymentParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginCreatingDeploymentAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginCreatingDeploymentAsync (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.VirtualMachineCreateDeploymentParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="parameters">
Parameters supplied to the Begin Creating Virtual Machine
Deployment operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Creating Virtual Machine Deployment operation provisions
a virtual machine based on the supplied configuration. When you
create a deployment of a virtual machine, you should make sure
that the cloud service and the disk or image that you use are
located in the same region. For example, if the cloud service was
created in the West US region, the disk or image that you use
should also be located in a storage account in the West US region.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157194.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="BeginDeletingAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingAsync (string serviceName, string deploymentName, string virtualMachineName, 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> BeginDeletingAsync(string serviceName, string deploymentName, string virtualMachineName, bool deleteFromStorage, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginDeletingAsync(System.String,System.String,System.String,System.Boolean,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeletingAsync (serviceName As String, deploymentName As String, virtualMachineName As String, deleteFromStorage As Boolean, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeletingAsync : string * string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginDeletingAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="deleteFromStorage" Type="System.Boolean" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to delete.
</param>
<param name="deleteFromStorage">
Specifies that the source blob(s) for the virtual machine should
also be deleted from storage.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Deleting Role operation deletes the specified virtual
machine. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157184.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="BeginInitiatingMaintenanceAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginInitiatingMaintenanceAsync (string serviceName, string deploymentName, string virtualMachineName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginInitiatingMaintenanceAsync(string serviceName, string deploymentName, string virtualMachineName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginInitiatingMaintenanceAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginInitiatingMaintenanceAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginInitiatingMaintenanceAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginInitiatingMaintenanceAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment
</param>
<param name="virtualMachineName">
The name of the virtual machine to initiate maintenance.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Initiating Maintenance on role operation initiates
maintenance on the specified virtual machine. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157197.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="BeginRedeployingAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginRedeployingAsync (string serviceName, string deploymentName, string virtualMachineName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginRedeployingAsync(string serviceName, string deploymentName, string virtualMachineName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginRedeployingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginRedeployingAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginRedeployingAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginRedeployingAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to redeploy.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Redeploying role operation redeploys the specified
virtual machine. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157197.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="BeginRestartingAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginRestartingAsync (string serviceName, string deploymentName, string virtualMachineName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginRestartingAsync(string serviceName, string deploymentName, string virtualMachineName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginRestartingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginRestartingAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginRestartingAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginRestartingAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to restart.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Restarting role operation restarts the specified virtual
machine. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157197.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="BeginShutdownAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginShutdownAsync (string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters 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> BeginShutdownAsync(string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginShutdownAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginShutdownAsync (serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineShutdownParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginShutdownAsync : string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginShutdownAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to shutdown.
</param>
<param name="parameters">
The parameters for the shutdown vm operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Shutdown Role operation shuts down the specified virtual
machine. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157195.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="BeginShuttingDownRolesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginShuttingDownRolesAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters 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> BeginShuttingDownRolesAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginShuttingDownRolesAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginShuttingDownRolesAsync (serviceName As String, deploymentName As String, parameters As VirtualMachineShutdownRolesParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginShuttingDownRolesAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginShuttingDownRolesAsync (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.VirtualMachineShutdownRolesParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters to pass to the Begin Shutting Down Roles operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Shutting Down Roles operation stops the specified set of
virtual machines. (see
http://msdn.microsoft.com/en-us/library/windowsazure/dn469421.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="BeginStartingAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginStartingAsync (string serviceName, string deploymentName, string virtualMachineName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginStartingAsync(string serviceName, string deploymentName, string virtualMachineName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginStartingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginStartingAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginStartingAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginStartingAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to start.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Starting Role operation starts the specified virtual
machine. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157189.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="BeginStartingRolesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginStartingRolesAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters 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> BeginStartingRolesAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginStartingRolesAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginStartingRolesAsync (serviceName As String, deploymentName As String, parameters As VirtualMachineStartRolesParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginStartingRolesAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginStartingRolesAsync (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.VirtualMachineStartRolesParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters to pass to the Begin Starting Roles operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Starting Roles operation starts the specified set of
virtual machines. (see
http://msdn.microsoft.com/en-us/library/windowsazure/dn469419.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="BeginUpdatingAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginUpdatingAsync (string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters 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> BeginUpdatingAsync(string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginUpdatingAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginUpdatingAsync (serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineUpdateParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginUpdatingAsync : string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginUpdatingAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of your virtual machine.
</param>
<param name="parameters">
Parameters supplied to the Begin Updating Virtual Machine operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Updating Role operation adds a virtual machine to an
existing deployment. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157187.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="BeginUpdatingLoadBalancedEndpointSetAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginUpdatingLoadBalancedEndpointSetAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters 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> BeginUpdatingLoadBalancedEndpointSetAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.BeginUpdatingLoadBalancedEndpointSetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginUpdatingLoadBalancedEndpointSetAsync (serviceName As String, deploymentName As String, parameters As VirtualMachineUpdateLoadBalancedSetParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginUpdatingLoadBalancedEndpointSetAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iVirtualMachineOperations.BeginUpdatingLoadBalancedEndpointSetAsync (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.VirtualMachineUpdateLoadBalancedSetParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Begin Updating Load Balanced Endpoint
Set operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Updating Load Balanced Endpoint Set operation changes the
specified load-balanced InputEndpoints on all the roles of an
Infrastructure as a Service deployment. Non-load-balanced
endpoints must be changed using UpdateRole. (see
http://msdn.microsoft.com/en-us/library/windowsazure/dn469417.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="CaptureOSImageAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> CaptureOSImageAsync (string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters 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> CaptureOSImageAsync(string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.CaptureOSImageAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CaptureOSImageAsync (serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureOSImageParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member CaptureOSImageAsync : string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.CaptureOSImageAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to restart.
</param>
<param name="parameters">
Parameters supplied to the Capture Virtual Machine operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Capture Role operation creates a copy of the operating system
virtual hard disk (VHD) that is deployed in the virtual machine,
saves the VHD copy in the same storage location as the operating
system VHD, and registers the copy as an image in your image
gallery. From the captured image, you can create additional
customized virtual machines. For more information about images and
disks, see Manage Disks and Images at
http://msdn.microsoft.com/en-us/library/windowsazure/jj672979.aspx.
For more information about capturing images, see How to Capture an
Image of a Virtual Machine Running Windows Server 2008 R2 at
http://www.windowsazure.com/en-us/documentation/articles/virtual-machines-capture-image-windows-server/
or How to Capture an Image of a Virtual Machine Running Linux at
http://www.windowsazure.com/en-us/documentation/articles/virtual-machines-linux-capture-image/.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157201.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="CaptureVMImageAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> CaptureVMImageAsync (string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters 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> CaptureVMImageAsync(string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.CaptureVMImageAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CaptureVMImageAsync (serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureVMImageParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member CaptureVMImageAsync : string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.CaptureVMImageAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to restart.
</param>
<param name="parameters">
Parameters supplied to the Capture Virtual Machine operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Capture role as VM template.
</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, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters 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, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.CreateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateAsync (serviceName As String, deploymentName As String, parameters As VirtualMachineCreateParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member CreateAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.CreateAsync (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.VirtualMachineCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Create Virtual Machine operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Create Role operation adds a virtual machine to an existing
deployment. You can refer to the OSDisk in the Add Role operation
in the following ways: Platform/User Image - Set the
SourceImageName to a platform or user image. You can optionally
specify the DiskName and MediaLink values as part the operation to
control the name and location of target disk. When DiskName and
MediaLink are specified in this mode, they must not already exist
in the system, otherwise a conflict fault is returned; UserDisk -
Set DiskName to a user supplied image in image repository.
SourceImageName must be set to NULL. All other properties are
ignored; or Blob in a Storage Account - Set MediaLink to a blob
containing the image. SourceImageName and DiskName are set to
NULL. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157186.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="CreateDeploymentAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> CreateDeploymentAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters 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> CreateDeploymentAsync(string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.CreateDeploymentAsync(System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateDeploymentAsync (serviceName As String, parameters As VirtualMachineCreateDeploymentParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member CreateDeploymentAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.CreateDeploymentAsync (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.VirtualMachineCreateDeploymentParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="parameters">
Parameters supplied to the Create Virtual Machine Deployment
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Create Virtual Machine Deployment operation provisions a
virtual machine based on the supplied configuration. When you
create a deployment of a virtual machine, you should make sure
that the cloud service and the disk or image that you use are
located in the same region. For example, if the cloud service was
created in the West US region, the disk or image that you use
should also be located in a storage account in the West US region.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157194.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="DeleteAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> DeleteAsync (string serviceName, string deploymentName, string virtualMachineName, 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> DeleteAsync(string serviceName, string deploymentName, string virtualMachineName, bool deleteFromStorage, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.DeleteAsync(System.String,System.String,System.String,System.Boolean,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteAsync (serviceName As String, deploymentName As String, virtualMachineName As String, deleteFromStorage As Boolean, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteAsync : string * string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.DeleteAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="deleteFromStorage" Type="System.Boolean" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to delete.
</param>
<param name="deleteFromStorage">
Specifies that the source blob(s) for the virtual machine should
also be deleted from storage.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Delete Role operation deletes the specified virtual machine.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157184.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="GetAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse> GetAsync (string serviceName, string deploymentName, string virtualMachineName, 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.VirtualMachineGetResponse> GetAsync(string serviceName, string deploymentName, string virtualMachineName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of VirtualMachineGetResponse)" />
<MemberSignature Language="F#" Value="abstract member GetAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse>" Usage="iVirtualMachineOperations.GetAsync (serviceName, deploymentName, virtualMachineName, 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.VirtualMachineGetResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Role operation retrieves information about the specified
virtual machine. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157193.aspx
for more information)
</summary>
<returns>
The Get Virtual Machine operation response.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetRemoteDesktopFileAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse> GetRemoteDesktopFileAsync (string serviceName, string deploymentName, string virtualMachineName, 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.VirtualMachineGetRemoteDesktopFileResponse> GetRemoteDesktopFileAsync(string serviceName, string deploymentName, string virtualMachineName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.GetRemoteDesktopFileAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetRemoteDesktopFileAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of VirtualMachineGetRemoteDesktopFileResponse)" />
<MemberSignature Language="F#" Value="abstract member GetRemoteDesktopFileAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse>" Usage="iVirtualMachineOperations.GetRemoteDesktopFileAsync (serviceName, deploymentName, virtualMachineName, 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.VirtualMachineGetRemoteDesktopFileResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Download RDP file operation retrieves the Remote Desktop
Protocol configuration file from the specified virtual machine.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157183.aspx
for more information)
</summary>
<returns>
The Download RDP file operation response.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="InitiateMaintenanceAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> InitiateMaintenanceAsync (string serviceName, string deploymentName, string virtualMachineName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> InitiateMaintenanceAsync(string serviceName, string deploymentName, string virtualMachineName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.InitiateMaintenanceAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function InitiateMaintenanceAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member InitiateMaintenanceAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.InitiateMaintenanceAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to initiate maintenance.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Initiate Maintenance on role operation initiates maintenance on
the specified virtual machine. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157197.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="RedeployAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RedeployAsync (string serviceName, string deploymentName, string virtualMachineName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RedeployAsync(string serviceName, string deploymentName, string virtualMachineName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.RedeployAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RedeployAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member RedeployAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.RedeployAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to redeploy.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Redeploy role operation redeploys the specified virtual
machine. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157197.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="RestartAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RestartAsync (string serviceName, string deploymentName, string virtualMachineName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RestartAsync(string serviceName, string deploymentName, string virtualMachineName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.RestartAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RestartAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member RestartAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.RestartAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to restart.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Restart role operation restarts the specified virtual machine.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157197.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="ShutdownAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> ShutdownAsync (string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters 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> ShutdownAsync(string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.ShutdownAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ShutdownAsync (serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineShutdownParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ShutdownAsync : string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.ShutdownAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to shutdown.
</param>
<param name="parameters">
The parameters for the shutdown virtual machine operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Shutdown Role operation shuts down the specified virtual
machine. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157195.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="ShutdownRolesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> ShutdownRolesAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters 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> ShutdownRolesAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.ShutdownRolesAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ShutdownRolesAsync (serviceName As String, deploymentName As String, parameters As VirtualMachineShutdownRolesParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ShutdownRolesAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.ShutdownRolesAsync (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.VirtualMachineShutdownRolesParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters to pass to the Shutdown Roles operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Shutdown Roles operation stops the specified set of virtual
machines.
</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="StartAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> StartAsync (string serviceName, string deploymentName, string virtualMachineName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> StartAsync(string serviceName, string deploymentName, string virtualMachineName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.StartAsync(System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function StartAsync (serviceName As String, deploymentName As String, virtualMachineName As String, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member StartAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.StartAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of the virtual machine to start.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Start Role operation starts the specified virtual machine.
(see http://msdn.microsoft.com/en-us/library/windowsazure/jj157189.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="StartRolesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> StartRolesAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters 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> StartRolesAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.StartRolesAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function StartRolesAsync (serviceName As String, deploymentName As String, parameters As VirtualMachineStartRolesParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member StartRolesAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.StartRolesAsync (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.VirtualMachineStartRolesParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters to pass to the Start Roles operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Start Roles operation starts the specified set of virtual
machines.
</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="UpdateAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> UpdateAsync (string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters 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> UpdateAsync(string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.UpdateAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function UpdateAsync (serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineUpdateParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member UpdateAsync : string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.UpdateAsync (serviceName, deploymentName, virtualMachineName, 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="virtualMachineName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="virtualMachineName">
The name of your virtual machine.
</param>
<param name="parameters">
Parameters supplied to the Update Virtual Machine operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Update Role operation adds a virtual machine to an existing
deployment. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157187.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="UpdateLoadBalancedEndpointSetAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> UpdateLoadBalancedEndpointSetAsync (string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters 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> UpdateLoadBalancedEndpointSetAsync(string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.UpdateLoadBalancedEndpointSetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function UpdateLoadBalancedEndpointSetAsync (serviceName As String, deploymentName As String, parameters As VirtualMachineUpdateLoadBalancedSetParameters, cancellationToken As CancellationToken) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member UpdateLoadBalancedEndpointSetAsync : string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="iVirtualMachineOperations.UpdateLoadBalancedEndpointSetAsync (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.VirtualMachineUpdateLoadBalancedSetParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="serviceName">
The name of your service.
</param>
<param name="deploymentName">
The name of your deployment.
</param>
<param name="parameters">
Parameters supplied to the Update Load Balanced Endpoint Set
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Update Load Balanced Endpoint Set operation changes the
specified load-balanced InputEndpoints on all the roles of an
Infrastructure as a Service deployment. Non-load-balanced
endpoints must be changed using UpdateRole.
</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>