WebAppsOperationsExtensions.GetInstanceMsDeployStatusSlotAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottenere lo stato dell'ultima operazione MSDeploy.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployStatusInner> GetInstanceMsDeployStatusSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, string instanceId, System.Threading.CancellationToken cancellationToken = default);
static member GetInstanceMsDeployStatusSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployStatusInner>
<Extension()>
Public Function GetInstanceMsDeployStatusSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, instanceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MSDeployStatusInner)
Parametri
- operations
- IWebAppsOperations
Gruppo di operazioni per questo metodo di estensione.
- resourceGroupName
- String
Nome del gruppo di risorse a cui appartiene la risorsa.
- name
- String
Nome dell'app Web.
- slot
- String
Nome dello slot dell'app Web. Se non specificato, per impostazione predefinita verrà predefinito lo slot di produzione.
- instanceId
- String
ID dell'istanza dell'app Web.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Commenti
Descrizione per Ottenere lo stato dell'ultima operazione MSDeploy.