다음을 통해 공유


FarmBeatsExtensionData Class

Definition

A class representing the FarmBeatsExtension data model. FarmBeats extension resource.

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

Constructors

FarmBeatsExtensionData()

Initializes a new instance of FarmBeatsExtensionData.

Properties

Description

Textual description.

DetailedInformation

Detailed information which shows summary of requested data. Used in descriptive get extension metadata call. Information for weather category per api included are apisSupported, customParameters, PlatformParameters and Units supported.

ExtensionApiDocsLink

FarmBeatsExtension api docs link.

ExtensionAuthLink

FarmBeatsExtension auth link.

ExtensionCategory

Category of the extension. e.g. weather/sensor/satellite.

FarmBeatsExtensionId

FarmBeatsExtension ID.

FarmBeatsExtensionName

FarmBeatsExtension name.

FarmBeatsExtensionVersion

FarmBeatsExtension version.

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)
PublisherId

Publisher ID.

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)
TargetResourceType

Target ResourceType of the farmBeatsExtension.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FarmBeatsExtensionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FarmBeatsExtensionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FarmBeatsExtensionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FarmBeatsExtensionData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FarmBeatsExtensionData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to