MapsAccountPatch Class

Definition

Parameters used to update an existing Maps Account.

public class MapsAccountPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Maps.Models.MapsAccountPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Maps.Models.MapsAccountPatch>
type MapsAccountPatch = class
    interface IJsonModel<MapsAccountPatch>
    interface IPersistableModel<MapsAccountPatch>
Public Class MapsAccountPatch
Implements IJsonModel(Of MapsAccountPatch), IPersistableModel(Of MapsAccountPatch)
Inheritance
MapsAccountPatch
Implements

Constructors

Name Description
MapsAccountPatch()

Initializes a new instance of MapsAccountPatch.

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.

Identity

Managed service identity (system assigned and/or user assigned identities).

Kind

Get or Set Kind property.

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: Succeeded and Failed.

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.

Sku

The SKU of this account.

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.

UniqueId

A unique identifier for the Maps Account.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MapsAccountPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MapsAccountPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapsAccountPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapsAccountPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MapsAccountPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to