Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomLocations

Package version

Interface representing a CustomLocations.

Hierarchy

  • CustomLocations

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • Deletes the Custom Location with the specified Resource Name, Resource Group, and Subscription Id.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • resourceName: string

      Custom Locations name.

    • Optional options: CustomLocationsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Deletes the Custom Location with the specified Resource Name, Resource Group, and Subscription Id.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • resourceName: string

      Custom Locations name.

    • Optional options: CustomLocationsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

listByResourceGroup

listBySubscription

listEnabledResourceTypes

listOperations

update

Generated using TypeDoc