MapsAccountProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Additional Maps account properties.
public class MapsAccountProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Maps.Models.MapsAccountProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Maps.Models.MapsAccountProperties>
type MapsAccountProperties = class
interface IJsonModel<MapsAccountProperties>
interface IPersistableModel<MapsAccountProperties>
Public Class MapsAccountProperties
Implements IJsonModel(Of MapsAccountProperties), IPersistableModel(Of MapsAccountProperties)
- Inheritance
-
MapsAccountProperties
- Implements
Constructors
| Name | Description |
|---|---|
| MapsAccountProperties() |
Initializes a new instance of MapsAccountProperties. |
Properties
| Name | Description |
|---|---|
| CorsRules |
The list of CORS rules. You can include up to five CorsRule elements in the request. |
| DisableLocalAuth |
Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys and Shared Access Signature Token authentication from any usage. |
| Encryption |
All encryption configuration for a resource. |
| LinkedResources |
The array of associated resources to the Maps account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Maps Account Managed Identity(s) permissions to those resource(s). |
| Locations |
List of additional data processing regions for the Maps Account, which may result in requests being processed in another geography. Some features or results may be restricted to specific regions. By default, Maps REST APIs process requests according to the account location or the geographic scope. |
| PrivateEndpointConnections |
List of private endpoint connections associated with the Maps Account. |
| ProvisioningState |
The provisioning state of the Maps account resource, Account updates can only be performed on terminal states. Terminal states: |
| PublicNetworkAccess |
Property to specify whether the Maps Account will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. |
| UniqueId |
A unique identifier for the Maps Account. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<MapsAccountProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<MapsAccountProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<MapsAccountProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<MapsAccountProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<MapsAccountProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |