Share via


AppPlatformBuilderData Class

Definition

A class representing the AppPlatformBuilder data model. KPack Builder resource

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

Constructors

AppPlatformBuilderData()

Initializes a new instance of AppPlatformBuilderData.

Properties

Id

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

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Properties

Property of the Builder 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<AppPlatformBuilderData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformBuilderData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformBuilderData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformBuilderData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformBuilderData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to