Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServicesImpl

Package version

Class containing Services operations.

Hierarchy

  • ServicesImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Operation to delete a Service.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: ServicesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • Operation to delete a Service.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: ServicesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginStart

  • beginStart(resourceGroupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Start a Service.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: ServicesStartOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginStartAndWait

  • Start a Service.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: ServicesStartOptionalParams

      The options parameters.

    Returns Promise<void>

beginStop

  • beginStop(resourceGroupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Stop a Service.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: ServicesStopOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginStopAndWait

  • Stop a Service.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: ServicesStopOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

checkNameAvailability

disableTestEndpoint

  • Disable test endpoint functionality for a Service.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: ServicesDisableTestEndpointOptionalParams

      The options parameters.

    Returns Promise<void>

enableTestEndpoint

get

  • Get a Service and its properties.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: ServicesGetOptionalParams

      The options parameters.

    Returns Promise<ServicesGetResponse>

list

  • Handles requests to list all resources in a resource group.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • Optional options: ServicesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<ServiceResource>

listBySubscription

listTestKeys

regenerateTestKey

Generated using TypeDoc