다음을 통해 공유


ManagementGroupPublishedArtifactsExtensions.GetInManagementGroupAsync 메서드

정의

게시된 청사진에 대한 아티팩트를 가져옵니다.

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

매개 변수

operations
IPublishedArtifactsOperations

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

managementGroupName
String

청사진을 저장하는 azure managementGroup 이름입니다.

blueprintName
String

청사진의 이름입니다.

versionId
String

게시된 청사진의 버전입니다.

artifactName
String

아티팩트 이름입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상