次の方法で共有


SharedPrivateLinkResourceProperties.Status プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResourceStatus? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResourceStatus> with get, set
Public Property Status As Nullable(Of SharedPrivateLinkResourceStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象