次の方法で共有


SharedPrivateLinkResourceProperties コンストラクター

定義

オーバーロード

SharedPrivateLinkResourceProperties()

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

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

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

SharedPrivateLinkResourceProperties()

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

public SharedPrivateLinkResourceProperties ();
Public Sub New ()

適用対象

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

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

public SharedPrivateLinkResourceProperties (string privateLinkResourceId = default, string groupId = default, string requestMessage = default, string resourceRegion = default, Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResourceStatus? status = default, Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResourceProvisioningState? provisioningState = default);
new Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResourceProperties : string * string * string * string * Nullable<Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResourceStatus> * Nullable<Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResourceProvisioningState> -> Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResourceProperties
Public Sub New (Optional privateLinkResourceId As String = Nothing, Optional groupId As String = Nothing, Optional requestMessage As String = Nothing, Optional resourceRegion As String = Nothing, Optional status As Nullable(Of SharedPrivateLinkResourceStatus) = Nothing, Optional provisioningState As Nullable(Of SharedPrivateLinkResourceProvisioningState) = Nothing)

パラメーター

privateLinkResourceId
String

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

groupId
String

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

requestMessage
String

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

resourceRegion
String

省略可能。 共有プライベート リンクを作成するリソースの Azure Resource Managerの場所を指定するために使用できます。 これは、DNS 構成がリージョン (Azure Kubernetes Service など) であるリソースに対してのみ必要です。

status
Nullable<SharedPrivateLinkResourceStatus>

共有プライベート リンク リソースの状態。 保留中、承認済み、拒否済み、または切断済みにすることができます。 使用可能な値には、'Pending'、'Approved'、'Rejected'、'Disconnected' などがあります。

provisioningState
Nullable<SharedPrivateLinkResourceProvisioningState>

共有プライベート リンク リソースのプロビジョニング状態。 更新中、削除中、失敗済み、成功済み、または不完全である可能性があります。 使用可能な値には、'Updating'、'Removeing'、'Failed'、'Succeeded'、'Incomplete' などがあります。

適用対象