DotNetComponentData Class

Definition

.NET Component.

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

Constructors

Name Description
DotNetComponentData()

Initializes a new instance of DotNetComponentData.

Properties

Name Description
ComponentType

Type of the .NET Component.

Configurations

List of .NET Components configuration 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)
ProvisioningState

Provisioning state of the .NET Component.

ResourceType

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

(Inherited from ResourceData)
ServiceBinds

List of .NET Components that are bound to the .NET component.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DotNetComponentData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<DotNetComponentData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<DotNetComponentData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<DotNetComponentData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<DotNetComponentData>.Write(ModelReaderWriterOptions)

Applies to