次の方法で共有


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有効になっているかどうかを示し、geo ペア間のディザスター リカバリーを削除します。

IdScope

このプロビジョニング サービスの一意識別子を取得します。

IotHubs

このプロビジョニング サービスに関連付けられている IoT ハブの一覧を取得または設定します。

IpFilterRules

IP フィルター規則を取得または設定します。

PrivateEndpointConnections

この IotHub で作成されたプライベート エンドポイント接続を取得または設定します

ProvisioningState

プロビジョニング サービスの ARM プロビジョニング状態を取得または設定します。

PublicNetworkAccess

パブリック ネットワークからの要求を許可するかどうかを取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

ServiceOperationsHostName

プロビジョニング サービスのサービス エンドポイントを取得します。

State

プロビジョニング サービスの現在の状態を取得または設定します。 使用可能な値には、'Activating'、'Active'、'Deleted'、'ActivationFailed'、'DeletionFailed'、'Transitioning'、'Suspending'、'Suspended'、'Resuming'、'FailingOver'、'FailoverFailed' などがあります。

適用対象