xml/Microsoft.WindowsAzure.Management.Compute/VirtualMachineOperationsExtensions.xml (3,234 lines of code) (raw):
<Type Name="VirtualMachineOperationsExtensions" FullName="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions">
<TypeSignature Language="C#" Value="public static class VirtualMachineOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit VirtualMachineOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module VirtualMachineOperationsExtensions" />
<TypeSignature Language="F#" Value="type VirtualMachineOperationsExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
The Service Management API provides programmatic access to much of the
functionality available through the Management Portal. The Service
Management API is a REST API. All API operations are performed over
SSL, and are mutually authenticated using X.509 v3 certificates. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
more information)
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="BeginCapturingOSImage">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginCapturingOSImage (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginCapturingOSImage(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCapturingOSImage(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCapturingOSImage (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureOSImageParameters) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginCapturingOSImage : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCapturingOSImage (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Capturing Virtual
Machine operation.
</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="BeginCapturingOSImageAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCapturingOSImageAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginCapturingOSImageAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCapturingOSImageAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCapturingOSImageAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureOSImageParameters) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginCapturingOSImageAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCapturingOSImageAsync (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Capturing Virtual
Machine operation.
</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="BeginCapturingVMImage">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginCapturingVMImage (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginCapturingVMImage(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCapturingVMImage(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCapturingVMImage (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureVMImageParameters) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginCapturingVMImage : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCapturingVMImage (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</param>
<param name="parameters">
Required. Parameters supplied to the Capture Virtual Machine
operation.
</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="BeginCapturingVMImageAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCapturingVMImageAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginCapturingVMImageAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCapturingVMImageAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCapturingVMImageAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureVMImageParameters) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginCapturingVMImageAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCapturingVMImageAsync (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</param>
<param name="parameters">
Required. Parameters supplied to the Capture Virtual Machine
operation.
</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="BeginCreating">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginCreating (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginCreating(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreating (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineCreateParameters) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginCreating : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCreating (operations, serviceName, deploymentName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Virtual Machine
operation.
</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="BeginCreatingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCreatingAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginCreatingAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreatingAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineCreateParameters) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginCreatingAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCreatingAsync (operations, serviceName, deploymentName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Virtual Machine
operation.
</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="BeginCreatingDeployment">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginCreatingDeployment (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginCreatingDeployment(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCreatingDeployment(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreatingDeployment (operations As IVirtualMachineOperations, serviceName As String, parameters As VirtualMachineCreateDeploymentParameters) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginCreatingDeployment : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCreatingDeployment (operations, serviceName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Virtual Machine
Deployment operation.
</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="BeginCreatingDeploymentAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCreatingDeploymentAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginCreatingDeploymentAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCreatingDeploymentAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreatingDeploymentAsync (operations As IVirtualMachineOperations, serviceName As String, parameters As VirtualMachineCreateDeploymentParameters) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginCreatingDeploymentAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginCreatingDeploymentAsync (operations, serviceName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Virtual Machine
Deployment operation.
</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="BeginDeleting">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginDeleting (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, bool deleteFromStorage);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginDeleting(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, bool deleteFromStorage) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,System.Boolean)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleting (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, deleteFromStorage As Boolean) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginDeleting : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * bool -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginDeleting (operations, serviceName, deploymentName, virtualMachineName, deleteFromStorage)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
<Parameter Name="deleteFromStorage" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to delete.
</param>
<param name="deleteFromStorage">
Required. Specifies that the source blob(s) for the virtual machine
should also be deleted from storage.
</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="BeginDeletingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, bool deleteFromStorage);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginDeletingAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, bool deleteFromStorage) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,System.Boolean)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeletingAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, deleteFromStorage As Boolean) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginDeletingAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * bool -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginDeletingAsync (operations, serviceName, deploymentName, virtualMachineName, deleteFromStorage)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
<Parameter Name="deleteFromStorage" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to delete.
</param>
<param name="deleteFromStorage">
Required. Specifies that the source blob(s) for the virtual machine
should also be deleted from storage.
</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="BeginInitiatingMaintenance">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginInitiatingMaintenance (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginInitiatingMaintenance(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginInitiatingMaintenance(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginInitiatingMaintenance (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginInitiatingMaintenance : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginInitiatingMaintenance (operations, serviceName, deploymentName, virtualMachineName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to initiate maintenance.
</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="BeginInitiatingMaintenanceAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginInitiatingMaintenanceAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginInitiatingMaintenanceAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginInitiatingMaintenanceAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginInitiatingMaintenanceAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginInitiatingMaintenanceAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginInitiatingMaintenanceAsync (operations, serviceName, deploymentName, virtualMachineName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to initiate maintenance.
</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="BeginRedeploying">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginRedeploying (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginRedeploying(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginRedeploying(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRedeploying (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginRedeploying : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginRedeploying (operations, serviceName, deploymentName, virtualMachineName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to redeploy.
</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="BeginRedeployingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginRedeployingAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginRedeployingAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginRedeployingAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRedeployingAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginRedeployingAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginRedeployingAsync (operations, serviceName, deploymentName, virtualMachineName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to redeploy.
</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="BeginRestarting">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginRestarting (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginRestarting(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginRestarting(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRestarting (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginRestarting : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginRestarting (operations, serviceName, deploymentName, virtualMachineName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</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="BeginRestartingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginRestartingAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginRestartingAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginRestartingAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRestartingAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginRestartingAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginRestartingAsync (operations, serviceName, deploymentName, virtualMachineName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</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="BeginShutdown">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginShutdown (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginShutdown(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginShutdown(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginShutdown (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineShutdownParameters) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginShutdown : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginShutdown (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to shutdown.
</param>
<param name="parameters">
Required. The parameters for the shutdown vm operation.
</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="BeginShutdownAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginShutdownAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginShutdownAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginShutdownAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginShutdownAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineShutdownParameters) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginShutdownAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginShutdownAsync (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to shutdown.
</param>
<param name="parameters">
Required. The parameters for the shutdown vm operation.
</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="BeginShuttingDownRoles">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginShuttingDownRoles (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginShuttingDownRoles(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginShuttingDownRoles(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginShuttingDownRoles (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineShutdownRolesParameters) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginShuttingDownRoles : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginShuttingDownRoles (operations, serviceName, deploymentName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters to pass to the Begin Shutting Down Roles
operation.
</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="BeginShuttingDownRolesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginShuttingDownRolesAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginShuttingDownRolesAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginShuttingDownRolesAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginShuttingDownRolesAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineShutdownRolesParameters) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginShuttingDownRolesAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginShuttingDownRolesAsync (operations, serviceName, deploymentName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters to pass to the Begin Shutting Down Roles
operation.
</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="BeginStarting">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginStarting (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginStarting(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginStarting(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStarting (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginStarting : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginStarting (operations, serviceName, deploymentName, virtualMachineName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to start.
</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="BeginStartingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginStartingAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginStartingAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginStartingAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStartingAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginStartingAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginStartingAsync (operations, serviceName, deploymentName, virtualMachineName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to start.
</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="BeginStartingRoles">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginStartingRoles (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginStartingRoles(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginStartingRoles(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStartingRoles (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineStartRolesParameters) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginStartingRoles : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginStartingRoles (operations, serviceName, deploymentName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters to pass to the Begin Starting Roles operation.
</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="BeginStartingRolesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginStartingRolesAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginStartingRolesAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginStartingRolesAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStartingRolesAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineStartRolesParameters) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginStartingRolesAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginStartingRolesAsync (operations, serviceName, deploymentName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters to pass to the Begin Starting Roles operation.
</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="BeginUpdating">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginUpdating (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginUpdating(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginUpdating(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdating (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineUpdateParameters) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginUpdating : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginUpdating (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of your virtual machine.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Updating Virtual Machine
operation.
</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="BeginUpdatingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginUpdatingAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginUpdatingAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginUpdatingAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdatingAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineUpdateParameters) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginUpdatingAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginUpdatingAsync (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of your virtual machine.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Updating Virtual Machine
operation.
</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="BeginUpdatingLoadBalancedEndpointSet">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginUpdatingLoadBalancedEndpointSet (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginUpdatingLoadBalancedEndpointSet(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginUpdatingLoadBalancedEndpointSet(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdatingLoadBalancedEndpointSet (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineUpdateLoadBalancedSetParameters) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginUpdatingLoadBalancedEndpointSet : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginUpdatingLoadBalancedEndpointSet (operations, serviceName, deploymentName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Updating Load Balanced
Endpoint Set operation.
</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="BeginUpdatingLoadBalancedEndpointSetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginUpdatingLoadBalancedEndpointSetAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginUpdatingLoadBalancedEndpointSetAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginUpdatingLoadBalancedEndpointSetAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdatingLoadBalancedEndpointSetAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineUpdateLoadBalancedSetParameters) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginUpdatingLoadBalancedEndpointSetAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.BeginUpdatingLoadBalancedEndpointSetAsync (operations, serviceName, deploymentName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Updating Load Balanced
Endpoint Set operation.
</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="CaptureOSImage">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse CaptureOSImage (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse CaptureOSImage(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CaptureOSImage(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CaptureOSImage (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureOSImageParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member CaptureOSImage : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CaptureOSImage (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</param>
<param name="parameters">
Required. Parameters supplied to the Capture Virtual Machine
operation.
</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="CaptureOSImageAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> CaptureOSImageAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> CaptureOSImageAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CaptureOSImageAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CaptureOSImageAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureOSImageParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member CaptureOSImageAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureOSImageParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CaptureOSImageAsync (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</param>
<param name="parameters">
Required. Parameters supplied to the Capture Virtual Machine
operation.
</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="CaptureVMImage">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse CaptureVMImage (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse CaptureVMImage(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CaptureVMImage(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CaptureVMImage (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureVMImageParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member CaptureVMImage : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CaptureVMImage (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</param>
<param name="parameters">
Required. Parameters supplied to the Capture Virtual Machine
operation.
</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="CaptureVMImageAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> CaptureVMImageAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> CaptureVMImageAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CaptureVMImageAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CaptureVMImageAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineCaptureVMImageParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member CaptureVMImageAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCaptureVMImageParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CaptureVMImageAsync (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</param>
<param name="parameters">
Required. Parameters supplied to the Capture Virtual Machine
operation.
</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="Create">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse Create (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse Create(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Create (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineCreateParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Create : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Create (operations, serviceName, deploymentName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Virtual Machine
operation.
</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="CreateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> CreateAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineCreateParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member CreateAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CreateAsync (operations, serviceName, deploymentName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Virtual Machine
operation.
</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="CreateDeployment">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse CreateDeployment (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse CreateDeployment(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CreateDeployment(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateDeployment (operations As IVirtualMachineOperations, serviceName As String, parameters As VirtualMachineCreateDeploymentParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member CreateDeployment : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CreateDeployment (operations, serviceName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Virtual Machine
Deployment operation.
</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="CreateDeploymentAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> CreateDeploymentAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> CreateDeploymentAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CreateDeploymentAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateDeploymentAsync (operations As IVirtualMachineOperations, serviceName As String, parameters As VirtualMachineCreateDeploymentParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member CreateDeploymentAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.CreateDeploymentAsync (operations, serviceName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Virtual Machine
Deployment operation.
</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="Delete">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse Delete (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, bool deleteFromStorage);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse Delete(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, bool deleteFromStorage) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,System.Boolean)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Delete (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, deleteFromStorage As Boolean) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Delete : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * bool -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Delete (operations, serviceName, deploymentName, virtualMachineName, deleteFromStorage)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
<Parameter Name="deleteFromStorage" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to delete.
</param>
<param name="deleteFromStorage">
Required. Specifies that the source blob(s) for the virtual machine
should also be deleted from storage.
</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="DeleteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, bool deleteFromStorage);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> DeleteAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, bool deleteFromStorage) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,System.Boolean)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, deleteFromStorage As Boolean) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * bool -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.DeleteAsync (operations, serviceName, deploymentName, virtualMachineName, deleteFromStorage)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
<Parameter Name="deleteFromStorage" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to delete.
</param>
<param name="deleteFromStorage">
Required. Specifies that the source blob(s) for the virtual machine
should also be deleted from storage.
</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="Get">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse Get (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse Get(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Get (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As VirtualMachineGetResponse" />
<MemberSignature Language="F#" Value="static member Get : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Get (operations, serviceName, deploymentName, virtualMachineName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine.
</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="GetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse> GetAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of VirtualMachineGetResponse)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.GetAsync (operations, serviceName, deploymentName, virtualMachineName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine.
</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="GetRemoteDesktopFile">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse GetRemoteDesktopFile (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse GetRemoteDesktopFile(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.GetRemoteDesktopFile(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetRemoteDesktopFile (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As VirtualMachineGetRemoteDesktopFileResponse" />
<MemberSignature Language="F#" Value="static member GetRemoteDesktopFile : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.GetRemoteDesktopFile (operations, serviceName, deploymentName, virtualMachineName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine.
</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="GetRemoteDesktopFileAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse> GetRemoteDesktopFileAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse> GetRemoteDesktopFileAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.GetRemoteDesktopFileAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetRemoteDesktopFileAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of VirtualMachineGetRemoteDesktopFileResponse)" />
<MemberSignature Language="F#" Value="static member GetRemoteDesktopFileAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetRemoteDesktopFileResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.GetRemoteDesktopFileAsync (operations, serviceName, deploymentName, virtualMachineName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine.
</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="InitiateMaintenance">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse InitiateMaintenance (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse InitiateMaintenance(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.InitiateMaintenance(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function InitiateMaintenance (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member InitiateMaintenance : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.InitiateMaintenance (operations, serviceName, deploymentName, virtualMachineName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to initiate maintenance.
</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="InitiateMaintenanceAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> InitiateMaintenanceAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> InitiateMaintenanceAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.InitiateMaintenanceAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function InitiateMaintenanceAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member InitiateMaintenanceAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.InitiateMaintenanceAsync (operations, serviceName, deploymentName, virtualMachineName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to initiate maintenance.
</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="Redeploy">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse Redeploy (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse Redeploy(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Redeploy(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Redeploy (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Redeploy : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Redeploy (operations, serviceName, deploymentName, virtualMachineName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to redeploy.
</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="RedeployAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RedeployAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RedeployAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.RedeployAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RedeployAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member RedeployAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.RedeployAsync (operations, serviceName, deploymentName, virtualMachineName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to redeploy.
</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="Restart">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse Restart (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse Restart(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Restart(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Restart (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Restart : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Restart (operations, serviceName, deploymentName, virtualMachineName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</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="RestartAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RestartAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RestartAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.RestartAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RestartAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member RestartAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.RestartAsync (operations, serviceName, deploymentName, virtualMachineName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to restart.
</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="Shutdown">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse Shutdown (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse Shutdown(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Shutdown(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Shutdown (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineShutdownParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Shutdown : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Shutdown (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to shutdown.
</param>
<param name="parameters">
Required. The parameters for the shutdown virtual machine operation.
</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="ShutdownAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> ShutdownAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> ShutdownAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.ShutdownAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ShutdownAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineShutdownParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member ShutdownAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.ShutdownAsync (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to shutdown.
</param>
<param name="parameters">
Required. The parameters for the shutdown virtual machine operation.
</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="ShutdownRoles">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse ShutdownRoles (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse ShutdownRoles(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.ShutdownRoles(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ShutdownRoles (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineShutdownRolesParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member ShutdownRoles : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.ShutdownRoles (operations, serviceName, deploymentName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters to pass to the Shutdown Roles operation.
</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="ShutdownRolesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> ShutdownRolesAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> ShutdownRolesAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.ShutdownRolesAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ShutdownRolesAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineShutdownRolesParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member ShutdownRolesAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.ShutdownRolesAsync (operations, serviceName, deploymentName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineShutdownRolesParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters to pass to the Shutdown Roles operation.
</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="Start">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse Start (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse Start(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Start(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Start (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Start : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Start (operations, serviceName, deploymentName, virtualMachineName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to start.
</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="StartAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> StartAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> StartAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.StartAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StartAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member StartAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.StartAsync (operations, serviceName, deploymentName, virtualMachineName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="virtualMachineName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of the virtual machine to start.
</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="StartRoles">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse StartRoles (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse StartRoles(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.StartRoles(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StartRoles (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineStartRolesParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member StartRoles : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.StartRoles (operations, serviceName, deploymentName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters to pass to the Start Roles operation.
</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="StartRolesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> StartRolesAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> StartRolesAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.StartRolesAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StartRolesAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineStartRolesParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member StartRolesAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.StartRolesAsync (operations, serviceName, deploymentName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineStartRolesParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters to pass to the Start Roles operation.
</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="Update">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse Update (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse Update(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Update (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineUpdateParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Update : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.Update (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of your virtual machine.
</param>
<param name="parameters">
Required. Parameters supplied to the Update Virtual Machine
operation.
</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="UpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> UpdateAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> UpdateAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String, parameters As VirtualMachineUpdateParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member UpdateAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.UpdateAsync (operations, serviceName, deploymentName, virtualMachineName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<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" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="virtualMachineName">
Required. The name of your virtual machine.
</param>
<param name="parameters">
Required. Parameters supplied to the Update Virtual Machine
operation.
</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="UpdateLoadBalancedEndpointSet">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse UpdateLoadBalancedEndpointSet (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse UpdateLoadBalancedEndpointSet(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.UpdateLoadBalancedEndpointSet(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateLoadBalancedEndpointSet (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineUpdateLoadBalancedSetParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member UpdateLoadBalancedEndpointSet : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.UpdateLoadBalancedEndpointSet (operations, serviceName, deploymentName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName>
<AssemblyVersion>14.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters supplied to the Update Load Balanced Endpoint
Set operation.
</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>
<Member MemberName="UpdateLoadBalancedEndpointSetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> UpdateLoadBalancedEndpointSetAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> UpdateLoadBalancedEndpointSetAsync(class Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, class Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.UpdateLoadBalancedEndpointSetAsync(Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateLoadBalancedEndpointSetAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, parameters As VirtualMachineUpdateLoadBalancedSetParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member UpdateLoadBalancedEndpointSetAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperationsExtensions.UpdateLoadBalancedEndpointSetAsync (operations, serviceName, deploymentName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateLoadBalancedSetParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.
</param>
<param name="serviceName">
Required. The name of your service.
</param>
<param name="deploymentName">
Required. The name of your deployment.
</param>
<param name="parameters">
Required. Parameters supplied to the Update Load Balanced Endpoint
Set operation.
</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>