你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotDpsPropertiesDescription 类

定义

预配服务的服务特定属性,包括密钥、链接的 IoT 中心、当前状态和系统生成的属性(如主机名和 idScope)

public class IotDpsPropertiesDescription
type IotDpsPropertiesDescription = class
Public Class IotDpsPropertiesDescription
继承
IotDpsPropertiesDescription

构造函数

IotDpsPropertiesDescription()

初始化 IotDpsPropertiesDescription 类的新实例。

IotDpsPropertiesDescription(String, String, IList<IpFilterRule>, IList<PrivateEndpointConnection>, String, IList<IotHubDefinitionDescription>, String, String, String, String, IList<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>, Nullable<Boolean>)

初始化 IotDpsPropertiesDescription 类的新实例。

属性

AllocationPolicy

获取或设置此预配服务要使用的分配策略。 可能的值包括:“Hashed”、“GeoLatency”、“Static”

AuthorizationPolicies

获取或设置预配服务的授权密钥列表。

DeviceProvisioningHostName

获取此预配服务的设备终结点。

EnableDataResidency

获取或设置可选。 指示 DPS 实例是否已启用Data Residency,从而删除跨异地对灾难恢复。

IdScope

获取此预配服务的唯一标识符。

IotHubs

获取或设置与此预配服务关联的 IoT 中心列表。

IpFilterRules

获取或设置 IP 筛选器规则。

PrivateEndpointConnections

获取或设置在此 IotHub 上创建的专用终结点连接

ProvisioningState

获取或设置预配服务的 ARM 预配状态。

PublicNetworkAccess

获取或设置是否允许来自公用网络的请求。 可能的值包括:“Enabled”、“Disabled”

ServiceOperationsHostName

获取用于预配服务的服务终结点。

State

获取或设置预配服务的当前状态。 可能的值包括:“Activationing”、“Active”、“Delete”、“Deleted”、“ActivationFailed”、“DeletionFailed”、“Transitioning”、“Suspending”、“Suspended”、“Resuming”、“FailoverOver”、“FailoverFailed”

适用于