Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Bindings

Package version

Interface representing a Bindings.

Hierarchy

  • Bindings

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

  • Create a new Binding or update an exiting Binding.

    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.

    • bindingName: string

      The name of the Binding resource.

    • bindingResource: BindingResource

      Parameters for the create or update operation

    • Optional options: BindingsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<BindingsCreateOrUpdateResponse>

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, appName: string, bindingName: string, options?: BindingsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Operation to delete a Binding.

    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.

    • bindingName: string

      The name of the Binding resource.

    • Optional options: BindingsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, serviceName: string, appName: string, bindingName: string, options?: BindingsDeleteOptionalParams): Promise<void>
  • Operation to delete a Binding.

    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.

    • bindingName: string

      The name of the Binding resource.

    • Optional options: BindingsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

  • Operation to update an exiting Binding.

    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.

    • bindingName: string

      The name of the Binding resource.

    • bindingResource: BindingResource

      Parameters for the update operation

    • Optional options: BindingsUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<BindingsUpdateResponse>, BindingsUpdateResponse>>

beginUpdateAndWait

  • Operation to update an exiting Binding.

    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.

    • bindingName: string

      The name of the Binding resource.

    • bindingResource: BindingResource

      Parameters for the update operation

    • Optional options: BindingsUpdateOptionalParams

      The options parameters.

    Returns Promise<BindingsUpdateResponse>

get

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

    • bindingName: string

      The name of the Binding resource.

    • Optional options: BindingsGetOptionalParams

      The options parameters.

    Returns Promise<BindingsGetResponse>

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: BindingsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<BindingResource>

Generated using TypeDoc