共用方式為


SharedPrivateLinkResourceProperties.ProvisioningState Property

Definition

Gets or sets the provisioning state of the shared private link resource. Can be Updating, Deleting, Failed, Succeeded or Incomplete. Possible values include: 'Updating', 'Deleting', 'Failed', 'Succeeded', 'Incomplete'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to