MapsAccountPatch 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.
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>
public class MapsAccountPatch
type MapsAccountPatch = class
interface IJsonModel<MapsAccountPatch>
interface IPersistableModel<MapsAccountPatch>
type MapsAccountPatch = class
Public Class MapsAccountPatch
Implements IJsonModel(Of MapsAccountPatch), IPersistableModel(Of MapsAccountPatch)
Public Class MapsAccountPatch
- Inheritance
-
MapsAccountPatch
- Implements
Constructors
MapsAccountPatch() |
Initializes a new instance of MapsAccountPatch. |
Properties
CorsRulesValue |
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 |
(Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled. |
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 Map 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 Map Account Managed Identity(s) permissions to those resource(s). |
ProvisioningState |
The provisioning state of the Map account resource, Account updates can only be performed on terminal states. Terminal states: |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET