Partager via


ManagementGroupArtifactsExtensions.CreateOrUpdateInManagementGroupAsync Méthode

Définition

Créez ou mettez à jour l’artefact Blueprint.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact> CreateOrUpdateInManagementGroupAsync (this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string managementGroupName, string blueprintName, string artifactName, Microsoft.Azure.Management.Blueprint.Models.Artifact artifact, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateInManagementGroupAsync : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * string * string * string * Microsoft.Azure.Management.Blueprint.Models.Artifact * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact>
<Extension()>
Public Function CreateOrUpdateInManagementGroupAsync (operations As IArtifactsOperations, managementGroupName As String, blueprintName As String, artifactName As String, artifact As Artifact, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à