GitHubConnectorOperations interface

Interface die een GitHubConnectorOperations vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, GitHubConnector, GitHubConnectorCreateOrUpdateOptionalParams)

Maak of werk een bewaakte GitHub Connector-resource bij.

beginCreateOrUpdateAndWait(string, string, GitHubConnector, GitHubConnectorCreateOrUpdateOptionalParams)

Maak of werk een bewaakte GitHub Connector-resource bij.

beginDelete(string, string, GitHubConnectorDeleteOptionalParams)

Verwijder de bewaakte GitHub Connector-gegevens.

beginDeleteAndWait(string, string, GitHubConnectorDeleteOptionalParams)

Verwijder de bewaakte GitHub Connector-gegevens.

beginUpdate(string, string, GitHubConnectorUpdateOptionalParams)

Update de bewaakte GitHub Connector-details.

beginUpdateAndWait(string, string, GitHubConnectorUpdateOptionalParams)

Update de bewaakte GitHub Connector-details.

get(string, string, GitHubConnectorGetOptionalParams)

Retourneert een bewaakte GitHub Connector-resource voor een bepaalde id.

listByResourceGroup(string, GitHubConnectorListByResourceGroupOptionalParams)
listBySubscription(GitHubConnectorListBySubscriptionOptionalParams)

Retourneert een lijst met bewaakte GitHub-connectors.

Methodedetails

beginCreateOrUpdate(string, string, GitHubConnector, GitHubConnectorCreateOrUpdateOptionalParams)

Maak of werk een bewaakte GitHub Connector-resource bij.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

gitHubConnectorName

string

Naam van de GitHub-connector.

gitHubConnector
GitHubConnector

Nettolading connectorbron.

options
GitHubConnectorCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

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

beginCreateOrUpdateAndWait(string, string, GitHubConnector, GitHubConnectorCreateOrUpdateOptionalParams)

Maak of werk een bewaakte GitHub Connector-resource bij.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

gitHubConnectorName

string

Naam van de GitHub-connector.

gitHubConnector
GitHubConnector

Nettolading connectorbron.

options
GitHubConnectorCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<GitHubConnector>

beginDelete(string, string, GitHubConnectorDeleteOptionalParams)

Verwijder de bewaakte GitHub Connector-gegevens.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

gitHubConnectorName

string

Naam van de GitHub-connector.

options
GitHubConnectorDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, GitHubConnectorDeleteOptionalParams)

Verwijder de bewaakte GitHub Connector-gegevens.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

gitHubConnectorName

string

Naam van de GitHub-connector.

options
GitHubConnectorDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginUpdate(string, string, GitHubConnectorUpdateOptionalParams)

Update de bewaakte GitHub Connector-details.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

gitHubConnectorName

string

Naam van de GitHub-connector.

options
GitHubConnectorUpdateOptionalParams

De optiesparameters.

Retouren

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

beginUpdateAndWait(string, string, GitHubConnectorUpdateOptionalParams)

Update de bewaakte GitHub Connector-details.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

gitHubConnectorName

string

Naam van de GitHub-connector.

options
GitHubConnectorUpdateOptionalParams

De optiesparameters.

Retouren

Promise<GitHubConnector>

get(string, string, GitHubConnectorGetOptionalParams)

Retourneert een bewaakte GitHub Connector-resource voor een bepaalde id.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

gitHubConnectorName

string

Naam van de GitHub-connector.

options
GitHubConnectorGetOptionalParams

De optiesparameters.

Retouren

Promise<GitHubConnector>

listByResourceGroup(string, GitHubConnectorListByResourceGroupOptionalParams)

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

Retouren

listBySubscription(GitHubConnectorListBySubscriptionOptionalParams)

Retourneert een lijst met bewaakte GitHub-connectors.

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

Parameters

Retouren