Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArtifactSources

Package version

Class representing a ArtifactSources.

Hierarchy

  • ArtifactSources

Index

Constructors

constructor

Methods

createOrUpdate

  • createOrUpdate(resourceGroupName: string, labName: string, name: string, artifactSource: ArtifactSource, options?: msRest.RequestOptionsBase): Promise<Models.ArtifactSourcesCreateOrUpdateResponse>
  • createOrUpdate(resourceGroupName: string, labName: string, name: string, artifactSource: ArtifactSource, callback: msRest.ServiceCallback<ArtifactSource>): void
  • createOrUpdate(resourceGroupName: string, labName: string, name: string, artifactSource: ArtifactSource, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ArtifactSource>): void
  • Create or replace an existing artifact source.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • artifactSource: ArtifactSource

      Properties of an artifact source.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ArtifactSourcesCreateOrUpdateResponse>

    Promise<Models.ArtifactSourcesCreateOrUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • artifactSource: ArtifactSource

      Properties of an artifact source.

    • callback: msRest.ServiceCallback<ArtifactSource>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • artifactSource: ArtifactSource

      Properties of an artifact source.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ArtifactSource>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Delete artifact source.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, labName: string, name: string, options?: Models.ArtifactSourcesGetOptionalParams): Promise<Models.ArtifactSourcesGetResponse>
  • get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<ArtifactSource>): void
  • get(resourceGroupName: string, labName: string, name: string, options: ArtifactSourcesGetOptionalParams, callback: msRest.ServiceCallback<ArtifactSource>): void
  • Get artifact source.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • Optional options: Models.ArtifactSourcesGetOptionalParams

    Returns Promise<Models.ArtifactSourcesGetResponse>

    Promise<Models.ArtifactSourcesGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • callback: msRest.ServiceCallback<ArtifactSource>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • options: ArtifactSourcesGetOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<ArtifactSource>

      The callback

    Returns void

list

  • list(resourceGroupName: string, labName: string, options?: Models.ArtifactSourcesListOptionalParams): Promise<Models.ArtifactSourcesListResponse>
  • list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<ArtifactSourceList>): void
  • list(resourceGroupName: string, labName: string, options: ArtifactSourcesListOptionalParams, callback: msRest.ServiceCallback<ArtifactSourceList>): void
  • List artifact sources in a given lab.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • Optional options: Models.ArtifactSourcesListOptionalParams

    Returns Promise<Models.ArtifactSourcesListResponse>

    Promise<Models.ArtifactSourcesListResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • callback: msRest.ServiceCallback<ArtifactSourceList>

      The callback

    Returns void

  • Parameters

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ArtifactSourcesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<ArtifactSourceList>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ArtifactSourceList>): void
  • List artifact sources in a given lab.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ArtifactSourcesListNextResponse>

    Promise<Models.ArtifactSourcesListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ArtifactSourceList>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ArtifactSourceList>

      The callback

    Returns void

update

  • update(resourceGroupName: string, labName: string, name: string, artifactSource: ArtifactSourceFragment, options?: msRest.RequestOptionsBase): Promise<Models.ArtifactSourcesUpdateResponse>
  • update(resourceGroupName: string, labName: string, name: string, artifactSource: ArtifactSourceFragment, callback: msRest.ServiceCallback<ArtifactSource>): void
  • update(resourceGroupName: string, labName: string, name: string, artifactSource: ArtifactSourceFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ArtifactSource>): void
  • Modify properties of artifact sources.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • artifactSource: ArtifactSourceFragment

      Properties of an artifact source.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ArtifactSourcesUpdateResponse>

    Promise<Models.ArtifactSourcesUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • artifactSource: ArtifactSourceFragment

      Properties of an artifact source.

    • callback: msRest.ServiceCallback<ArtifactSource>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • name: string

      The name of the artifact source.

    • artifactSource: ArtifactSourceFragment

      Properties of an artifact source.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ArtifactSource>

      The callback

    Returns void

Generated using TypeDoc