共用方式為


FileServer.ProvisioningState 屬性

定義

取得布建狀態。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public string ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : string
Public ReadOnly Property ProvisioningState As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

檔案伺服器的布建狀態。 可能的值:建立 - 正在建立檔案伺服器;更新 - 已接受檔案伺服器建立並更新;delete - 使用者要求刪除檔案伺服器,而且正在刪除;failed - 建立檔案伺服器失敗,並出現指定的錯誤碼。 錯誤碼的詳細資料是在訊息欄位中指定;成功 - 檔案伺服器建立成功。 可能的值包括:'create'、'updateing'、'刪除'、'succeeded'、'failed'

適用於