GitHubOwnerOperations interface
Interface que representa um GitHubOwnerOperations.
Métodos
| begin |
Crie ou atualize um proprietário do GitHub monitorado. |
| begin |
Crie ou atualize um proprietário do GitHub monitorado. |
| begin |
Corrija um repositório GitHub monitorado. |
| begin |
Corrija um repositório GitHub monitorado. |
| get(string, string, string, Git |
Retorna um repositório GitHub monitorado. |
| list(string, string, Git |
Retorna uma lista de proprietários monitorados do GitHub. |
Detalhes do método
beginCreateOrUpdate(string, string, string, GitHubOwner, GitHubOwnerCreateOrUpdateOptionalParams)
Crie ou atualize um proprietário do GitHub monitorado.
function beginCreateOrUpdate(resourceGroupName: string, gitHubConnectorName: string, gitHubOwnerName: string, gitHubOwner: GitHubOwner, options?: GitHubOwnerCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<GitHubOwner>, GitHubOwner>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- gitHubConnectorName
-
string
Nome do conector do GitHub.
- gitHubOwnerName
-
string
Nome do proprietário do GitHub.
- gitHubOwner
- GitHubOwner
Proprietário do Github.
Os parâmetros de opções.
Retornos
Promise<PollerLike<@azure/core-lro.PollOperationState<GitHubOwner>, GitHubOwner>>
beginCreateOrUpdateAndWait(string, string, string, GitHubOwner, GitHubOwnerCreateOrUpdateOptionalParams)
Crie ou atualize um proprietário do GitHub monitorado.
function beginCreateOrUpdateAndWait(resourceGroupName: string, gitHubConnectorName: string, gitHubOwnerName: string, gitHubOwner: GitHubOwner, options?: GitHubOwnerCreateOrUpdateOptionalParams): Promise<GitHubOwner>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- gitHubConnectorName
-
string
Nome do conector do GitHub.
- gitHubOwnerName
-
string
Nome do proprietário do GitHub.
- gitHubOwner
- GitHubOwner
Proprietário do Github.
Os parâmetros de opções.
Retornos
Promise<GitHubOwner>
beginUpdate(string, string, string, GitHubOwnerUpdateOptionalParams)
Corrija um repositório GitHub monitorado.
function beginUpdate(resourceGroupName: string, gitHubConnectorName: string, gitHubOwnerName: string, options?: GitHubOwnerUpdateOptionalParams): Promise<PollerLike<PollOperationState<GitHubOwner>, GitHubOwner>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- gitHubConnectorName
-
string
Nome do conector do GitHub.
- gitHubOwnerName
-
string
Nome do proprietário do GitHub.
- options
- GitHubOwnerUpdateOptionalParams
Os parâmetros de opções.
Retornos
Promise<PollerLike<@azure/core-lro.PollOperationState<GitHubOwner>, GitHubOwner>>
beginUpdateAndWait(string, string, string, GitHubOwnerUpdateOptionalParams)
Corrija um repositório GitHub monitorado.
function beginUpdateAndWait(resourceGroupName: string, gitHubConnectorName: string, gitHubOwnerName: string, options?: GitHubOwnerUpdateOptionalParams): Promise<GitHubOwner>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- gitHubConnectorName
-
string
Nome do conector do GitHub.
- gitHubOwnerName
-
string
Nome do proprietário do GitHub.
- options
- GitHubOwnerUpdateOptionalParams
Os parâmetros de opções.
Retornos
Promise<GitHubOwner>
get(string, string, string, GitHubOwnerGetOptionalParams)
Retorna um repositório GitHub monitorado.
function get(resourceGroupName: string, gitHubConnectorName: string, gitHubOwnerName: string, options?: GitHubOwnerGetOptionalParams): Promise<GitHubOwner>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- gitHubConnectorName
-
string
Nome do conector do GitHub.
- gitHubOwnerName
-
string
Nome do proprietário do GitHub.
- options
- GitHubOwnerGetOptionalParams
Os parâmetros de opções.
Retornos
Promise<GitHubOwner>
list(string, string, GitHubOwnerListOptionalParams)
Retorna uma lista de proprietários monitorados do GitHub.
function list(resourceGroupName: string, gitHubConnectorName: string, options?: GitHubOwnerListOptionalParams): PagedAsyncIterableIterator<GitHubOwner, GitHubOwner[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- gitHubConnectorName
-
string
Nome do conector do GitHub.
- options
- GitHubOwnerListOptionalParams
Os parâmetros de opções.