Delen via


ContainerAppAvailableWorkloadProfile Class

Definition

A workload profile with specific hardware configure to run container apps.

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

Constructors

ContainerAppAvailableWorkloadProfile()

Initializes a new instance of ContainerAppAvailableWorkloadProfile.

Properties

Id

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

(Inherited from ResourceData)
Location

Region of the workload profile.

Name

The name of the resource.

(Inherited from ResourceData)
Properties

Revision resource specific properties.

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

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

IJsonModel<ContainerAppAvailableWorkloadProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppAvailableWorkloadProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppAvailableWorkloadProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppAvailableWorkloadProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to