/* * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ import { ServiceClient, ServiceClientOptions, ServiceClientCredentials } from 'ms-rest'; import * as operations from "./operations"; declare class AppCenterClient extends ServiceClient { /** * @class * Initializes a new instance of the AppCenterClient class. * @constructor * * @param {credentials} credentials - Subscription credentials which uniquely identify client subscription. * * @param {string} [baseUri] - The base URI of the service. * * @param {object} [options] - The parameter options * * @param {Array} [options.filters] - Filters to be added to the request pipeline * * @param {object} [options.requestOptions] - Options for the underlying request object * {@link https://github.com/request/request#requestoptions-callback Options doc} * * @param {boolean} [options.noRetryPolicy] - If set to true, turn off default retry policy * */ constructor(credentials: ServiceClientCredentials, baseUri?: string, options?: ServiceClientOptions); credentials: ServiceClientCredentials; // Operation groups devices: operations.Devices; orgInvitations: operations.OrgInvitations; distributionGroupInvitations: operations.DistributionGroupInvitations; appInvitations: operations.AppInvitations; users: operations.Users; releases: operations.Releases; teams: operations.Teams; azureSubscription: operations.AzureSubscription; apps: operations.Apps; organizations: operations.Organizations; builds: operations.Builds; crashes: operations.Crashes; test: operations.Test; symbols: operations.Symbols; symbolUploads: operations.SymbolUploads; missingSymbolGroups: operations.MissingSymbolGroups; repositories: operations.Repositories; repositoryConfigurations: operations.RepositoryConfigurations; provisioning: operations.Provisioning; releaseUploads: operations.ReleaseUploads; push: operations.Push; fileAssets: operations.FileAssets; exportConfigurations: operations.ExportConfigurations; storeReleases: operations.StoreReleases; stores: operations.Stores; distributionGroups: operations.DistributionGroups; codePushDeploymentRelease: operations.CodePushDeploymentRelease; deploymentReleases: operations.DeploymentReleases; codePushDeploymentReleases: operations.CodePushDeploymentReleases; codePushDeployments: operations.CodePushDeployments; codePushDeploymentMetrics: operations.CodePushDeploymentMetrics; crashGroups: operations.CrashGroups; commits: operations.Commits; branchConfigurations: operations.BranchConfigurations; appleMapping: operations.AppleMapping; analytics: operations.Analytics; apiTokens: operations.ApiTokens; } export = AppCenterClient;