次の方法で共有


GitHubRepoCollection.Get(String, CancellationToken) メソッド

定義

監視対象の GitHub リポジトリを返します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}/repos/{gitHubRepoName}
  • 操作IdGitHubRepo_Get
public virtual Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource> Get (string gitHubRepoName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource>
Public Overridable Function Get (gitHubRepoName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GitHubRepoResource)

パラメーター

gitHubRepoName
String

GitHub リポジトリの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

gitHubRepoName は空の文字列であり、空でないと想定されていました。

gitHubRepoName が null です。

適用対象