ArmNetAppModelFactory.NetAppSubvolumeMetadata Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- path
- String
Path to the subvolume.
- parentPath
- String
Path to the parent subvolume.
- permissions
- String
Permissions of the subvolume.
- createdOn
- Nullable<DateTimeOffset>
Creation time and date.
- accessedOn
- Nullable<DateTimeOffset>
Most recent access time and date.
- modifiedOn
- Nullable<DateTimeOffset>
Most recent modification time and date.
- changedOn
- Nullable<DateTimeOffset>
Most recent change time and date.
- provisioningState
- String
Azure lifecycle management.
Returns
A new NetAppSubvolumeMetadata instance for mocking.
Applies to
Azure SDK for .NET