次の方法で共有


ArtifactSourcesOperationsExtensions.GetAsync メソッド

定義

成果物ソースを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource> GetAsync (this Microsoft.Azure.Management.DeploymentManager.IArtifactSourcesOperations operations, string resourceGroupName, string artifactSourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DeploymentManager.IArtifactSourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource>
<Extension()>
Public Function GetAsync (operations As IArtifactSourcesOperations, resourceGroupName As String, artifactSourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArtifactSource)

パラメーター

operations
IArtifactSourcesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

artifactSourceName
String

成果物ソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象