다음을 통해 공유


SubscriptionArtifactsExtensions.CreateOrUpdateInSubscriptionAsync 메서드

정의

청사진 아티팩트 만들기 또는 업데이트

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact> CreateOrUpdateInSubscriptionAsync (this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string subscriptionId, string blueprintName, string artifactName, Microsoft.Azure.Management.Blueprint.Models.Artifact artifact, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateInSubscriptionAsync : 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 CreateOrUpdateInSubscriptionAsync (operations As IArtifactsOperations, subscriptionId As String, blueprintName As String, artifactName As String, artifact As Artifact, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Artifact)

매개 변수

operations
IArtifactsOperations

이 확장 메서드에 대한 작업 그룹입니다.

subscriptionId
String

azure subscriptionId- 청사진을 저장합니다.

blueprintName
String

청사진의 이름입니다.

artifactName
String

아티팩트 이름입니다.

artifact
Artifact

저장할 청사진 아티팩트입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상