SharesOperationsExtensions.Create 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.
Créez un partage dans le compte donné.
public static Microsoft.Azure.Management.DataShare.Models.Share Create (this Microsoft.Azure.Management.DataShare.ISharesOperations operations, string resourceGroupName, string accountName, string shareName, Microsoft.Azure.Management.DataShare.Models.Share share);
static member Create : Microsoft.Azure.Management.DataShare.ISharesOperations * string * string * string * Microsoft.Azure.Management.DataShare.Models.Share -> Microsoft.Azure.Management.DataShare.Models.Share
<Extension()>
Public Function Create (operations As ISharesOperations, resourceGroupName As String, accountName As String, shareName As String, share As Share) 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.
- share
- Share
Charge utile de partage
Retours
Remarques
Créer un partage
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET