Freigeben über


ShareSubscriptionsOperationsExtensions.Create Methode

Definition

Erstellen Sie shareSubscription in einem Konto.

public static Microsoft.Azure.Management.DataShare.Models.ShareSubscription Create (this Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, Microsoft.Azure.Management.DataShare.Models.ShareSubscription shareSubscription);
static member Create : Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations * string * string * string * Microsoft.Azure.Management.DataShare.Models.ShareSubscription -> Microsoft.Azure.Management.DataShare.Models.ShareSubscription
<Extension()>
Public Function Create (operations As IShareSubscriptionsOperations, resourceGroupName As String, accountName As String, shareSubscriptionName As String, shareSubscription As ShareSubscription) As ShareSubscription

Parameter

operations
IShareSubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

accountName
String

Der Name des Freigabekontos.

shareSubscriptionName
String

Der Name der shareSubscription.

shareSubscription
ShareSubscription

Erstellen von Parametern für shareSubscription

Gibt zurück

Hinweise

Erstellen einer shareSubscription in einem Konto

Gilt für: