Compartir a través de


ManagementGroupArtifactsExtensions.CreateOrUpdateInManagementGroupAsync Método

Definición

Cree o actualice el artefacto del plano técnico.

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)

Parámetros

operations
IArtifactsOperations

Grupo de operaciones para este método de extensión.

managementGroupName
String

nombre de azure managementGroup, en el que se guarda el plano técnico.

blueprintName
String

nombre del plano técnico.

artifactName
String

nombre del artefacto.

artifact
Artifact

Artefacto de plano técnico que se va a guardar.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a