Share via


AppPlatformAppData Class

Definition

A class representing the AppPlatformApp data model. App resource payload

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

Constructors

AppPlatformAppData()

Initializes a new instance of AppPlatformAppData.

Properties

Id

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

(Inherited from ResourceData)
Identity

The Managed Identity type of the app resource.

Location

The GEO location of the application, always the same with its parent resource.

Name

The name of the resource.

(Inherited from ResourceData)
Properties

Properties of the App resource.

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<AppPlatformAppData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformAppData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformAppData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformAppData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformAppData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to