Partilhar via


ManagementGroupArtifactsExtensions.CreateOrUpdateInManagementGroup Método

Definição

Criar ou atualizar o artefacto 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

Parâmetros

operations
IArtifactsOperations

O grupo de operações para este método de extensão.

managementGroupName
String

azure managementGroup nome, no qual guardamos o esquema.

blueprintName
String

nome do esquema.

artifactName
String

nome do artefacto.

artifact
Artifact

Artefacto de esquema a guardar.

Devoluções

Aplica-se a