ManagementGroupArtifactsExtensions.CreateOrUpdateInManagementGroup 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 ou mettez à jour l’artefact Blueprint.
public static Microsoft.Azure.Management.Blueprint.Models.Artifact CreateOrUpdateInManagementGroup (this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string managementGroupName, string blueprintName, string artifactName, Microsoft.Azure.Management.Blueprint.Models.Artifact artifact);
static member CreateOrUpdateInManagementGroup : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * string * string * string * Microsoft.Azure.Management.Blueprint.Models.Artifact -> Microsoft.Azure.Management.Blueprint.Models.Artifact
<Extension()>
Public Function CreateOrUpdateInManagementGroup (operations As IArtifactsOperations, managementGroupName As String, blueprintName As String, artifactName As String, artifact As Artifact) As Artifact
Paramètres
- operations
- IArtifactsOperations
Groupe d’opérations pour cette méthode d’extension.
- managementGroupName
- String
azure managementNom du groupe, dans lequel nous enregistrons le blueprint.
- blueprintName
- String
nom du blueprint.
- artifactName
- String
nom de l’artefact.
- artifact
- Artifact
Artefact blueprint à enregistrer.
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