次の方法で共有


IotDpsPropertiesDescription コンストラクター

定義

オーバーロード

IotDpsPropertiesDescription()

IotDpsPropertiesDescription クラスの新しいインスタンスを初期化します。

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

IotDpsPropertiesDescription クラスの新しいインスタンスを初期化します。

IotDpsPropertiesDescription()

IotDpsPropertiesDescription クラスの新しいインスタンスを初期化します。

public IotDpsPropertiesDescription ();
Public Sub New ()

適用対象

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

IotDpsPropertiesDescription クラスの新しいインスタンスを初期化します。

public IotDpsPropertiesDescription (string state = default, string publicNetworkAccess = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.IpFilterRule> ipFilterRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection> privateEndpointConnections = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotHubDefinitionDescription> iotHubs = default, string allocationPolicy = default, string serviceOperationsHostName = default, string deviceProvisioningHostName = default, string idScope = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription> authorizationPolicies = default, bool? enableDataResidency = default);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotDpsPropertiesDescription : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.IpFilterRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotHubDefinitionDescription> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription> * Nullable<bool> -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotDpsPropertiesDescription
Public Sub New (Optional state As String = Nothing, Optional publicNetworkAccess As String = Nothing, Optional ipFilterRules As IList(Of IpFilterRule) = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional provisioningState As String = Nothing, Optional iotHubs As IList(Of IotHubDefinitionDescription) = Nothing, Optional allocationPolicy As String = Nothing, Optional serviceOperationsHostName As String = Nothing, Optional deviceProvisioningHostName As String = Nothing, Optional idScope As String = Nothing, Optional authorizationPolicies As IList(Of SharedAccessSignatureAuthorizationRuleAccessRightsDescription) = Nothing, Optional enableDataResidency As Nullable(Of Boolean) = Nothing)

パラメーター

state
String

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

publicNetworkAccess
String

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

ipFilterRules
IList<IpFilterRule>

IP フィルター規則。

privateEndpointConnections
IList<PrivateEndpointConnection>

この IotHub で作成されたプライベート エンドポイント接続

provisioningState
String

プロビジョニング サービスの ARM プロビジョニング状態。

iotHubs
IList<IotHubDefinitionDescription>

このプロビジョニング サービスに関連付けられている IoT ハブの一覧。

allocationPolicy
String

このプロビジョニング サービスで使用される割り当てポリシー。 使用可能な値は、'Hashed'、'GeoLatency'、'Static' です。

serviceOperationsHostName
String

プロビジョニング サービスのサービス エンドポイント。

deviceProvisioningHostName
String

このプロビジョニング サービスのデバイス エンドポイント。

idScope
String

このプロビジョニング サービスの一意識別子。

authorizationPolicies
IList<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>

プロビジョニング サービスの承認キーの一覧。

enableDataResidency
Nullable<Boolean>

任意。 DPS インスタンスがData Residency有効になっているかどうかを示し、geo ペア間のディザスター リカバリーを削除します。

適用対象