Share via


SharedPrivateLinkResourceProperties.Status Property

Definition

Gets or sets status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to