MapsAccount Class

An Azure resource which represents access to a suite of Maps REST APIs.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.maps.models._models_py3.TrackedResource
MapsAccount

Constructor

MapsAccount(*, location: str, sku: azure.mgmt.maps.models._models_py3.Sku, tags: Optional[Dict[str, str]] = None, kind: Optional[Union[str, azure.mgmt.maps.models._azure_maps_management_client_enums.Kind]] = 'Gen1', properties: Optional[azure.mgmt.maps.models._models_py3.MapsAccountProperties] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

A set of tags. Resource tags.

location
str
Required

Required. The geo-location where the resource lives.

sku
Sku
Required

Required. The SKU of this account.

kind
str or Kind
Required

Get or Set Kind property. Possible values include: "Gen1", "Gen2". Default value: "Gen1".

properties
MapsAccountProperties
Required

The map account properties.

Variables

id
str

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

name
str

The name of the resource.

type
str

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

system_data
SystemData

The system meta data relating to this resource.