Partager via


SharesOperationsExtensions.BeginCreateOrUpdate Méthode

Définition

Crée un partage ou met à jour un partage existant sur l’appareil.

public static Microsoft.Azure.Management.DataBoxEdge.Models.Share BeginCreateOrUpdate (this Microsoft.Azure.Management.DataBoxEdge.ISharesOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.Share share, string resourceGroupName);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DataBoxEdge.ISharesOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.Share * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Share
<Extension()>
Public Function BeginCreateOrUpdate (operations As ISharesOperations, deviceName As String, name As String, share As Share, resourceGroupName As String) As 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.

share
Share

Propriétés de partage.

resourceGroupName
String

Nom du groupe de ressources.

Retours

S’applique à