Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AvailabilityGroupListeners

Package version

Class representing a AvailabilityGroupListeners.

Hierarchy

  • AvailabilityGroupListeners

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates or updates an availability group listener.

    Parameters

    • resourceGroupName: string

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

    • sqlVirtualMachineGroupName: string

      Name of the SQL virtual machine group.

    • availabilityGroupListenerName: string

      Name of the availability group listener.

    • parameters: AvailabilityGroupListener

      The availability group listener.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes an availability group listener.

    Parameters

    • resourceGroupName: string

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

    • sqlVirtualMachineGroupName: string

      Name of the SQL virtual machine group.

    • availabilityGroupListenerName: string

      Name of the availability group listener.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: msRest.RequestOptionsBase): Promise<Models.AvailabilityGroupListenersCreateOrUpdateResponse>
  • Creates or updates an availability group listener.

    Parameters

    • resourceGroupName: string

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

    • sqlVirtualMachineGroupName: string

      Name of the SQL virtual machine group.

    • availabilityGroupListenerName: string

      Name of the availability group listener.

    • parameters: AvailabilityGroupListener

      The availability group listener.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AvailabilityGroupListenersCreateOrUpdateResponse>

    Promise<Models.AvailabilityGroupListenersCreateOrUpdateResponse>

deleteMethod

  • deleteMethod(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Deletes an availability group listener.

    Parameters

    • resourceGroupName: string

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

    • sqlVirtualMachineGroupName: string

      Name of the SQL virtual machine group.

    • availabilityGroupListenerName: string

      Name of the availability group listener.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: msRest.RequestOptionsBase): Promise<Models.AvailabilityGroupListenersGetResponse>
  • get(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, callback: msRest.ServiceCallback<AvailabilityGroupListener>): void
  • get(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AvailabilityGroupListener>): void
  • Gets an availability group listener.

    Parameters

    • resourceGroupName: string

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

    • sqlVirtualMachineGroupName: string

      Name of the SQL virtual machine group.

    • availabilityGroupListenerName: string

      Name of the availability group listener.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AvailabilityGroupListenersGetResponse>

    Promise<Models.AvailabilityGroupListenersGetResponse>

  • Parameters

    • resourceGroupName: string

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

    • sqlVirtualMachineGroupName: string

      Name of the SQL virtual machine group.

    • availabilityGroupListenerName: string

      Name of the availability group listener.

    • callback: msRest.ServiceCallback<AvailabilityGroupListener>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

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

    • sqlVirtualMachineGroupName: string

      Name of the SQL virtual machine group.

    • availabilityGroupListenerName: string

      Name of the availability group listener.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AvailabilityGroupListener>

      The callback

    Returns void

listByGroup

  • listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.AvailabilityGroupListenersListByGroupResponse>
  • listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, callback: msRest.ServiceCallback<AvailabilityGroupListenerListResult>): void
  • listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AvailabilityGroupListenerListResult>): void
  • Lists all availability group listeners in a SQL virtual machine group.

    Parameters

    • resourceGroupName: string

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

    • sqlVirtualMachineGroupName: string

      Name of the SQL virtual machine group.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AvailabilityGroupListenersListByGroupResponse>

    Promise<Models.AvailabilityGroupListenersListByGroupResponse>

  • Parameters

    • resourceGroupName: string

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

    • sqlVirtualMachineGroupName: string

      Name of the SQL virtual machine group.

    • callback: msRest.ServiceCallback<AvailabilityGroupListenerListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

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

    • sqlVirtualMachineGroupName: string

      Name of the SQL virtual machine group.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AvailabilityGroupListenerListResult>

      The callback

    Returns void

listByGroupNext

  • listByGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AvailabilityGroupListenersListByGroupNextResponse>
  • listByGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<AvailabilityGroupListenerListResult>): void
  • listByGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AvailabilityGroupListenerListResult>): void

Generated using TypeDoc