Partager via


HostedServiceOperationsExtensions.UpdateAsync Méthode

Définition

L’opération Mettre à jour le service hébergé peut mettre à jour l’étiquette ou la description d’un service cloud dans Azure. (voir http://msdn.microsoft.com/en-us/library/windowsazure/gg441303.aspx pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UpdateAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters parameters);
static member UpdateAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function UpdateAsync (operations As IHostedServiceOperations, serviceName As String, parameters As HostedServiceUpdateParameters) As Task(Of AzureOperationResponse)

Paramètres

operations
IHostedServiceOperations

Référence à Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

serviceName
String

Obligatoire. Nom du service cloud.

parameters
HostedServiceUpdateParameters

Obligatoire. Paramètres fournis à l’opération Mettre à jour le service hébergé.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de requête.

S’applique à