VirtualNetworkRule.State Property

Definition

Gets the state of virtual network rule. Possible values include: 'provisioning', 'deprovisioning', 'succeeded', 'failed', 'networkSourceDeleted'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to