AppConfigurationStorePatch Class

Definition

The parameters for updating a configuration store.

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

Constructors

AppConfigurationStorePatch()

Initializes a new instance of AppConfigurationStorePatch.

Properties

DisableLocalAuth

Disables all authentication methods other than AAD authentication.

EnablePurgeProtection

Property specifying whether protection against purge is enabled for this configuration store.

EncryptionKeyVaultProperties

Key vault properties.

Identity

The managed identity information for the configuration store.

PublicNetworkAccess

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

SkuName

The SKU name of the configuration store.

Tags

The ARM resource tags.

Explicit Interface Implementations

IJsonModel<AppConfigurationStorePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppConfigurationStorePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppConfigurationStorePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppConfigurationStorePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppConfigurationStorePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to