Freigeben über


SharesOperationsExtensions.CreateAsync Methode

Definition

Erstellen Sie eine Freigabe im angegebenen Konto.

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

Parameter

operations
ISharesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

accountName
String

Der Name des Freigabekontos.

shareName
String

Der Name der Freigabe.

share
Share

Die Freigabenutzlast

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Erstellen einer Freigabe

Gilt für: