Package version:

A Maps resource

interface MapsResource {
    id?: string;
    location: string;
    name?: string;
    properties?: MapsResourceProperties;
    systemData?: SystemData;
    tags?: any;
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location: string

The geo-location where the resource lives

name?: string

The name of the resource

The resource-specific properties for this resource.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags?: any

Resource tags.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"