共用方式為


Account Class

Definition

Device Update account details.

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

Constructors

Account()

Initializes a new instance of the Account class.

Account(String, String, String, String, IDictionary<String,String>, String, String)

Initializes a new instance of the Account class.

Properties

HostName

Gets API host name.

Id

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

(Inherited from Resource)
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