FarmBeatsExtension interface
FarmBeats extension resource.
- Extends
Properties
description | Textual description. NOTE: This property will not be serialized. It can only be populated by the server. |
detailed |
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. |
extension |
FarmBeatsExtension api docs link. NOTE: This property will not be serialized. It can only be populated by the server. |
extension |
FarmBeatsExtension auth link. NOTE: This property will not be serialized. It can only be populated by the server. |
extension |
Category of the extension. e.g. weather/sensor/satellite. NOTE: This property will not be serialized. It can only be populated by the server. |
farm |
FarmBeatsExtension ID. NOTE: This property will not be serialized. It can only be populated by the server. |
farm |
FarmBeatsExtension name. NOTE: This property will not be serialized. It can only be populated by the server. |
farm |
FarmBeatsExtension version. NOTE: This property will not be serialized. It can only be populated by the server. |
publisher |
Publisher ID. NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Target ResourceType of the farmBeatsExtension. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | 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 | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
type | 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. |
Property Details
description
Textual description. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
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.
detailedInformation?: DetailedInformation[]
Property Value
extensionApiDocsLink
FarmBeatsExtension api docs link. NOTE: This property will not be serialized. It can only be populated by the server.
extensionApiDocsLink?: string
Property Value
string
extensionAuthLink
FarmBeatsExtension auth link. NOTE: This property will not be serialized. It can only be populated by the server.
extensionAuthLink?: string
Property Value
string
extensionCategory
Category of the extension. e.g. weather/sensor/satellite. NOTE: This property will not be serialized. It can only be populated by the server.
extensionCategory?: string
Property Value
string
farmBeatsExtensionId
FarmBeatsExtension ID. NOTE: This property will not be serialized. It can only be populated by the server.
farmBeatsExtensionId?: string
Property Value
string
farmBeatsExtensionName
FarmBeatsExtension name. NOTE: This property will not be serialized. It can only be populated by the server.
farmBeatsExtensionName?: string
Property Value
string
farmBeatsExtensionVersion
FarmBeatsExtension version. NOTE: This property will not be serialized. It can only be populated by the server.
farmBeatsExtensionVersion?: string
Property Value
string
publisherId
Publisher ID. NOTE: This property will not be serialized. It can only be populated by the server.
publisherId?: string
Property Value
string
targetResourceType
Target ResourceType of the farmBeatsExtension. NOTE: This property will not be serialized. It can only be populated by the server.
targetResourceType?: string
Property Value
string
Inherited Property Details
id
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.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
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.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
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.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript