GitHubConnectorOperations interface

GitHubConnectorOperations を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, GitHubConnector, GitHubConnectorCreateOrUpdateOptionalParams)

監視対象の GitHub Connector リソースを作成または更新します。

beginCreateOrUpdateAndWait(string, string, GitHubConnector, GitHubConnectorCreateOrUpdateOptionalParams)

監視対象の GitHub Connector リソースを作成または更新します。

beginDelete(string, string, GitHubConnectorDeleteOptionalParams)

監視対象の GitHub Connector の詳細を削除します。

beginDeleteAndWait(string, string, GitHubConnectorDeleteOptionalParams)

監視対象の GitHub Connector の詳細を削除します。

beginUpdate(string, string, GitHubConnectorUpdateOptionalParams)

監視対象の GitHub Connector の詳細を更新します。

beginUpdateAndWait(string, string, GitHubConnectorUpdateOptionalParams)

監視対象の GitHub Connector の詳細を更新します。

get(string, string, GitHubConnectorGetOptionalParams)

特定の ID の監視対象の GitHub Connector リソースを返します。

listByResourceGroup(string, GitHubConnectorListByResourceGroupOptionalParams)
listBySubscription(GitHubConnectorListBySubscriptionOptionalParams)

監視対象の GitHub コネクタのリストを返します。

メソッドの詳細

beginCreateOrUpdate(string, string, GitHubConnector, GitHubConnectorCreateOrUpdateOptionalParams)

監視対象の GitHub Connector リソースを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, gitHubConnectorName: string, gitHubConnector: GitHubConnector, options?: GitHubConnectorCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<GitHubConnector>, GitHubConnector>>

パラメーター

resourceGroupName

string

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

gitHubConnectorName

string

GitHub コネクタの名前。

gitHubConnector
GitHubConnector

コネクタ リソース ペイロード。

options
GitHubConnectorCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<GitHubConnector>, GitHubConnector>>

beginCreateOrUpdateAndWait(string, string, GitHubConnector, GitHubConnectorCreateOrUpdateOptionalParams)

監視対象の GitHub Connector リソースを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, gitHubConnectorName: string, gitHubConnector: GitHubConnector, options?: GitHubConnectorCreateOrUpdateOptionalParams): Promise<GitHubConnector>

パラメーター

resourceGroupName

string

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

gitHubConnectorName

string

GitHub コネクタの名前。

gitHubConnector
GitHubConnector

コネクタ リソース ペイロード。

options
GitHubConnectorCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<GitHubConnector>

beginDelete(string, string, GitHubConnectorDeleteOptionalParams)

監視対象の GitHub Connector の詳細を削除します。

function beginDelete(resourceGroupName: string, gitHubConnectorName: string, options?: GitHubConnectorDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

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

gitHubConnectorName

string

GitHub コネクタの名前。

options
GitHubConnectorDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, GitHubConnectorDeleteOptionalParams)

監視対象の GitHub Connector の詳細を削除します。

function beginDeleteAndWait(resourceGroupName: string, gitHubConnectorName: string, options?: GitHubConnectorDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

gitHubConnectorName

string

GitHub コネクタの名前。

options
GitHubConnectorDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, GitHubConnectorUpdateOptionalParams)

監視対象の GitHub Connector の詳細を更新します。

function beginUpdate(resourceGroupName: string, gitHubConnectorName: string, options?: GitHubConnectorUpdateOptionalParams): Promise<PollerLike<PollOperationState<GitHubConnector>, GitHubConnector>>

パラメーター

resourceGroupName

string

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

gitHubConnectorName

string

GitHub コネクタの名前。

options
GitHubConnectorUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<GitHubConnector>, GitHubConnector>>

beginUpdateAndWait(string, string, GitHubConnectorUpdateOptionalParams)

監視対象の GitHub Connector の詳細を更新します。

function beginUpdateAndWait(resourceGroupName: string, gitHubConnectorName: string, options?: GitHubConnectorUpdateOptionalParams): Promise<GitHubConnector>

パラメーター

resourceGroupName

string

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

gitHubConnectorName

string

GitHub コネクタの名前。

options
GitHubConnectorUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<GitHubConnector>

get(string, string, GitHubConnectorGetOptionalParams)

特定の ID の監視対象の GitHub Connector リソースを返します。

function get(resourceGroupName: string, gitHubConnectorName: string, options?: GitHubConnectorGetOptionalParams): Promise<GitHubConnector>

パラメーター

resourceGroupName

string

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

gitHubConnectorName

string

GitHub コネクタの名前。

options
GitHubConnectorGetOptionalParams

オプション パラメーター。

戻り値

Promise<GitHubConnector>

listByResourceGroup(string, GitHubConnectorListByResourceGroupOptionalParams)

function listByResourceGroup(resourceGroupName: string, options?: GitHubConnectorListByResourceGroupOptionalParams): PagedAsyncIterableIterator<GitHubConnector, GitHubConnector[], PageSettings>

パラメーター

resourceGroupName

string

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

options
GitHubConnectorListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(GitHubConnectorListBySubscriptionOptionalParams)

監視対象の GitHub コネクタのリストを返します。

function listBySubscription(options?: GitHubConnectorListBySubscriptionOptionalParams): PagedAsyncIterableIterator<GitHubConnector, GitHubConnector[], PageSettings>

パラメーター

options
GitHubConnectorListBySubscriptionOptionalParams

オプション パラメーター。

戻り値