Partager via


SharesOperationsExtensions.Get Méthode

Définition

Obtenir un partage spécifié

public static Microsoft.Azure.Management.DataShare.Models.Share Get (this Microsoft.Azure.Management.DataShare.ISharesOperations operations, string resourceGroupName, string accountName, string shareName);
static member Get : Microsoft.Azure.Management.DataShare.ISharesOperations * string * string * string -> Microsoft.Azure.Management.DataShare.Models.Share
<Extension()>
Public Function Get (operations As ISharesOperations, resourceGroupName As String, accountName As String, shareName As String) As Share

Paramètres

operations
ISharesOperations

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

resourceGroupName
String

Nom du groupe de ressources.

accountName
String

Nom du compte de partage.

shareName
String

Nom du partage à récupérer.

Retours

Remarques

Obtenir un partage

S’applique à