共用方式為


Instance Class

Definition

Device Update instance details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Instance : Microsoft.Azure.Management.DeviceUpdate.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Instance = class
    inherit TrackedResource
Public Class Instance
Inherits TrackedResource
Inheritance
Attributes

Constructors

Instance()

Initializes a new instance of the Instance class.

Instance(String, String, String, String, IDictionary<String,String>, String, String, IList<IotHubSettings>)

Initializes a new instance of the Instance class.

Properties

AccountName

Gets parent Device Update Account name which Instance belongs to.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
IotHubs

Gets or sets list of IoT Hubs associated with the account.

Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
ProvisioningState

Gets provisioning state. Possible values include: 'Succeeded', 'Deleted', 'Failed', 'Canceled', 'Accepted', 'Creating'

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

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

(Inherited from Resource)

Applies to