Share via


CreatorsOperations interface

Interface representing a Creators operations.

Properties

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.

delete
get

Get a Maps Creator resource.

listByAccount

Get all Creator instances for an Azure Maps Account

update

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

Property Details

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.

createOrUpdate: (resourceGroupName: string, accountName: string, creatorName: string, creatorResource: Creator, options?: CreatorsCreateOrUpdateOptionalParams) => Promise<Creator>

Property Value

(resourceGroupName: string, accountName: string, creatorName: string, creatorResource: Creator, options?: CreatorsCreateOrUpdateOptionalParams) => Promise<Creator>

delete

delete: (resourceGroupName: string, accountName: string, creatorName: string, options?: CreatorsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, accountName: string, creatorName: string, options?: CreatorsDeleteOptionalParams) => Promise<void>

get

Get a Maps Creator resource.

get: (resourceGroupName: string, accountName: string, creatorName: string, options?: CreatorsGetOptionalParams) => Promise<Creator>

Property Value

(resourceGroupName: string, accountName: string, creatorName: string, options?: CreatorsGetOptionalParams) => Promise<Creator>

listByAccount

Get all Creator instances for an Azure Maps Account

listByAccount: (resourceGroupName: string, accountName: string, options?: CreatorsListByAccountOptionalParams) => PagedAsyncIterableIterator<Creator, Creator[], PageSettings>

Property Value

(resourceGroupName: string, accountName: string, options?: CreatorsListByAccountOptionalParams) => PagedAsyncIterableIterator<Creator, Creator[], PageSettings>

update

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

update: (resourceGroupName: string, accountName: string, creatorName: string, creatorUpdateParameters: CreatorUpdateParameters, options?: CreatorsUpdateOptionalParams) => Promise<Creator>

Property Value

(resourceGroupName: string, accountName: string, creatorName: string, creatorUpdateParameters: CreatorUpdateParameters, options?: CreatorsUpdateOptionalParams) => Promise<Creator>