@azure/arm-devhub package
Classes
| DeveloperHubServiceClient |
Interfaces
| Acr |
Information on the azure container registry |
| ArtifactGenerationProperties |
Properties used for generating artifacts such as Dockerfiles and manifests. |
| DeleteWorkflowResponse |
delete response if content must be provided on delete operation |
| DeploymentProperties | |
| DeveloperHubServiceClientOptionalParams |
Optional parameters. |
| ErrorAdditionalInfo |
The resource management error additional info. |
| ErrorDetail |
The error detail. |
| ErrorResponse |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). |
| GeneratePreviewArtifactsOptionalParams |
Optional parameters. |
| GitHubOAuthCallRequest |
GitHubOAuth request object |
| GitHubOAuthCallbackOptionalParams |
Optional parameters. |
| GitHubOAuthInfoResponse |
URL used to authorize the Developer Hub GitHub App |
| GitHubOAuthListResponse |
The response from List GitHubOAuth operation. |
| GitHubOAuthOptionalParams |
Optional parameters. |
| GitHubOAuthResponse |
Singleton response of GitHubOAuth containing |
| GitHubWorkflowProfileOidcCredentials |
The fields needed for OIDC with GitHub. |
| ListGitHubOAuthOptionalParams |
Optional parameters. |
| Operation |
Details of a REST API operation, returned from the Resource Provider Operations API |
| OperationDisplay |
Localized display information for this particular operation. |
| OperationListResult |
A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. |
| Operations |
Interface representing a Operations. |
| OperationsListOptionalParams |
Optional parameters. |
| ProxyResource |
The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location |
| Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
| TagsObject |
Resource tags. |
| TrackedResource |
The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' |
| Workflow |
Resource representation of a workflow |
| WorkflowCreateOrUpdateOptionalParams |
Optional parameters. |
| WorkflowDeleteOptionalParams |
Optional parameters. |
| WorkflowGetOptionalParams |
Optional parameters. |
| WorkflowListByResourceGroupNextOptionalParams |
Optional parameters. |
| WorkflowListByResourceGroupOptionalParams |
Optional parameters. |
| WorkflowListNextOptionalParams |
Optional parameters. |
| WorkflowListOptionalParams |
Optional parameters. |
| WorkflowListResult |
The response from List Workflows operation. |
| WorkflowOperations |
Interface representing a WorkflowOperations. |
| WorkflowRun | |
| WorkflowUpdateTagsOptionalParams |
Optional parameters. |
Type Aliases
| ActionType |
Defines values for ActionType. Known values supported by the serviceInternal |
| AuthorizationStatus |
Defines values for AuthorizationStatus. Known values supported by the serviceAuthorized: Requests authorized successfully |
| CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
| DockerfileGenerationMode |
Defines values for DockerfileGenerationMode. Known values supported by the serviceenabled: Dockerfiles will be generated |
| GeneratePreviewArtifactsResponse |
Contains response data for the generatePreviewArtifacts operation. |
| GenerationLanguage |
Defines values for GenerationLanguage. Known values supported by the serviceclojure: clojure language |
| GenerationManifestType |
Defines values for GenerationManifestType. Known values supported by the servicehelm: Helm manifests |
| GitHubOAuthCallbackResponse |
Contains response data for the gitHubOAuthCallback operation. |
| GitHubOAuthOperationResponse |
Contains response data for the gitHubOAuth operation. |
| ListGitHubOAuthResponse |
Contains response data for the listGitHubOAuth operation. |
| ManifestGenerationMode |
Defines values for ManifestGenerationMode. Known values supported by the serviceenabled: Manifests will be generated |
| ManifestType |
Defines values for ManifestType. Known values supported by the servicehelm: Repositories using helm |
| OperationsListResponse |
Contains response data for the list operation. |
| Origin |
Defines values for Origin. Known values supported by the serviceuser |
| PullRequestStatus |
Defines values for PullRequestStatus. Known values supported by the serviceunknown: Pull Request state unknown. |
| WorkflowCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| WorkflowDeleteResponse |
Contains response data for the delete operation. |
| WorkflowGetResponse |
Contains response data for the get operation. |
| WorkflowListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
| WorkflowListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
| WorkflowListNextResponse |
Contains response data for the listNext operation. |
| WorkflowListResponse |
Contains response data for the list operation. |
| WorkflowRunStatus |
Defines values for WorkflowRunStatus. Known values supported by the servicequeued: Workflow run is queued |
| WorkflowUpdateTagsResponse |
Contains response data for the updateTags operation. |
Enums
| KnownActionType |
Known values of ActionType that the service accepts. |
| KnownAuthorizationStatus |
Known values of AuthorizationStatus that the service accepts. |
| KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
| KnownDockerfileGenerationMode |
Known values of DockerfileGenerationMode that the service accepts. |
| KnownGenerationLanguage |
Known values of GenerationLanguage that the service accepts. |
| KnownGenerationManifestType |
Known values of GenerationManifestType that the service accepts. |
| KnownManifestGenerationMode |
Known values of ManifestGenerationMode that the service accepts. |
| KnownManifestType |
Known values of ManifestType that the service accepts. |
| KnownOrigin |
Known values of Origin that the service accepts. |
| KnownPullRequestStatus |
Known values of PullRequestStatus that the service accepts. |
| KnownWorkflowRunStatus |
Known values of WorkflowRunStatus that the service accepts. |
Functions
| get |
Given the last |
Function Details
getContinuationToken(unknown)
Given the last .value produced by the byPage iterator,
returns a continuation token that can be used to begin paging from
that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
An object from accessing value on the IteratorResult from a byPage iterator.
Returns
string | undefined
The continuation token that can be passed into byPage() during future calls.