Package version:

Interface FarmBeatsExtension

FarmBeats extension resource.

interface FarmBeatsExtension {
    description?: string;
    detailedInformation?: DetailedInformation[];
    extensionApiDocsLink?: string;
    extensionAuthLink?: string;
    extensionCategory?: string;
    farmBeatsExtensionId?: string;
    farmBeatsExtensionName?: string;
    farmBeatsExtensionVersion?: string;
    id?: string;
    name?: string;
    publisherId?: string;
    systemData?: SystemData;
    targetResourceType?: string;
    type?: string;
}

Hierarchy (view full)

Properties

description?: string

Textual description. NOTE: This property will not be serialized. It can only be populated by the server.

detailedInformation?: 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. NOTE: This property will not be serialized. It can only be populated by the server.

extensionApiDocsLink?: string

FarmBeatsExtension api docs link. NOTE: This property will not be serialized. It can only be populated by the server.

extensionAuthLink?: string

FarmBeatsExtension auth link. NOTE: This property will not be serialized. It can only be populated by the server.

extensionCategory?: string

Category of the extension. e.g. weather/sensor/satellite. NOTE: This property will not be serialized. It can only be populated by the server.

farmBeatsExtensionId?: string

FarmBeatsExtension ID. NOTE: This property will not be serialized. It can only be populated by the server.

farmBeatsExtensionName?: string

FarmBeatsExtension name. NOTE: This property will not be serialized. It can only be populated by the server.

farmBeatsExtensionVersion?: string

FarmBeatsExtension version. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

publisherId?: string

Publisher ID. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

targetResourceType?: string

Target ResourceType of the farmBeatsExtension. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.