次の方法で共有


ArmRelayModelFactory.RelayPrivateEndpointConnectionData メソッド

定義

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

public static Azure.ResourceManager.Relay.RelayPrivateEndpointConnectionData RelayPrivateEndpointConnectionData (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.Relay.Models.RelayPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.Relay.Models.RelayPrivateEndpointConnectionProvisioningState? provisioningState = default, Azure.Core.AzureLocation? location = default);
static member RelayPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * Azure.ResourceManager.Relay.Models.RelayPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.Relay.Models.RelayPrivateEndpointConnectionProvisioningState> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.Relay.RelayPrivateEndpointConnectionData
Public Shared Function RelayPrivateEndpointConnectionData (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 RelayPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of RelayPrivateEndpointConnectionProvisioningState) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As RelayPrivateEndpointConnectionData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

privateEndpointId
ResourceIdentifier

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

connectionState
RelayPrivateLinkServiceConnectionState

接続の状態の詳細。

provisioningState
Nullable<RelayPrivateEndpointConnectionProvisioningState>

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

location
Nullable<AzureLocation>

リソースが保存されている地理的な場所。

戻り値

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

適用対象