다음을 통해 공유


SubscriptionArtifactsExtensions.GetInSubscriptionAsync 메서드

정의

청사진 아티팩트 가져오기

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact> GetInSubscriptionAsync(this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string subscriptionId, string blueprintName, string artifactName, System.Threading.CancellationToken cancellationToken = default);
static member GetInSubscriptionAsync : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact>
<Extension()>
Public Function GetInSubscriptionAsync (operations As IArtifactsOperations, subscriptionId As String, blueprintName As String, artifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Artifact)

매개 변수

operations
IArtifactsOperations

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

subscriptionId
String

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

blueprintName
String

청사진의 이름입니다.

artifactName
String

아티팩트 이름입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상