共用方式為


VolumeProperties

描述磁片區資源的屬性。

屬性

名稱 類型 必要
description string No
status 字串 (列舉)
statusDetails 字串
provider 字串 Yes
azureFileParameters VolumeProviderParametersAzureFile No

description

類型:字串
必要:否

使用者可讀取的磁片區描述。


status

類型:字串 (列舉)
必要:否

磁片區的狀態。

資源的狀態。

可能的值包括:

  • Unknown - 指出資源狀態未知。 值為零。
  • Ready - 表示資源已就緒。 值為 1。
  • Upgrading - 指出資源正在升級。 值為 2。
  • Creating - 指出正在建立資源。 此值為 3。
  • Deleting - 指出正在刪除資源。 值為 4。
  • Failed - 表示資源因持續性失敗而無法運作。 如需詳細資訊,請參閱 statusDetails 屬性。 值為 5。

statusDetails

類型:字串
必要:否

提供磁片區目前狀態的其他資訊。


provider

類型:字串
必要:是
預設SFAzureFile

磁片區的提供者。


azureFileParameters

類型VolumeProviderParametersAzureFile
必要:否

此類型描述Azure 檔案儲存體檔案共用所提供的磁片區。