次の方法で共有


SharedPrivateLinkResourceProperties コンストラクター

定義

オーバーロード

SharedPrivateLinkResourceProperties()

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

SharedPrivateLinkResourceProperties(ResourceReference, String, String, String, Nullable<SharedPrivateLinkResourceStatus>)

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

SharedPrivateLinkResourceProperties()

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

public SharedPrivateLinkResourceProperties ();
Public Sub New ()

適用対象

SharedPrivateLinkResourceProperties(ResourceReference, String, String, String, Nullable<SharedPrivateLinkResourceStatus>)

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

public SharedPrivateLinkResourceProperties (Microsoft.Azure.Management.Cdn.Models.ResourceReference privateLink = default, string privateLinkLocation = default, string groupId = default, string requestMessage = default, Microsoft.Azure.Management.Cdn.Models.SharedPrivateLinkResourceStatus? status = default);
new Microsoft.Azure.Management.Cdn.Models.SharedPrivateLinkResourceProperties : Microsoft.Azure.Management.Cdn.Models.ResourceReference * string * string * string * Nullable<Microsoft.Azure.Management.Cdn.Models.SharedPrivateLinkResourceStatus> -> Microsoft.Azure.Management.Cdn.Models.SharedPrivateLinkResourceProperties
Public Sub New (Optional privateLink As ResourceReference = Nothing, Optional privateLinkLocation As String = Nothing, Optional groupId As String = Nothing, Optional requestMessage As String = Nothing, Optional status As Nullable(Of SharedPrivateLinkResourceStatus) = Nothing)

パラメーター

privateLink
ResourceReference

共有プライベート リンク リソースの対象となるリソースのリソース ID。

privateLinkLocation
String

共有プライベート リンク リソースの場所

groupId
String

共有プライベート リンク リソースの対象となるリソースのプロバイダーからのグループ ID。

requestMessage
String

共有プライベート リンク リソースの承認を要求するための要求メッセージ。

status
Nullable<SharedPrivateLinkResourceStatus>

共有プライベート リンク リソースの状態。 [保留中]、[承認済み]、[拒否済み]、[切断済み]、または [タイムアウト] を指定できます。 使用可能な値は、'Pending'、'Approved'、'Rejected'、'Disconnected'、'Timeout' です。

適用対象