Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CreatorsImpl

Package version

Class containing Creators operations.

Hierarchy

  • CreatorsImpl

Implements

Index

Constructors

constructor

Methods

createOrUpdate

  • Create or update a Maps Creator resource. Creator resource will manage Azure resources required to populate a custom set of mapping data. It requires an account to exist before it can be created.

    Parameters

    • resourceGroupName: string

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

    • accountName: string

      The name of the Maps Account.

    • creatorName: string

      The name of the Maps Creator instance.

    • creatorResource: Creator

      The new or updated parameters for the Creator resource.

    • Optional options: CreatorsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<CreatorsCreateOrUpdateResponse>

delete

  • Delete a Maps Creator resource.

    Parameters

    • resourceGroupName: string

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

    • accountName: string

      The name of the Maps Account.

    • creatorName: string

      The name of the Maps Creator instance.

    • Optional options: CreatorsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Get a Maps Creator resource.

    Parameters

    • resourceGroupName: string

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

    • accountName: string

      The name of the Maps Account.

    • creatorName: string

      The name of the Maps Creator instance.

    • Optional options: CreatorsGetOptionalParams

      The options parameters.

    Returns Promise<CreatorsGetResponse>

listByAccount

update

  • Updates the Maps Creator resource. Only a subset of the parameters may be updated after creation, such as Tags.

    Parameters

    • resourceGroupName: string

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

    • accountName: string

      The name of the Maps Account.

    • creatorName: string

      The name of the Maps Creator instance.

    • creatorUpdateParameters: CreatorUpdateParameters

      The update parameters for Maps Creator.

    • Optional options: CreatorsUpdateOptionalParams

      The options parameters.

    Returns Promise<CreatorsUpdateResponse>

Generated using TypeDoc