ArtifactsOperationsExtensions.CreateOrUpdate Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzenie lub aktualizowanie artefaktu strategii.
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
Parametry
- operations
- IArtifactsOperations
Grupa operacji dla tej metody rozszerzenia.
- resourceScope
- String
Zakres zasobu. Prawidłowe zakresy to: grupa zarządzania (format: "/providers/Microsoft.Management/managementGroups/{managementGroup}"), subskrypcja (format: "/subscriptions/{subscriptionId}").
- blueprintName
- String
Nazwa definicji strategii.
- artifactName
- String
Nazwa artefaktu strategii.
- artifact
- Artifact
Artefakt strategii do utworzenia lub zaktualizowania.
Zwraca
Dotyczy
Azure SDK for .NET