CloudServiceRoleInstanceResource.GetRemoteDesktopFileAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un fichier Bureau à distance pour un rôle instance dans un service cloud.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/remoteDesktopFile
- IdCloudServiceRoleInstances_GetRemoteDesktopFile d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>> GetRemoteDesktopFileAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRemoteDesktopFileAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetRemoteDesktopFileAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
Public Overridable Function GetRemoteDesktopFileAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.