Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Controllers

Package version

Class representing a Controllers.

Hierarchy

  • Controllers

Index

Constructors

constructor

Methods

beginCreate

  • beginCreate(resourceGroupName: string, name: string, controller: Controller, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates an Azure Dev Spaces Controller with the specified create parameters.

    summary

    Creates an Azure Dev Spaces Controller.

    Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • controller: Controller

      Controller create parameters.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes an existing Azure Dev Spaces Controller.

    summary

    Deletes an Azure Dev Spaces Controller.

    Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

create

  • create(resourceGroupName: string, name: string, controller: Controller, options?: msRest.RequestOptionsBase): Promise<Models.ControllersCreateResponse>
  • Creates an Azure Dev Spaces Controller with the specified create parameters.

    summary

    Creates an Azure Dev Spaces Controller.

    Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • controller: Controller

      Controller create parameters.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ControllersCreateResponse>

    Promise<Models.ControllersCreateResponse>

deleteMethod

  • deleteMethod(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Deletes an existing Azure Dev Spaces Controller.

    summary

    Deletes an Azure Dev Spaces Controller.

    Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.ControllersGetResponse>
  • get(resourceGroupName: string, name: string, callback: msRest.ServiceCallback<Controller>): void
  • get(resourceGroupName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Controller>): void
  • Gets the properties for an Azure Dev Spaces Controller.

    summary

    Gets an Azure Dev Spaces Controller.

    Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ControllersGetResponse>

    Promise<Models.ControllersGetResponse>

  • Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • callback: msRest.ServiceCallback<Controller>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Controller>

      The callback

    Returns void

list

  • list(options?: msRest.RequestOptionsBase): Promise<Models.ControllersListResponse>
  • list(callback: msRest.ServiceCallback<ControllerList>): void
  • list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ControllerList>): void
  • Lists all the Azure Dev Spaces Controllers with their properties in the subscription.

    summary

    Lists the Azure Dev Spaces Controllers in a subscription.

    Parameters

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ControllersListResponse>

    Promise<Models.ControllersListResponse>

  • Parameters

    Returns void

  • Parameters

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ControllerList>

      The callback

    Returns void

listByResourceGroup

  • listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ControllersListByResourceGroupResponse>
  • listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<ControllerList>): void
  • listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ControllerList>): void
  • Lists all the Azure Dev Spaces Controllers with their properties in the specified resource group and subscription.

    summary

    Lists the Azure Dev Spaces Controllers in a resource group.

    Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ControllersListByResourceGroupResponse>

    Promise<Models.ControllersListByResourceGroupResponse>

  • Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • callback: msRest.ServiceCallback<ControllerList>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ControllerList>

      The callback

    Returns void

listByResourceGroupNext

  • listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ControllersListByResourceGroupNextResponse>
  • listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<ControllerList>): void
  • listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ControllerList>): void
  • Lists all the Azure Dev Spaces Controllers with their properties in the specified resource group and subscription.

    summary

    Lists the Azure Dev Spaces Controllers in a resource group.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ControllersListByResourceGroupNextResponse>

    Promise<Models.ControllersListByResourceGroupNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ControllerList>

      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<ControllerList>

      The callback

    Returns void

listConnectionDetails

  • listConnectionDetails(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.ControllersListConnectionDetailsResponse>
  • listConnectionDetails(resourceGroupName: string, name: string, callback: msRest.ServiceCallback<ControllerConnectionDetailsList>): void
  • listConnectionDetails(resourceGroupName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ControllerConnectionDetailsList>): void
  • Lists connection details for the underlying container resources of an Azure Dev Spaces Controller.

    summary

    Lists connection details for an Azure Dev Spaces Controller.

    Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ControllersListConnectionDetailsResponse>

    Promise<Models.ControllersListConnectionDetailsResponse>

  • Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • callback: msRest.ServiceCallback<ControllerConnectionDetailsList>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ControllerConnectionDetailsList>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ControllersListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<ControllerList>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ControllerList>): void
  • Lists all the Azure Dev Spaces Controllers with their properties in the subscription.

    summary

    Lists the Azure Dev Spaces Controllers in a subscription.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ControllersListNextResponse>

    Promise<Models.ControllersListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ControllerList>

      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<ControllerList>

      The callback

    Returns void

update

  • update(resourceGroupName: string, name: string, controllerUpdateParameters: ControllerUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ControllersUpdateResponse>
  • update(resourceGroupName: string, name: string, controllerUpdateParameters: ControllerUpdateParameters, callback: msRest.ServiceCallback<Controller>): void
  • update(resourceGroupName: string, name: string, controllerUpdateParameters: ControllerUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Controller>): void
  • Updates the properties of an existing Azure Dev Spaces Controller with the specified update parameters.

    summary

    Updates an Azure Dev Spaces Controller.

    Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • controllerUpdateParameters: ControllerUpdateParameters

      Parameters for updating the Azure Dev Spaces Controller.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ControllersUpdateResponse>

    Promise<Models.ControllersUpdateResponse>

  • Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • controllerUpdateParameters: ControllerUpdateParameters

      Parameters for updating the Azure Dev Spaces Controller.

    • callback: msRest.ServiceCallback<Controller>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Resource group to which the resource belongs.

    • name: string

      Name of the resource.

    • controllerUpdateParameters: ControllerUpdateParameters

      Parameters for updating the Azure Dev Spaces Controller.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Controller>

      The callback

    Returns void

Generated using TypeDoc