共用方式為


AppPlatformStorageData 類別

定義

代表 AppPlatformStorage 資料模型的類別。 儲存體資源承載。

public class AppPlatformStorageData : Azure.ResourceManager.Models.ResourceData
type AppPlatformStorageData = class
    inherit ResourceData
Public Class AppPlatformStorageData
Inherits ResourceData
繼承
AppPlatformStorageData

建構函式

AppPlatformStorageData()

初始化 AppPlatformStorageData 的新實例。

屬性

Id

資源的完整資源識別碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(繼承來源 ResourceData)
Name

資源名稱。

(繼承來源 ResourceData)
Properties

儲存體資源承載的屬性。 請注意 AppPlatformStorageProperties , 是基類。 根據案例,可能需要在這裡指派基類的衍生類別,或此屬性必須轉換成其中一個可能的衍生類別。 可用的衍生類別包括 AppPlatformStorageAccount

ResourceType

資源類型。 例如 「Microsoft.Compute/virtualMachines」 或 「Microsoft.Storage/storageAccounts」。

(繼承來源 ResourceData)
SystemData

Azure Resource Manager 包含 createdBy 和 modifiedBy 資訊的中繼資料。

(繼承來源 ResourceData)

適用於