Partilhar via


ArtifactsOperationsExtensions.CreateOrUpdate Método

Definição

Criar ou atualizar o artefacto de esquema.

public static Microsoft.Azure.Management.Blueprint.Models.Artifact CreateOrUpdate (this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string resourceScope, string blueprintName, string artifactName, Microsoft.Azure.Management.Blueprint.Models.Artifact artifact);
static member CreateOrUpdate : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * string * string * string * Microsoft.Azure.Management.Blueprint.Models.Artifact -> Microsoft.Azure.Management.Blueprint.Models.Artifact
<Extension()>
Public Function CreateOrUpdate (operations As IArtifactsOperations, resourceScope 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.

resourceScope
String

O âmbito do recurso. Os âmbitos válidos são: grupo de gestão (formato: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscrição (formato: '/subscriptions/{subscriptionId}').

blueprintName
String

Nome da definição do esquema.

artifactName
String

Nome do artefacto de esquema.

artifact
Artifact

Artefacto de esquema para criar ou atualizar.

Devoluções

Aplica-se a