Dela via


ArtifactsOperationsExtensions.CreateOrUpdate Metod

Definition

Skapa eller uppdatera skissartefakt.

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

Parametrar

operations
IArtifactsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceScope
String

Resursens omfång. Giltiga omfång är: hanteringsgrupp (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), prenumeration (format: '/subscriptions/{subscriptionId}').

blueprintName
String

Namnet på skissdefinitionen.

artifactName
String

Namnet på skissartefakten.

artifact
Artifact

Skissartefakt för att skapa eller uppdatera.

Returer

Gäller för