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