你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmNetAppModelFactory.NetAppSubvolumeMetadata 方法

定义

初始化 NetAppSubvolumeMetadata 的新实例。

public static Azure.ResourceManager.NetApp.Models.NetAppSubvolumeMetadata NetAppSubvolumeMetadata (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string path = default, string parentPath = default, long? size = default, long? bytesUsed = default, string permissions = default, DateTimeOffset? createdOn = default, DateTimeOffset? accessedOn = default, DateTimeOffset? modifiedOn = default, DateTimeOffset? changedOn = default, string provisioningState = default);
static member NetAppSubvolumeMetadata : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<int64> * Nullable<int64> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.NetApp.Models.NetAppSubvolumeMetadata
Public Shared Function NetAppSubvolumeMetadata (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional path As String = Nothing, Optional parentPath As String = Nothing, Optional size As Nullable(Of Long) = Nothing, Optional bytesUsed As Nullable(Of Long) = Nothing, Optional permissions As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional accessedOn As Nullable(Of DateTimeOffset) = Nothing, Optional modifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional changedOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing) As NetAppSubvolumeMetadata

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

path
String

子卷的路径。

parentPath
String

父子卷的路径。

size
Nullable<Int64>

子卷的大小。

bytesUsed
Nullable<Int64>

使用的字节数。

permissions
String

子卷的权限。

createdOn
Nullable<DateTimeOffset>

创建时间和日期。

accessedOn
Nullable<DateTimeOffset>

最近的访问时间和日期。

modifiedOn
Nullable<DateTimeOffset>

最近的修改时间和日期。

changedOn
Nullable<DateTimeOffset>

最近的更改时间和日期。

provisioningState
String

Azure 生命周期管理。

返回

用于模拟的新 NetAppSubvolumeMetadata 实例。

适用于