次の方法で共有


ArmIotCentralModelFactory.IotCentralPrivateEndpointConnectionData メソッド

定義

IotCentralPrivateEndpointConnectionData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.IotCentral.IotCentralPrivateEndpointConnectionData IotCentralPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.IotCentral.Models.IotCentralPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.IotCentral.Models.IotCentralPrivateEndpointConnectionProvisioningState? provisioningState = default);
static member IotCentralPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * seq<string> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.IotCentral.Models.IotCentralPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.IotCentral.Models.IotCentralPrivateEndpointConnectionProvisioningState> -> Azure.ResourceManager.IotCentral.IotCentralPrivateEndpointConnectionData
Public Shared Function IotCentralPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As IotCentralPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of IotCentralPrivateEndpointConnectionProvisioningState) = Nothing) As IotCentralPrivateEndpointConnectionData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

groupIds
IEnumerable<String>

プライベート エンドポイント リソースのグループ ID。

privateEndpointId
ResourceIdentifier

プライベート エンドポイント リソース。

connectionState
IotCentralPrivateLinkServiceConnectionState

サービス コンシューマーとプロバイダー間の接続の状態に関する情報のコレクション。

provisioningState
Nullable<IotCentralPrivateEndpointConnectionProvisioningState>

プライベート エンドポイント接続リソースのプロビジョニング状態。

戻り値

モック作成用の新しい IotCentralPrivateEndpointConnectionData インスタンス。

適用対象