5.0.0 • Published 5 years ago

@datafire/azure_devtestlabs_dtl v5.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/azure_devtestlabs_dtl

Client library for DevTestLabsClient

Installation and Usage

npm install --save @datafire/azure_devtestlabs_dtl
let azure_devtestlabs_dtl = require('@datafire/azure_devtestlabs_dtl').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

The DevTest Labs Client.

Actions

ProviderOperations_List

Result of the request to list REST API operations

azure_devtestlabs_dtl.ProviderOperations_List({
  "api-version": ""
}, context)

Input

  • input object
    • api-version required string: Client API version.

Output

Labs_ListBySubscription

List labs in a subscription.

azure_devtestlabs_dtl.Labs_ListBySubscription({
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • $expand string: Specify the $expand query. Example: 'properties($select=defaultStorageAccount)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

Operations_Get

Get operation.

azure_devtestlabs_dtl.Operations_Get({
  "subscriptionId": "",
  "locationName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • locationName required string: The name of the location.
    • name required string: The name of the operation.
    • api-version required string: Client API version.

Output

GlobalSchedules_ListBySubscription

List schedules in a subscription.

azure_devtestlabs_dtl.GlobalSchedules_ListBySubscription({
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • $expand string: Specify the $expand query. Example: 'properties($select=status)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

Labs_ListByResourceGroup

List labs in a resource group.

azure_devtestlabs_dtl.Labs_ListByResourceGroup({
  "subscriptionId": "",
  "resourceGroupName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • $expand string: Specify the $expand query. Example: 'properties($select=defaultStorageAccount)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

ArtifactSources_List

List artifact sources in a given lab.

azure_devtestlabs_dtl.ArtifactSources_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • $expand string: Specify the $expand query. Example: 'properties($select=displayName)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

ArmTemplates_List

List azure resource manager templates in a given artifact source.

azure_devtestlabs_dtl.ArmTemplates_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "artifactSourceName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • artifactSourceName required string: The name of the artifact source.
    • $expand string: Specify the $expand query. Example: 'properties($select=displayName)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

ArmTemplates_Get

Get azure resource manager template.

azure_devtestlabs_dtl.ArmTemplates_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "artifactSourceName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • artifactSourceName required string: The name of the artifact source.
    • name required string: The name of the azure resource manager template.
    • $expand string: Specify the $expand query. Example: 'properties($select=displayName)'
    • api-version required string: Client API version.

Output

Artifacts_List

List artifacts in a given artifact source.

azure_devtestlabs_dtl.Artifacts_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "artifactSourceName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • artifactSourceName required string: The name of the artifact source.
    • $expand string: Specify the $expand query. Example: 'properties($select=title)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

Artifacts_Get

Get artifact.

azure_devtestlabs_dtl.Artifacts_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "artifactSourceName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • artifactSourceName required string: The name of the artifact source.
    • name required string: The name of the artifact.
    • $expand string: Specify the $expand query. Example: 'properties($select=title)'
    • api-version required string: Client API version.

Output

Artifacts_GenerateArmTemplate

Generates an ARM template for the given artifact, uploads the required files to a storage account, and validates the generated artifact.

azure_devtestlabs_dtl.Artifacts_GenerateArmTemplate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "artifactSourceName": "",
  "name": "",
  "generateArmTemplateRequest": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • artifactSourceName required string: The name of the artifact source.
    • name required string: The name of the artifact.
    • generateArmTemplateRequest required GenerateArmTemplateRequest
    • api-version required string: Client API version.

Output

ArtifactSources_Delete

Delete artifact source.

azure_devtestlabs_dtl.ArtifactSources_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the artifact source.
    • api-version required string: Client API version.

Output

Output schema unknown

ArtifactSources_Get

Get artifact source.

azure_devtestlabs_dtl.ArtifactSources_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the artifact source.
    • $expand string: Specify the $expand query. Example: 'properties($select=displayName)'
    • api-version required string: Client API version.

Output

ArtifactSources_Update

Allows modifying tags of artifact sources. All other properties will be ignored.

azure_devtestlabs_dtl.ArtifactSources_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "artifactSource": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the artifact source.
    • artifactSource required ArtifactSourceFragment
    • api-version required string: Client API version.

Output

ArtifactSources_CreateOrUpdate

Create or replace an existing artifact source.

azure_devtestlabs_dtl.ArtifactSources_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "artifactSource": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the artifact source.
    • artifactSource required ArtifactSource
    • api-version required string: Client API version.

Output

Costs_Get

Get cost.

azure_devtestlabs_dtl.Costs_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the cost.
    • $expand string: Specify the $expand query. Example: 'properties($expand=labCostDetails)'
    • api-version required string: Client API version.

Output

Costs_CreateOrUpdate

Create or replace an existing cost.

azure_devtestlabs_dtl.Costs_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "labCost": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the cost.
    • labCost required LabCost
    • api-version required string: Client API version.

Output

CustomImages_List

List custom images in a given lab.

azure_devtestlabs_dtl.CustomImages_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • $expand string: Specify the $expand query. Example: 'properties($select=vm)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

CustomImages_Delete

Delete custom image. This operation can take a while to complete.

azure_devtestlabs_dtl.CustomImages_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the custom image.
    • api-version required string: Client API version.

Output

Output schema unknown

CustomImages_Get

Get custom image.

azure_devtestlabs_dtl.CustomImages_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the custom image.
    • $expand string: Specify the $expand query. Example: 'properties($select=vm)'
    • api-version required string: Client API version.

Output

CustomImages_Update

Allows modifying tags of custom images. All other properties will be ignored.

azure_devtestlabs_dtl.CustomImages_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "customImage": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the custom image.
    • customImage required CustomImageFragment
    • api-version required string: Client API version.

Output

CustomImages_CreateOrUpdate

Create or replace an existing custom image. This operation can take a while to complete.

azure_devtestlabs_dtl.CustomImages_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "customImage": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the custom image.
    • customImage required CustomImage
    • api-version required string: Client API version.

Output

Formulas_List

List formulas in a given lab.

azure_devtestlabs_dtl.Formulas_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • $expand string: Specify the $expand query. Example: 'properties($select=description)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

Formulas_Delete

Delete formula.

azure_devtestlabs_dtl.Formulas_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the formula.
    • api-version required string: Client API version.

Output

Output schema unknown

Formulas_Get

Get formula.

azure_devtestlabs_dtl.Formulas_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the formula.
    • $expand string: Specify the $expand query. Example: 'properties($select=description)'
    • api-version required string: Client API version.

Output

Formulas_Update

Allows modifying tags of formulas. All other properties will be ignored.

azure_devtestlabs_dtl.Formulas_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "formula": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the formula.
    • formula required FormulaFragment
    • api-version required string: Client API version.

Output

Formulas_CreateOrUpdate

Create or replace an existing formula. This operation can take a while to complete.

azure_devtestlabs_dtl.Formulas_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "formula": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the formula.
    • formula required Formula
    • api-version required string: Client API version.

Output

GalleryImages_List

List gallery images in a given lab.

azure_devtestlabs_dtl.GalleryImages_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • $expand string: Specify the $expand query. Example: 'properties($select=author)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

NotificationChannels_List

List notification channels in a given lab.

azure_devtestlabs_dtl.NotificationChannels_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • $expand string: Specify the $expand query. Example: 'properties($select=webHookUrl)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

NotificationChannels_Delete

Delete notification channel.

azure_devtestlabs_dtl.NotificationChannels_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the notification channel.
    • api-version required string: Client API version.

Output

Output schema unknown

NotificationChannels_Get

Get notification channel.

azure_devtestlabs_dtl.NotificationChannels_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the notification channel.
    • $expand string: Specify the $expand query. Example: 'properties($select=webHookUrl)'
    • api-version required string: Client API version.

Output

NotificationChannels_Update

Allows modifying tags of notification channels. All other properties will be ignored.

azure_devtestlabs_dtl.NotificationChannels_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "notificationChannel": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the notification channel.
    • notificationChannel required NotificationChannelFragment
    • api-version required string: Client API version.

Output

NotificationChannels_CreateOrUpdate

Create or replace an existing notification channel.

azure_devtestlabs_dtl.NotificationChannels_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "notificationChannel": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the notification channel.
    • notificationChannel required NotificationChannel
    • api-version required string: Client API version.

Output

NotificationChannels_Notify

Send notification to provided channel.

azure_devtestlabs_dtl.NotificationChannels_Notify({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "notifyParameters": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the notification channel.
    • notifyParameters required NotifyParameters
    • api-version required string: Client API version.

Output

Output schema unknown

PolicySets_EvaluatePolicies

Evaluates lab policy.

azure_devtestlabs_dtl.PolicySets_EvaluatePolicies({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "evaluatePoliciesRequest": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the policy set.
    • evaluatePoliciesRequest required EvaluatePoliciesRequest
    • api-version required string: Client API version.

Output

Policies_List

List policies in a given policy set.

azure_devtestlabs_dtl.Policies_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "policySetName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • policySetName required string: The name of the policy set.
    • $expand string: Specify the $expand query. Example: 'properties($select=description)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

Policies_Delete

Delete policy.

azure_devtestlabs_dtl.Policies_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "policySetName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • policySetName required string: The name of the policy set.
    • name required string: The name of the policy.
    • api-version required string: Client API version.

Output

Output schema unknown

Policies_Get

Get policy.

azure_devtestlabs_dtl.Policies_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "policySetName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • policySetName required string: The name of the policy set.
    • name required string: The name of the policy.
    • $expand string: Specify the $expand query. Example: 'properties($select=description)'
    • api-version required string: Client API version.

Output

Policies_Update

Allows modifying tags of policies. All other properties will be ignored.

azure_devtestlabs_dtl.Policies_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "policySetName": "",
  "name": "",
  "policy": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • policySetName required string: The name of the policy set.
    • name required string: The name of the policy.
    • policy required PolicyFragment
    • api-version required string: Client API version.

Output

Policies_CreateOrUpdate

Create or replace an existing policy.

azure_devtestlabs_dtl.Policies_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "policySetName": "",
  "name": "",
  "policy": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • policySetName required string: The name of the policy set.
    • name required string: The name of the policy.
    • policy required Policy
    • api-version required string: Client API version.

Output

Schedules_List

List schedules in a given lab.

azure_devtestlabs_dtl.Schedules_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • $expand string: Specify the $expand query. Example: 'properties($select=status)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

Schedules_Delete

Delete schedule.

azure_devtestlabs_dtl.Schedules_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the schedule.
    • api-version required string: Client API version.

Output

Output schema unknown

Schedules_Get

Get schedule.

azure_devtestlabs_dtl.Schedules_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the schedule.
    • $expand string: Specify the $expand query. Example: 'properties($select=status)'
    • api-version required string: Client API version.

Output

Schedules_Update

Allows modifying tags of schedules. All other properties will be ignored.

azure_devtestlabs_dtl.Schedules_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "schedule": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the schedule.
    • schedule required ScheduleFragment
    • api-version required string: Client API version.

Output

Schedules_CreateOrUpdate

Create or replace an existing schedule.

azure_devtestlabs_dtl.Schedules_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "schedule": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the schedule.
    • schedule required Schedule
    • api-version required string: Client API version.

Output

Schedules_Execute

Execute a schedule. This operation can take a while to complete.

azure_devtestlabs_dtl.Schedules_Execute({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the schedule.
    • api-version required string: Client API version.

Output

Output schema unknown

Schedules_ListApplicable

Lists all applicable schedules

azure_devtestlabs_dtl.Schedules_ListApplicable({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the schedule.
    • api-version required string: Client API version.

Output

ServiceRunners_Delete

Delete service runner.

azure_devtestlabs_dtl.ServiceRunners_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the service runner.
    • api-version required string: Client API version.

Output

Output schema unknown

ServiceRunners_Get

Get service runner.

azure_devtestlabs_dtl.ServiceRunners_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the service runner.
    • api-version required string: Client API version.

Output

ServiceRunners_CreateOrUpdate

Create or replace an existing service runner.

azure_devtestlabs_dtl.ServiceRunners_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "serviceRunner": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the service runner.
    • serviceRunner required ServiceRunner
    • api-version required string: Client API version.

Output

Users_List

List user profiles in a given lab.

azure_devtestlabs_dtl.Users_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • $expand string: Specify the $expand query. Example: 'properties($select=identity)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

Users_Delete

Delete user profile. This operation can take a while to complete.

azure_devtestlabs_dtl.Users_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the user profile.
    • api-version required string: Client API version.

Output

Output schema unknown

Users_Get

Get user profile.

azure_devtestlabs_dtl.Users_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the user profile.
    • $expand string: Specify the $expand query. Example: 'properties($select=identity)'
    • api-version required string: Client API version.

Output

Users_Update

Allows modifying tags of user profiles. All other properties will be ignored.

azure_devtestlabs_dtl.Users_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "user": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the user profile.
    • user required UserFragment
    • api-version required string: Client API version.

Output

Users_CreateOrUpdate

Create or replace an existing user profile. This operation can take a while to complete.

azure_devtestlabs_dtl.Users_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "name": "",
  "user": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • name required string: The name of the user profile.
    • user required User
    • api-version required string: Client API version.

Output

Disks_List

List disks in a given user profile.

azure_devtestlabs_dtl.Disks_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • $expand string: Specify the $expand query. Example: 'properties($select=diskType)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

Disks_Delete

Delete disk. This operation can take a while to complete.

azure_devtestlabs_dtl.Disks_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the disk.
    • api-version required string: Client API version.

Output

Output schema unknown

Disks_Get

Get disk.

azure_devtestlabs_dtl.Disks_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the disk.
    • $expand string: Specify the $expand query. Example: 'properties($select=diskType)'
    • api-version required string: Client API version.

Output

Disks_Update

Allows modifying tags of disks. All other properties will be ignored.

azure_devtestlabs_dtl.Disks_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "disk": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the disk.
    • disk required DiskFragment
    • api-version required string: Client API version.

Output

Disks_CreateOrUpdate

Create or replace an existing disk. This operation can take a while to complete.

azure_devtestlabs_dtl.Disks_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "disk": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the disk.
    • disk required Disk
    • api-version required string: Client API version.

Output

Disks_Attach

Attach and create the lease of the disk to the virtual machine. This operation can take a while to complete.

azure_devtestlabs_dtl.Disks_Attach({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "attachDiskProperties": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the disk.
    • attachDiskProperties required AttachDiskProperties
    • api-version required string: Client API version.

Output

Output schema unknown

Disks_Detach

Detach and break the lease of the disk attached to the virtual machine. This operation can take a while to complete.

azure_devtestlabs_dtl.Disks_Detach({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "detachDiskProperties": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the disk.
    • detachDiskProperties required DetachDiskProperties
    • api-version required string: Client API version.

Output

Output schema unknown

Environments_List

List environments in a given user profile.

azure_devtestlabs_dtl.Environments_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • $expand string: Specify the $expand query. Example: 'properties($select=deploymentProperties)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

Environments_Delete

Delete environment. This operation can take a while to complete.

azure_devtestlabs_dtl.Environments_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the environment.
    • api-version required string: Client API version.

Output

Output schema unknown

Environments_Get

Get environment.

azure_devtestlabs_dtl.Environments_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the environment.
    • $expand string: Specify the $expand query. Example: 'properties($select=deploymentProperties)'
    • api-version required string: Client API version.

Output

Environments_Update

Allows modifying tags of environments. All other properties will be ignored.

azure_devtestlabs_dtl.Environments_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "dtlEnvironment": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the environment.
    • dtlEnvironment required DtlEnvironmentFragment
    • api-version required string: Client API version.

Output

Environments_CreateOrUpdate

Create or replace an existing environment. This operation can take a while to complete.

azure_devtestlabs_dtl.Environments_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "dtlEnvironment": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the environment.
    • dtlEnvironment required DtlEnvironment
    • api-version required string: Client API version.

Output

Secrets_List

List secrets in a given user profile.

azure_devtestlabs_dtl.Secrets_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • $expand string: Specify the $expand query. Example: 'properties($select=value)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

Secrets_Delete

Delete secret.

azure_devtestlabs_dtl.Secrets_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the secret.
    • api-version required string: Client API version.

Output

Output schema unknown

Secrets_Get

Get secret.

azure_devtestlabs_dtl.Secrets_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the secret.
    • $expand string: Specify the $expand query. Example: 'properties($select=value)'
    • api-version required string: Client API version.

Output

Secrets_Update

Allows modifying tags of secrets. All other properties will be ignored.

azure_devtestlabs_dtl.Secrets_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "secret": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the secret.
    • secret required SecretFragment
    • api-version required string: Client API version.

Output

Secrets_CreateOrUpdate

Create or replace an existing secret. This operation can take a while to complete.

azure_devtestlabs_dtl.Secrets_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "secret": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the secret.
    • secret required Secret
    • api-version required string: Client API version.

Output

ServiceFabrics_List

List service fabrics in a given user profile.

azure_devtestlabs_dtl.ServiceFabrics_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • $expand string: Specify the $expand query. Example: 'properties($expand=applicableSchedule)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

ServiceFabrics_Delete

Delete service fabric. This operation can take a while to complete.

azure_devtestlabs_dtl.ServiceFabrics_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the service fabric.
    • api-version required string: Client API version.

Output

Output schema unknown

ServiceFabrics_Get

Get service fabric.

azure_devtestlabs_dtl.ServiceFabrics_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the service fabric.
    • $expand string: Specify the $expand query. Example: 'properties($expand=applicableSchedule)'
    • api-version required string: Client API version.

Output

ServiceFabrics_Update

Allows modifying tags of service fabrics. All other properties will be ignored.

azure_devtestlabs_dtl.ServiceFabrics_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "serviceFabric": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the service fabric.
    • serviceFabric required ServiceFabricFragment
    • api-version required string: Client API version.

Output

ServiceFabrics_CreateOrUpdate

Create or replace an existing service fabric. This operation can take a while to complete.

azure_devtestlabs_dtl.ServiceFabrics_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "serviceFabric": {
    "properties": {}
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the service fabric.
    • serviceFabric required ServiceFabric
    • api-version required string: Client API version.

Output

ServiceFabrics_ListApplicableSchedules

Lists the applicable start/stop schedules, if any.

azure_devtestlabs_dtl.ServiceFabrics_ListApplicableSchedules({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the service fabric.
    • api-version required string: Client API version.

Output

ServiceFabrics_Start

Start a service fabric. This operation can take a while to complete.

azure_devtestlabs_dtl.ServiceFabrics_Start({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the service fabric.
    • api-version required string: Client API version.

Output

Output schema unknown

ServiceFabrics_Stop

Stop a service fabric This operation can take a while to complete.

azure_devtestlabs_dtl.ServiceFabrics_Stop({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • name required string: The name of the service fabric.
    • api-version required string: Client API version.

Output

Output schema unknown

ServiceFabricSchedules_List

List schedules in a given service fabric.

azure_devtestlabs_dtl.ServiceFabricSchedules_List({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "serviceFabricName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • serviceFabricName required string: The name of the service fabric.
    • $expand string: Specify the $expand query. Example: 'properties($select=status)'
    • $filter string: The filter to apply to the operation. Example: '$filter=contains(name,'myName')
    • $top integer: The maximum number of resources to return from the operation. Example: '$top=10'
    • $orderby string: The ordering expression for the results, using OData notation. Example: '$orderby=name desc'
    • api-version required string: Client API version.

Output

ServiceFabricSchedules_Delete

Delete schedule.

azure_devtestlabs_dtl.ServiceFabricSchedules_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "serviceFabricName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription ID.
    • resourceGroupName required string: The name of the resource group.
    • labName required string: The name of the lab.
    • userName required string: The name of the user profile.
    • serviceFabricName required string: The name of the service fabric.
    • name required string: The name of the schedule.
    • api-version required string: Client API version.

Output

Output schema unknown

ServiceFabricSchedules_Get

Get schedule.

azure_devtestlabs_dtl.ServiceFabricSchedules_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "labName": "",
  "userName": "",
  "serviceFabricName": "",
  "name": "",
  "api-version": ""
}, context)

Input

  • input object
    • s
5.0.0

5 years ago

4.0.0

7 years ago

3.0.0

7 years ago