次の方法で共有


ArmMonitorModelFactory.MonitorPrivateEndpointConnectionData メソッド

定義

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

public static Azure.ResourceManager.Monitor.MonitorPrivateEndpointConnectionData MonitorPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.Monitor.Models.MonitorPrivateEndpointConnectionProvisioningState? provisioningState = default);
static member MonitorPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.Monitor.Models.MonitorPrivateEndpointConnectionProvisioningState> -> Azure.ResourceManager.Monitor.MonitorPrivateEndpointConnectionData
Public Shared Function MonitorPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As MonitorPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of MonitorPrivateEndpointConnectionProvisioningState) = Nothing) As MonitorPrivateEndpointConnectionData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

privateEndpointId
ResourceIdentifier

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

connectionState
MonitorPrivateLinkServiceConnectionState

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

provisioningState
Nullable<MonitorPrivateEndpointConnectionProvisioningState>

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

戻り値

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

適用対象