1. Packages
  2. Azure Native v1
  3. API Docs
  4. netapp
  5. getSubvolumeMetadata
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.netapp.getSubvolumeMetadata

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Get details of the specified subvolume API Version: 2021-10-01.

    Using getSubvolumeMetadata

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSubvolumeMetadata(args: GetSubvolumeMetadataArgs, opts?: InvokeOptions): Promise<GetSubvolumeMetadataResult>
    function getSubvolumeMetadataOutput(args: GetSubvolumeMetadataOutputArgs, opts?: InvokeOptions): Output<GetSubvolumeMetadataResult>
    def get_subvolume_metadata(account_name: Optional[str] = None,
                               pool_name: Optional[str] = None,
                               resource_group_name: Optional[str] = None,
                               subvolume_name: Optional[str] = None,
                               volume_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetSubvolumeMetadataResult
    def get_subvolume_metadata_output(account_name: Optional[pulumi.Input[str]] = None,
                               pool_name: Optional[pulumi.Input[str]] = None,
                               resource_group_name: Optional[pulumi.Input[str]] = None,
                               subvolume_name: Optional[pulumi.Input[str]] = None,
                               volume_name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetSubvolumeMetadataResult]
    func GetSubvolumeMetadata(ctx *Context, args *GetSubvolumeMetadataArgs, opts ...InvokeOption) (*GetSubvolumeMetadataResult, error)
    func GetSubvolumeMetadataOutput(ctx *Context, args *GetSubvolumeMetadataOutputArgs, opts ...InvokeOption) GetSubvolumeMetadataResultOutput

    > Note: This function is named GetSubvolumeMetadata in the Go SDK.

    public static class GetSubvolumeMetadata 
    {
        public static Task<GetSubvolumeMetadataResult> InvokeAsync(GetSubvolumeMetadataArgs args, InvokeOptions? opts = null)
        public static Output<GetSubvolumeMetadataResult> Invoke(GetSubvolumeMetadataInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSubvolumeMetadataResult> getSubvolumeMetadata(GetSubvolumeMetadataArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:netapp:getSubvolumeMetadata
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The name of the NetApp account
    PoolName string
    The name of the capacity pool
    ResourceGroupName string
    The name of the resource group.
    SubvolumeName string
    The name of the subvolume.
    VolumeName string
    The name of the volume
    AccountName string
    The name of the NetApp account
    PoolName string
    The name of the capacity pool
    ResourceGroupName string
    The name of the resource group.
    SubvolumeName string
    The name of the subvolume.
    VolumeName string
    The name of the volume
    accountName String
    The name of the NetApp account
    poolName String
    The name of the capacity pool
    resourceGroupName String
    The name of the resource group.
    subvolumeName String
    The name of the subvolume.
    volumeName String
    The name of the volume
    accountName string
    The name of the NetApp account
    poolName string
    The name of the capacity pool
    resourceGroupName string
    The name of the resource group.
    subvolumeName string
    The name of the subvolume.
    volumeName string
    The name of the volume
    account_name str
    The name of the NetApp account
    pool_name str
    The name of the capacity pool
    resource_group_name str
    The name of the resource group.
    subvolume_name str
    The name of the subvolume.
    volume_name str
    The name of the volume
    accountName String
    The name of the NetApp account
    poolName String
    The name of the capacity pool
    resourceGroupName String
    The name of the resource group.
    subvolumeName String
    The name of the subvolume.
    volumeName String
    The name of the volume

    getSubvolumeMetadata Result

    The following output properties are available:

    Id string
    Resource Id
    Name string
    Resource name
    Type string
    Resource type
    AccessedTimeStamp string
    Most recent access time and date
    BytesUsed double
    Bytes used
    ChangedTimeStamp string
    Most recent change time and date
    CreationTimeStamp string
    Creation time and date
    ModifiedTimeStamp string
    Most recent modification time and date
    ParentPath string
    Path to the parent subvolume
    Path string
    Path to the subvolume
    Permissions string
    Permissions of the subvolume
    ProvisioningState string
    Azure lifecycle management
    Size double
    Size of subvolume
    Id string
    Resource Id
    Name string
    Resource name
    Type string
    Resource type
    AccessedTimeStamp string
    Most recent access time and date
    BytesUsed float64
    Bytes used
    ChangedTimeStamp string
    Most recent change time and date
    CreationTimeStamp string
    Creation time and date
    ModifiedTimeStamp string
    Most recent modification time and date
    ParentPath string
    Path to the parent subvolume
    Path string
    Path to the subvolume
    Permissions string
    Permissions of the subvolume
    ProvisioningState string
    Azure lifecycle management
    Size float64
    Size of subvolume
    id String
    Resource Id
    name String
    Resource name
    type String
    Resource type
    accessedTimeStamp String
    Most recent access time and date
    bytesUsed Double
    Bytes used
    changedTimeStamp String
    Most recent change time and date
    creationTimeStamp String
    Creation time and date
    modifiedTimeStamp String
    Most recent modification time and date
    parentPath String
    Path to the parent subvolume
    path String
    Path to the subvolume
    permissions String
    Permissions of the subvolume
    provisioningState String
    Azure lifecycle management
    size Double
    Size of subvolume
    id string
    Resource Id
    name string
    Resource name
    type string
    Resource type
    accessedTimeStamp string
    Most recent access time and date
    bytesUsed number
    Bytes used
    changedTimeStamp string
    Most recent change time and date
    creationTimeStamp string
    Creation time and date
    modifiedTimeStamp string
    Most recent modification time and date
    parentPath string
    Path to the parent subvolume
    path string
    Path to the subvolume
    permissions string
    Permissions of the subvolume
    provisioningState string
    Azure lifecycle management
    size number
    Size of subvolume
    id str
    Resource Id
    name str
    Resource name
    type str
    Resource type
    accessed_time_stamp str
    Most recent access time and date
    bytes_used float
    Bytes used
    changed_time_stamp str
    Most recent change time and date
    creation_time_stamp str
    Creation time and date
    modified_time_stamp str
    Most recent modification time and date
    parent_path str
    Path to the parent subvolume
    path str
    Path to the subvolume
    permissions str
    Permissions of the subvolume
    provisioning_state str
    Azure lifecycle management
    size float
    Size of subvolume
    id String
    Resource Id
    name String
    Resource name
    type String
    Resource type
    accessedTimeStamp String
    Most recent access time and date
    bytesUsed Number
    Bytes used
    changedTimeStamp String
    Most recent change time and date
    creationTimeStamp String
    Creation time and date
    modifiedTimeStamp String
    Most recent modification time and date
    parentPath String
    Path to the parent subvolume
    path String
    Path to the subvolume
    permissions String
    Permissions of the subvolume
    provisioningState String
    Azure lifecycle management
    size Number
    Size of subvolume

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi