AddonsOperationsExtensions.BeginCreateOrUpdate 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éer ou mettre à jour un module complémentaire.
public static Microsoft.Azure.Management.DataBoxEdge.Models.Addon BeginCreateOrUpdate (this Microsoft.Azure.Management.DataBoxEdge.IAddonsOperations operations, string deviceName, string roleName, string addonName, Microsoft.Azure.Management.DataBoxEdge.Models.Addon addon, string resourceGroupName);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DataBoxEdge.IAddonsOperations * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.Addon * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Addon
<Extension()>
Public Function BeginCreateOrUpdate (operations As IAddonsOperations, deviceName As String, roleName As String, addonName As String, addon As Addon, resourceGroupName As String) As Addon
Paramètres
- operations
- IAddonsOperations
Groupe d’opérations pour cette méthode d’extension.
- deviceName
- String
Le nom de l'appareil.
- roleName
- String
Nom du rôle.
- addonName
- String
Nom du module complémentaire.
- addon
- Addon
Propriétés du module complémentaire.
- 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