DevTestLabsClient class

Extends

Constructors

DevTestLabsClient(TokenCredential, string, DevTestLabsClientOptionalParams)

Initializes a new instance of the DevTestLabsClient class.

Properties

$host
apiVersion
armTemplates
artifacts
artifactSources
costs
customImages
disks
environments
formulas
galleryImages
globalSchedules
labs
notificationChannels
operations
policies
policySets
providerOperations
schedules
secrets
serviceFabrics
serviceFabricSchedules
serviceRunners
subscriptionId
users
virtualMachines
virtualMachineSchedules
virtualNetworks

Inherited Properties

pipeline

The pipeline used by this client to make requests

Inherited Methods

sendOperationRequest<T>(OperationArguments, OperationSpec)

Send an HTTP request that is populated using the provided OperationSpec.

sendRequest(PipelineRequest)

Send the provided httpRequest.

Constructor Details

DevTestLabsClient(TokenCredential, string, DevTestLabsClientOptionalParams)

Initializes a new instance of the DevTestLabsClient class.

new DevTestLabsClient(credentials: TokenCredential, subscriptionId: string, options?: DevTestLabsClientOptionalParams)

Parameters

credentials
TokenCredential

Subscription credentials which uniquely identify client subscription.

subscriptionId

string

The subscription ID.

options
DevTestLabsClientOptionalParams

The parameter options

Property Details

$host

$host: string

Property Value

string

apiVersion

apiVersion: string

Property Value

string

armTemplates

armTemplates: ArmTemplates

Property Value

artifacts

artifacts: Artifacts

Property Value

artifactSources

artifactSources: ArtifactSources

Property Value

costs

costs: Costs

Property Value

customImages

customImages: CustomImages

Property Value

disks

disks: Disks

Property Value

environments

environments: Environments

Property Value

formulas

formulas: Formulas

Property Value

galleryImages

galleryImages: GalleryImages

Property Value

globalSchedules

globalSchedules: GlobalSchedules

Property Value

labs

labs: Labs

Property Value

notificationChannels

notificationChannels: NotificationChannels

Property Value

operations

operations: Operations

Property Value

policies

policies: Policies

Property Value

policySets

policySets: PolicySets

Property Value

providerOperations

providerOperations: ProviderOperations

Property Value

schedules

schedules: Schedules

Property Value

secrets

secrets: Secrets

Property Value

serviceFabrics

serviceFabrics: ServiceFabrics

Property Value

serviceFabricSchedules

serviceFabricSchedules: ServiceFabricSchedules

Property Value

serviceRunners

serviceRunners: ServiceRunners

Property Value

subscriptionId

subscriptionId: string

Property Value

string

users

users: Users

Property Value

virtualMachines

virtualMachines: VirtualMachines

Property Value

virtualMachineSchedules

virtualMachineSchedules: VirtualMachineSchedules

Property Value

virtualNetworks

virtualNetworks: VirtualNetworks

Property Value

Inherited Property Details

pipeline

The pipeline used by this client to make requests

pipeline: Pipeline

Property Value

Inherited From coreClient.ServiceClient.pipeline

Inherited Method Details

sendOperationRequest<T>(OperationArguments, OperationSpec)

Send an HTTP request that is populated using the provided OperationSpec.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

Parameters

operationArguments
OperationArguments

The arguments that the HTTP request's templated values will be populated from.

operationSpec
OperationSpec

The OperationSpec to use to populate the httpRequest.

Returns

Promise<T>

Inherited From coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Send the provided httpRequest.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

Parameters

request
PipelineRequest

Returns

Promise<PipelineResponse>

Inherited From coreClient.ServiceClient.sendRequest