xml/Microsoft.WindowsAzure.Management.Compute/HostedServiceOperationsExtensions.xml (1,556 lines of code) (raw):

<Type Name="HostedServiceOperationsExtensions" FullName="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions"> <TypeSignature Language="C#" Value="public static class HostedServiceOperationsExtensions" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit HostedServiceOperationsExtensions extends System.Object" /> <TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module HostedServiceOperationsExtensions" /> <TypeSignature Language="F#" Value="type HostedServiceOperationsExtensions = 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="AddExtension"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse AddExtension (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse AddExtension(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.AddExtension(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function AddExtension (operations As IHostedServiceOperations, serviceName As String, parameters As HostedServiceAddExtensionParameters) As OperationStatusResponse" /> <MemberSignature Language="F#" Value="static member AddExtension : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters -&gt; Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.AddExtension (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.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="parameters"> Required. Parameters supplied to the Add Extension operation. </param> <summary> The Add Extension operation adds an available extension to your cloud service. In Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. You can find the available extension by using the List Available Extensions operation. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169558.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="AddExtensionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.OperationStatusResponse&gt; AddExtensionAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.OperationStatusResponse&gt; AddExtensionAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.AddExtensionAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function AddExtensionAsync (operations As IHostedServiceOperations, serviceName As String, parameters As HostedServiceAddExtensionParameters) As Task(Of OperationStatusResponse)" /> <MemberSignature Language="F#" Value="static member AddExtensionAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.OperationStatusResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.AddExtensionAsync (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&lt;Microsoft.Azure.OperationStatusResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="parameters"> Required. Parameters supplied to the Add Extension operation. </param> <summary> The Add Extension operation adds an available extension to your cloud service. In Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. You can find the available extension by using the List Available Extensions operation. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169558.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="BeginAddingExtension"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginAddingExtension (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginAddingExtension(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginAddingExtension(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginAddingExtension (operations As IHostedServiceOperations, serviceName As String, parameters As HostedServiceAddExtensionParameters) As AzureOperationResponse" /> <MemberSignature Language="F#" Value="static member BeginAddingExtension : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters -&gt; Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginAddingExtension (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.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="parameters"> Required. Parameters supplied to the Begin Adding Extension operation. </param> <summary> The Begin Adding Extension operation adds an available extension to your cloud service. In Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. You can find the available extension by using the List Available Extensions operation. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169558.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="BeginAddingExtensionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt; BeginAddingExtensionAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.AzureOperationResponse&gt; BeginAddingExtensionAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginAddingExtensionAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginAddingExtensionAsync (operations As IHostedServiceOperations, serviceName As String, parameters As HostedServiceAddExtensionParameters) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="static member BeginAddingExtensionAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginAddingExtensionAsync (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&lt;Microsoft.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceAddExtensionParameters" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="parameters"> Required. Parameters supplied to the Begin Adding Extension operation. </param> <summary> The Begin Adding Extension operation adds an available extension to your cloud service. In Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. You can find the available extension by using the List Available Extensions operation. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169558.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="BeginDeletingAll"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginDeletingAll (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginDeletingAll(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginDeletingAll(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeletingAll (operations As IHostedServiceOperations, serviceName As String) As AzureOperationResponse" /> <MemberSignature Language="F#" Value="static member BeginDeletingAll : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginDeletingAll (operations, serviceName)" /> <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.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The DeleteAll Hosted Service operation deletes the specified cloud service as well as operating system disk, attached data disks, and the source blobs for the disks from storage from Microsoft Azure. (see 'http://msdn.microsoft.com/en-us/library/windowsazure/gg441305.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="BeginDeletingAllAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt; BeginDeletingAllAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.AzureOperationResponse&gt; BeginDeletingAllAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginDeletingAllAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeletingAllAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="static member BeginDeletingAllAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginDeletingAllAsync (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The DeleteAll Hosted Service operation deletes the specified cloud service as well as operating system disk, attached data disks, and the source blobs for the disks from storage from Microsoft Azure. (see 'http://msdn.microsoft.com/en-us/library/windowsazure/gg441305.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="BeginDeletingExtension"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginDeletingExtension (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginDeletingExtension(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginDeletingExtension(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeletingExtension (operations As IHostedServiceOperations, serviceName As String, extensionId As String) As AzureOperationResponse" /> <MemberSignature Language="F#" Value="static member BeginDeletingExtension : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * string -&gt; Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginDeletingExtension (operations, serviceName, extensionId)" /> <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.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="extensionId" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="extensionId"> Required. The identifier that was assigned to the extension when it was added to the cloud service </param> <summary> The Begin Deleting Extension operation deletes the specified extension from a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169560.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="BeginDeletingExtensionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt; BeginDeletingExtensionAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.AzureOperationResponse&gt; BeginDeletingExtensionAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginDeletingExtensionAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeletingExtensionAsync (operations As IHostedServiceOperations, serviceName As String, extensionId As String) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="static member BeginDeletingExtensionAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.BeginDeletingExtensionAsync (operations, serviceName, extensionId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="extensionId" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="extensionId"> Required. The identifier that was assigned to the extension when it was added to the cloud service </param> <summary> The Begin Deleting Extension operation deletes the specified extension from a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169560.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="CheckNameAvailability"> <MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse CheckNameAvailability (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse CheckNameAvailability(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.CheckNameAvailability(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckNameAvailability (operations As IHostedServiceOperations, serviceName As String) As HostedServiceCheckNameAvailabilityResponse" /> <MemberSignature Language="F#" Value="static member CheckNameAvailability : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.CheckNameAvailability (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The cloud service name that you would like to use. </param> <summary> The Check Hosted Service Name Availability operation checks for the availability of the specified cloud service name. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154116.aspx for more information) </summary> <returns> The Check Hosted Service Name Availability operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CheckNameAvailabilityAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse&gt; CheckNameAvailabilityAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse&gt; CheckNameAvailabilityAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.CheckNameAvailabilityAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CheckNameAvailabilityAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of HostedServiceCheckNameAvailabilityResponse)" /> <MemberSignature Language="F#" Value="static member CheckNameAvailabilityAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.CheckNameAvailabilityAsync (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The cloud service name that you would like to use. </param> <summary> The Check Hosted Service Name Availability operation checks for the availability of the specified cloud service name. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154116.aspx for more information) </summary> <returns> The Check Hosted Service Name Availability operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Create"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse Create (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse Create(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Create (operations As IHostedServiceOperations, parameters As HostedServiceCreateParameters) As AzureOperationResponse" /> <MemberSignature Language="F#" Value="static member Create : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters -&gt; Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.Create (operations, 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.IHostedServiceOperations" RefType="this" /> <Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="parameters"> Required. Parameters supplied to the Create Hosted Service operation. </param> <summary> The Create Hosted Service operation creates a new cloud service in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441304.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="CreateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt; CreateAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.AzureOperationResponse&gt; CreateAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateAsync (operations As IHostedServiceOperations, parameters As HostedServiceCreateParameters) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="static member CreateAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.CreateAsync (operations, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCreateParameters" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="parameters"> Required. Parameters supplied to the Create Hosted Service operation. </param> <summary> The Create Hosted Service operation creates a new cloud service in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441304.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="Delete"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse Delete(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Delete (operations As IHostedServiceOperations, serviceName As String) As AzureOperationResponse" /> <MemberSignature Language="F#" Value="static member Delete : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.Delete (operations, serviceName)" /> <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.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The Delete Hosted Service operation deletes the specified cloud service from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441305.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="DeleteAll"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse DeleteAll (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse DeleteAll(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.DeleteAll(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteAll (operations As IHostedServiceOperations, serviceName As String) As OperationStatusResponse" /> <MemberSignature Language="F#" Value="static member DeleteAll : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.DeleteAll (operations, serviceName)" /> <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.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The DeleteAll Hosted Service operation deletes the specified cloud service as well as operating system disk, attached data disks, and the source blobs for the disks from storage from Microsoft Azure. (see 'http://msdn.microsoft.com/en-us/library/windowsazure/gg441305.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="DeleteAllAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.OperationStatusResponse&gt; DeleteAllAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.OperationStatusResponse&gt; DeleteAllAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.DeleteAllAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteAllAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of OperationStatusResponse)" /> <MemberSignature Language="F#" Value="static member DeleteAllAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.OperationStatusResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.DeleteAllAsync (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.OperationStatusResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The DeleteAll Hosted Service operation deletes the specified cloud service as well as operating system disk, attached data disks, and the source blobs for the disks from storage from Microsoft Azure. (see 'http://msdn.microsoft.com/en-us/library/windowsazure/gg441305.aspx' for more information) </summary> <returns> The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is inprogress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request and error information regarding the failure. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt; DeleteAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.AzureOperationResponse&gt; DeleteAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.DeleteAsync (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The Delete Hosted Service operation deletes the specified cloud service from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441305.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="DeleteExtension"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse DeleteExtension (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse DeleteExtension(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.DeleteExtension(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteExtension (operations As IHostedServiceOperations, serviceName As String, extensionId As String) As OperationStatusResponse" /> <MemberSignature Language="F#" Value="static member DeleteExtension : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * string -&gt; Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.DeleteExtension (operations, serviceName, extensionId)" /> <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.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="extensionId" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="extensionId"> Required. The identifier that was assigned to the extension when it was added to the cloud service </param> <summary> The Delete Extension operation deletes the specified extension from a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169560.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="DeleteExtensionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.OperationStatusResponse&gt; DeleteExtensionAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.OperationStatusResponse&gt; DeleteExtensionAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.DeleteExtensionAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteExtensionAsync (operations As IHostedServiceOperations, serviceName As String, extensionId As String) As Task(Of OperationStatusResponse)" /> <MemberSignature Language="F#" Value="static member DeleteExtensionAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.OperationStatusResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.DeleteExtensionAsync (operations, serviceName, extensionId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.OperationStatusResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="extensionId" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="extensionId"> Required. The identifier that was assigned to the extension when it was added to the cloud service </param> <summary> The Delete Extension operation deletes the specified extension from a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169560.aspx for more information) </summary> <returns> The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is inprogress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request and error information regarding the failure. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Get"> <MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse Get (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse Get(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Get (operations As IHostedServiceOperations, serviceName As String) As HostedServiceGetResponse" /> <MemberSignature Language="F#" Value="static member Get : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.Get (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The Get Hosted Service Properties operation retrieves system properties for the specified cloud service. These properties include the service name and service type; and the name of the affinity group to which the service belongs, or its location if it is not part of an affinity group. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460806.aspx for more information) </summary> <returns> The Get Hosted Service operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse&gt; GetAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse&gt; GetAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of HostedServiceGetResponse)" /> <MemberSignature Language="F#" Value="static member GetAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.GetAsync (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The Get Hosted Service Properties operation retrieves system properties for the specified cloud service. These properties include the service name and service type; and the name of the affinity group to which the service belongs, or its location if it is not part of an affinity group. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460806.aspx for more information) </summary> <returns> The Get Hosted Service operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDetailed"> <MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse GetDetailed (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse GetDetailed(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.GetDetailed(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDetailed (operations As IHostedServiceOperations, serviceName As String) As HostedServiceGetDetailedResponse" /> <MemberSignature Language="F#" Value="static member GetDetailed : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.GetDetailed (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The Get Detailed Hosted Service Properties operation retrieves system properties for the specified cloud service. These properties include the service name and service type; the name of the affinity group to which the service belongs, or its location if it is not part of an affinity group; and information on the deployments of the service. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460806.aspx for more information) </summary> <returns> The detailed Get Hosted Service operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDetailedAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse&gt; GetDetailedAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse&gt; GetDetailedAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.GetDetailedAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDetailedAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of HostedServiceGetDetailedResponse)" /> <MemberSignature Language="F#" Value="static member GetDetailedAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.GetDetailedAsync (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The Get Detailed Hosted Service Properties operation retrieves system properties for the specified cloud service. These properties include the service name and service type; the name of the affinity group to which the service belongs, or its location if it is not part of an affinity group; and information on the deployments of the service. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460806.aspx for more information) </summary> <returns> The detailed Get Hosted Service operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetExtension"> <MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetExtensionResponse GetExtension (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetExtensionResponse GetExtension(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.GetExtension(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetExtension (operations As IHostedServiceOperations, serviceName As String, extensionId As String) As HostedServiceGetExtensionResponse" /> <MemberSignature Language="F#" Value="static member GetExtension : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * string -&gt; Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetExtensionResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.GetExtension (operations, serviceName, extensionId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetExtensionResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="extensionId" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="extensionId"> Required. The identifier that was assigned to the extension when it was added to the cloud service </param> <summary> The Get Extension operation retrieves information about a specified extension that was added to a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169557.aspx for more information) </summary> <returns> The Get Extension operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetExtensionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetExtensionResponse&gt; GetExtensionAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetExtensionResponse&gt; GetExtensionAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.GetExtensionAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetExtensionAsync (operations As IHostedServiceOperations, serviceName As String, extensionId As String) As Task(Of HostedServiceGetExtensionResponse)" /> <MemberSignature Language="F#" Value="static member GetExtensionAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetExtensionResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.GetExtensionAsync (operations, serviceName, extensionId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetExtensionResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="extensionId" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="extensionId"> Required. The identifier that was assigned to the extension when it was added to the cloud service </param> <summary> The Get Extension operation retrieves information about a specified extension that was added to a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169557.aspx for more information) </summary> <returns> The Get Extension operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="List"> <MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse List (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse List(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.List(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function List (operations As IHostedServiceOperations) As HostedServiceListResponse" /> <MemberSignature Language="F#" Value="static member List : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -&gt; Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.List operations" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <summary> The List Hosted Services operation lists the cloud services available under the current subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460781.aspx for more information) </summary> <returns> The List Hosted Service operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse&gt; ListAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse&gt; ListAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAsync (operations As IHostedServiceOperations) As Task(Of HostedServiceListResponse)" /> <MemberSignature Language="F#" Value="static member ListAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -&gt; System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListAsync operations" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <summary> The List Hosted Services operation lists the cloud services available under the current subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460781.aspx for more information) </summary> <returns> The List Hosted Service operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListAvailableExtensions"> <MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse ListAvailableExtensions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse ListAvailableExtensions(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListAvailableExtensions(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAvailableExtensions (operations As IHostedServiceOperations) As HostedServiceListAvailableExtensionsResponse" /> <MemberSignature Language="F#" Value="static member ListAvailableExtensions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -&gt; Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListAvailableExtensions operations" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <summary> The List Available Extensions operation lists the extensions that are available to add to your cloud service. In Windows Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169559.aspx for more information) </summary> <returns> The List Available Extensions operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListAvailableExtensionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt; ListAvailableExtensionsAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt; ListAvailableExtensionsAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListAvailableExtensionsAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAvailableExtensionsAsync (operations As IHostedServiceOperations) As Task(Of HostedServiceListAvailableExtensionsResponse)" /> <MemberSignature Language="F#" Value="static member ListAvailableExtensionsAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -&gt; System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListAvailableExtensionsAsync operations" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <summary> The List Available Extensions operation lists the extensions that are available to add to your cloud service. In Windows Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169559.aspx for more information) </summary> <returns> The List Available Extensions operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListExtensions"> <MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse ListExtensions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse ListExtensions(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListExtensions(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListExtensions (operations As IHostedServiceOperations, serviceName As String) As HostedServiceListExtensionsResponse" /> <MemberSignature Language="F#" Value="static member ListExtensions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListExtensions (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The List Extensions operation lists all of the extensions that were added to a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169561.aspx for more information) </summary> <returns> The List Extensions operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListExtensionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse&gt; ListExtensionsAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse&gt; ListExtensionsAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListExtensionsAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListExtensionsAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of HostedServiceListExtensionsResponse)" /> <MemberSignature Language="F#" Value="static member ListExtensionsAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListExtensionsAsync (operations, serviceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <summary> The List Extensions operation lists all of the extensions that were added to a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169561.aspx for more information) </summary> <returns> The List Extensions operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListExtensionVersions"> <MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse ListExtensionVersions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string providerNamespace, string extensionType);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse ListExtensionVersions(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string providerNamespace, string extensionType) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListExtensionVersions(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListExtensionVersions (operations As IHostedServiceOperations, providerNamespace As String, extensionType As String) As HostedServiceListAvailableExtensionsResponse" /> <MemberSignature Language="F#" Value="static member ListExtensionVersions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * string -&gt; Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListExtensionVersions (operations, providerNamespace, extensionType)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="providerNamespace" Type="System.String" /> <Parameter Name="extensionType" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="providerNamespace"> Required. The provider namespace. </param> <param name="extensionType"> Required. The extension type name. </param> <summary> The List Extension Versions operation lists the versions of an extension that are available to add to a cloud service. In Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn495437.aspx for more information) </summary> <returns> The List Available Extensions operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListExtensionVersionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt; ListExtensionVersionsAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string providerNamespace, string extensionType);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt; ListExtensionVersionsAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string providerNamespace, string extensionType) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListExtensionVersionsAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListExtensionVersionsAsync (operations As IHostedServiceOperations, providerNamespace As String, extensionType As String) As Task(Of HostedServiceListAvailableExtensionsResponse)" /> <MemberSignature Language="F#" Value="static member ListExtensionVersionsAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * string -&gt; System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListExtensionVersionsAsync (operations, providerNamespace, extensionType)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="providerNamespace" Type="System.String" /> <Parameter Name="extensionType" Type="System.String" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="providerNamespace"> Required. The provider namespace. </param> <param name="extensionType"> Required. The extension type name. </param> <summary> The List Extension Versions operation lists the versions of an extension that are available to add to a cloud service. In Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn495437.aspx for more information) </summary> <returns> The List Available Extensions operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPublisherExtensions"> <MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse ListPublisherExtensions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse ListPublisherExtensions(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListPublisherExtensions(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPublisherExtensions (operations As IHostedServiceOperations) As HostedServiceListAvailableExtensionsResponse" /> <MemberSignature Language="F#" Value="static member ListPublisherExtensions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -&gt; Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListPublisherExtensions operations" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <summary> The List Available Extensions operation lists the extensions that are available to add to your cloud service. In Windows Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169559.aspx for more information) </summary> <returns> The List Available Extensions operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPublisherExtensionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt; ListPublisherExtensionsAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt; ListPublisherExtensionsAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListPublisherExtensionsAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPublisherExtensionsAsync (operations As IHostedServiceOperations) As Task(Of HostedServiceListAvailableExtensionsResponse)" /> <MemberSignature Language="F#" Value="static member ListPublisherExtensionsAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -&gt; System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.ListPublisherExtensionsAsync operations" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.WindowsAzure.Management.Compute</AssemblyName> <AssemblyVersion>14.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <summary> The List Available Extensions operation lists the extensions that are available to add to your cloud service. In Windows Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169559.aspx for more information) </summary> <returns> The List Available Extensions operation response. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Update"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse Update (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse Update(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Update (operations As IHostedServiceOperations, serviceName As String, parameters As HostedServiceUpdateParameters) As AzureOperationResponse" /> <MemberSignature Language="F#" Value="static member Update : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters -&gt; Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.Update (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.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="parameters"> Required. Parameters supplied to the Update Hosted Service operation. </param> <summary> The Update Hosted Service operation can update the label or description of a cloud service in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441303.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="UpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt; UpdateAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.AzureOperationResponse&gt; UpdateAsync(class Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, class Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations,System.String,Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateAsync (operations As IHostedServiceOperations, serviceName As String, parameters As HostedServiceUpdateParameters) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="static member UpdateAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.AzureOperationResponse&gt;" Usage="Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions.UpdateAsync (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&lt;Microsoft.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations" RefType="this" /> <Parameter Name="serviceName" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters" /> </Parameters> <Docs> <param name="operations"> Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations. </param> <param name="serviceName"> Required. The name of the cloud service. </param> <param name="parameters"> Required. Parameters supplied to the Update Hosted Service operation. </param> <summary> The Update Hosted Service operation can update the label or description of a cloud service in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441303.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> </Members> </Type>