Bindings interface

Interface representing a Bindings.

Methods

beginCreateOrUpdate(string, string, string, string, BindingResource, BindingsCreateOrUpdateOptionalParams)

Create a new Binding or update an exiting Binding.

beginCreateOrUpdateAndWait(string, string, string, string, BindingResource, BindingsCreateOrUpdateOptionalParams)

Create a new Binding or update an exiting Binding.

beginDelete(string, string, string, string, BindingsDeleteOptionalParams)

Operation to delete a Binding.

beginDeleteAndWait(string, string, string, string, BindingsDeleteOptionalParams)

Operation to delete a Binding.

beginUpdate(string, string, string, string, BindingResource, BindingsUpdateOptionalParams)

Operation to update an exiting Binding.

beginUpdateAndWait(string, string, string, string, BindingResource, BindingsUpdateOptionalParams)

Operation to update an exiting Binding.

get(string, string, string, string, BindingsGetOptionalParams)

Get a Binding and its properties.

list(string, string, string, BindingsListOptionalParams)

Handles requests to list all resources in an App.

Method Details

beginCreateOrUpdate(string, string, string, string, BindingResource, BindingsCreateOrUpdateOptionalParams)

Create a new Binding or update an exiting Binding.

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, appName: string, bindingName: string, bindingResource: BindingResource, options?: BindingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BindingResource>, BindingResource>>

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

options
BindingsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<BindingResource>, BindingResource>>

beginCreateOrUpdateAndWait(string, string, string, string, BindingResource, BindingsCreateOrUpdateOptionalParams)

Create a new Binding or update an exiting Binding.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, appName: string, bindingName: string, bindingResource: BindingResource, options?: BindingsCreateOrUpdateOptionalParams): Promise<BindingResource>

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

options
BindingsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<BindingResource>

beginDelete(string, string, string, string, BindingsDeleteOptionalParams)

Operation to delete a Binding.

function beginDelete(resourceGroupName: string, serviceName: string, appName: string, bindingName: string, options?: BindingsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

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.

options
BindingsDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, BindingsDeleteOptionalParams)

Operation to delete a Binding.

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, appName: string, bindingName: string, options?: BindingsDeleteOptionalParams): Promise<void>

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.

options
BindingsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

beginUpdate(string, string, string, string, BindingResource, BindingsUpdateOptionalParams)

Operation to update an exiting Binding.

function beginUpdate(resourceGroupName: string, serviceName: string, appName: string, bindingName: string, bindingResource: BindingResource, options?: BindingsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BindingResource>, BindingResource>>

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

options
BindingsUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<BindingResource>, BindingResource>>

beginUpdateAndWait(string, string, string, string, BindingResource, BindingsUpdateOptionalParams)

Operation to update an exiting Binding.

function beginUpdateAndWait(resourceGroupName: string, serviceName: string, appName: string, bindingName: string, bindingResource: BindingResource, options?: BindingsUpdateOptionalParams): Promise<BindingResource>

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

options
BindingsUpdateOptionalParams

The options parameters.

Returns

Promise<BindingResource>

get(string, string, string, string, BindingsGetOptionalParams)

Get a Binding and its properties.

function get(resourceGroupName: string, serviceName: string, appName: string, bindingName: string, options?: BindingsGetOptionalParams): Promise<BindingResource>

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.

options
BindingsGetOptionalParams

The options parameters.

Returns

Promise<BindingResource>

list(string, string, string, BindingsListOptionalParams)

Handles requests to list all resources in an App.

function list(resourceGroupName: string, serviceName: string, appName: string, options?: BindingsListOptionalParams): PagedAsyncIterableIterator<BindingResource, BindingResource[], PageSettings>

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.

options
BindingsListOptionalParams

The options parameters.

Returns