Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeploymentsImpl

Package version

Class containing Deployments operations.

Hierarchy

  • DeploymentsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, appName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Operation to delete a Deployment.

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • Optional options: DeploymentsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, serviceName: string, appName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>
  • Operation to delete a Deployment.

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • Optional options: DeploymentsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginDisableRemoteDebugging

beginDisableRemoteDebuggingAndWait

beginEnableRemoteDebugging

beginEnableRemoteDebuggingAndWait

beginGenerateHeapDump

  • Generate Heap Dump

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • diagnosticParameters: DiagnosticParameters

      Parameters for the diagnostic operation

    • Optional options: DeploymentsGenerateHeapDumpOptionalParams

      The options parameters.

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

beginGenerateHeapDumpAndWait

beginGenerateThreadDump

  • Generate Thread Dump

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • diagnosticParameters: DiagnosticParameters

      Parameters for the diagnostic operation

    • Optional options: DeploymentsGenerateThreadDumpOptionalParams

      The options parameters.

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

beginGenerateThreadDumpAndWait

beginRestart

  • beginRestart(resourceGroupName: string, serviceName: string, appName: string, deploymentName: string, options?: DeploymentsRestartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Restart the deployment.

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • Optional options: DeploymentsRestartOptionalParams

      The options parameters.

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

beginRestartAndWait

  • beginRestartAndWait(resourceGroupName: string, serviceName: string, appName: string, deploymentName: string, options?: DeploymentsRestartOptionalParams): Promise<void>
  • Restart the deployment.

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • Optional options: DeploymentsRestartOptionalParams

      The options parameters.

    Returns Promise<void>

beginStart

  • beginStart(resourceGroupName: string, serviceName: string, appName: string, deploymentName: string, options?: DeploymentsStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Start the deployment.

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • Optional options: DeploymentsStartOptionalParams

      The options parameters.

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

beginStartAndWait

  • beginStartAndWait(resourceGroupName: string, serviceName: string, appName: string, deploymentName: string, options?: DeploymentsStartOptionalParams): Promise<void>
  • Start the deployment.

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • Optional options: DeploymentsStartOptionalParams

      The options parameters.

    Returns Promise<void>

beginStartJFR

  • Start JFR

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • diagnosticParameters: DiagnosticParameters

      Parameters for the diagnostic operation

    • Optional options: DeploymentsStartJFROptionalParams

      The options parameters.

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

beginStartJFRAndWait

  • Start JFR

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • diagnosticParameters: DiagnosticParameters

      Parameters for the diagnostic operation

    • Optional options: DeploymentsStartJFROptionalParams

      The options parameters.

    Returns Promise<void>

beginStop

  • beginStop(resourceGroupName: string, serviceName: string, appName: string, deploymentName: string, options?: DeploymentsStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Stop the deployment.

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • Optional options: DeploymentsStopOptionalParams

      The options parameters.

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

beginStopAndWait

  • beginStopAndWait(resourceGroupName: string, serviceName: string, appName: string, deploymentName: string, options?: DeploymentsStopOptionalParams): Promise<void>
  • Stop the deployment.

    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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • Optional options: DeploymentsStopOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

  • Get a Deployment 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.

    • appName: string

      The name of the App resource.

    • deploymentName: string

      The name of the Deployment resource.

    • Optional options: DeploymentsGetOptionalParams

      The options parameters.

    Returns Promise<DeploymentsGetResponse>

getLogFileUrl

getRemoteDebuggingConfig

list

  • Handles requests to list all resources in an App.

    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.

    • appName: string

      The name of the App resource.

    • Optional options: DeploymentsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<DeploymentResource>

listForCluster

Generated using TypeDoc