Instance Class
Device Update instance details.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.deviceupdate.models._models_py3.TrackedResourceInstance
Constructor
Instance(*, location: str, tags: Dict[str, str] | None = None, iot_hubs: List[_models.IotHubSettings] | None = None, enable_diagnostics: bool | None = None, diagnostic_storage_properties: _models.DiagnosticStorageProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
location
|
The geo-location where the resource lives. Required. |
iot_hubs
|
List of IoT Hubs associated with the account. |
enable_diagnostics
|
Enables or Disables the diagnostic logs collection. |
diagnostic_storage_properties
|
Customer-initiated diagnostic log collection storage properties. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags
|
Resource tags. |
location
|
The geo-location where the resource lives. Required. |
provisioning_state
|
Provisioning state. Known values are: "Succeeded", "Deleted", "Failed", "Canceled", "Accepted", and "Creating". |
account_name
|
Parent Device Update Account name which Instance belongs to. |
iot_hubs
|
List of IoT Hubs associated with the account. |
enable_diagnostics
|
Enables or Disables the diagnostic logs collection. |
diagnostic_storage_properties
|
Customer-initiated diagnostic log collection storage properties. |
Azure SDK for Python