SharesOperationsExtensions.CreateOrUpdate 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ée un partage ou met à jour un partage existant sur l’appareil.
public static Microsoft.Azure.Management.DataBoxEdge.Models.Share CreateOrUpdate (this Microsoft.Azure.Management.DataBoxEdge.ISharesOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.Share share, string resourceGroupName);
static member CreateOrUpdate : Microsoft.Azure.Management.DataBoxEdge.ISharesOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.Share * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Share
<Extension()>
Public Function CreateOrUpdate (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 à
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