Partager via


SharesOperationsExtensions.GetAsync Méthode

Définition

Obtient un partage par nom.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Share> GetAsync (this Microsoft.Azure.Management.DataBoxEdge.ISharesOperations operations, string deviceName, string name, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataBoxEdge.ISharesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Share>
<Extension()>
Public Function GetAsync (operations As ISharesOperations, deviceName As String, name As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Share)

Paramètres

operations
ISharesOperations

Groupe d’opérations pour cette méthode d’extension.

deviceName
String

Le nom de l'appareil.

name
String

Nom du partage.

resourceGroupName
String

Nom du groupe de ressources.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à