MapsAccountUpdateParameters Class
Parameters used to update an existing Maps Account.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
MapsAccountUpdateParameters
Constructor
MapsAccountUpdateParameters(*, tags: Optional[Dict[str, str]] = None, kind: Optional[Union[str, azure.mgmt.maps.models._azure_maps_management_client_enums.Kind]] = 'Gen1', sku: Optional[azure.mgmt.maps.models._models_py3.Sku] = None, disable_local_auth: Optional[bool] = False, **kwargs)
Parameters
A set of tags. Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.
Get or Set Kind property. Possible values include: "Gen1", "Gen2". Default value: "Gen1".
- disable_local_auth
- bool
Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys authentication from any usage.
Variables
- unique_id
- str
A unique identifier for the maps account.
- provisioning_state
- str
the state of the provisioning.
Feedback
Submit and view feedback for