Package version:

Interface Creators

Interface representing a Creators.

Hierarchy

  • Creators

Methods

  • 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<Creator>

  • 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 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<Creator>

Generated using TypeDoc