Bagikan melalui


BackupResourceConfig.StorageTypeState Property

Definition

Gets or sets locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked. Possible values include: 'Invalid', 'Locked', 'Unlocked'

[Newtonsoft.Json.JsonProperty(PropertyName="storageTypeState")]
public string StorageTypeState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageTypeState")>]
member this.StorageTypeState : string with get, set
Public Property StorageTypeState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to