ArmNetAppModelFactory.NetAppSubvolumeMetadata Method

Definition

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

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

path
String

Path to the subvolume.

parentPath
String

Path to the parent subvolume.

size
Nullable<Int64>

Size of subvolume.

bytesUsed
Nullable<Int64>

Bytes used.

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