你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSIotDpsPropertiesDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
the service specific properties of a provisoning service, including keys, linked iot hubs, current state, and system generated properties such as hostname and idScope
public class PSIotDpsPropertiesDescription
type PSIotDpsPropertiesDescription = class
Public Class PSIotDpsPropertiesDescription
- Inheritance
-
PSIotDpsPropertiesDescription
Constructors
PSIotDpsPropertiesDescription() |
Properties
AllocationPolicy |
Gets or sets allocation policy to be used by this provisioning service. Possible values include: 'Hashed', 'GeoLatency', 'Static' |
AuthorizationPolicies |
Gets or sets list of authorization keys for a provisioning service. |
DeviceProvisioningHostName |
Gets device endpoint for this provisioning service. |
IdScope |
Gets unique identifier of this provisioning service. |
IotHubs |
Gets or sets list of IoT hubs assosciated with this provisioning service. |
ProvisioningState |
Gets or sets the ARM provisioning state of the provisioning service. |
ServiceOperationsHostName |
Gets service endpoint for provisioning service. |
State |
Gets or sets current state of the provisioning service. Possible values include: 'Activating', 'Active', 'Deleting', 'Deleted', 'ActivationFailed', 'DeletionFailed', 'Transitioning', 'Suspending', 'Suspended', 'Resuming', 'FailingOver', 'FailoverFailed' |