次の方法で共有


ArmMySqlModelFactory.MySqlPrivateEndpointConnectionData メソッド

定義

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

public static Azure.ResourceManager.MySql.MySqlPrivateEndpointConnectionData MySqlPrivateEndpointConnectionData (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.MySql.Models.MySqlPrivateLinkServiceConnectionStateProperty connectionState = default, string provisioningState = default);
static member MySqlPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * Azure.ResourceManager.MySql.Models.MySqlPrivateLinkServiceConnectionStateProperty * string -> Azure.ResourceManager.MySql.MySqlPrivateEndpointConnectionData
Public Shared Function MySqlPrivateEndpointConnectionData (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 MySqlPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As String = Nothing) As MySqlPrivateEndpointConnectionData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

privateEndpointId
ResourceIdentifier

接続が属するプライベート エンドポイント。

connectionState
MySqlPrivateLinkServiceConnectionStateProperty

プライベート エンドポイント接続の接続状態。

provisioningState
String

プライベート エンドポイント接続の状態。

戻り値

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

適用対象