AppServiceConfigurationDictionary Class

Definition

String dictionary resource.

public class AppServiceConfigurationDictionary : Azure.ResourceManager.Models.ResourceData
public class AppServiceConfigurationDictionary : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
type AppServiceConfigurationDictionary = class
    inherit ResourceData
type AppServiceConfigurationDictionary = class
    inherit ResourceData
    interface IJsonModel<AppServiceConfigurationDictionary>
    interface IPersistableModel<AppServiceConfigurationDictionary>
Public Class AppServiceConfigurationDictionary
Inherits ResourceData
Public Class AppServiceConfigurationDictionary
Inherits ResourceData
Implements IJsonModel(Of AppServiceConfigurationDictionary), IPersistableModel(Of AppServiceConfigurationDictionary)
Inheritance
AppServiceConfigurationDictionary
Implements

Constructors

AppServiceConfigurationDictionary()

Initializes a new instance of AppServiceConfigurationDictionary.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Kind

Kind of resource.

Name

The name of the resource.

(Inherited from ResourceData)
Properties

Settings.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<AppServiceConfigurationDictionary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceConfigurationDictionary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceConfigurationDictionary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceConfigurationDictionary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceConfigurationDictionary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to