az netappfiles subvolume metadata

Manage Azure NetApp Files (ANF) Subvolume Metadata Resources.

Commands

az netappfiles subvolume metadata show

Get the specified ANF metadata of a subvolume.

az netappfiles subvolume metadata show

Get the specified ANF metadata of a subvolume.

az netappfiles subvolume metadata show [--account-name]
                                       [--ids]
                                       [--pool-name]
                                       [--resource-group]
                                       [--subvolume-name]
                                       [--volume-name]

Examples

Get a metadata of an ANF subvolume

az netappfiles subvolume metadata show -g mygroup --account-name myaccountname  --pool-name mypoolname --volume-name myvolumename --subvolume-name mysubvolumename

Optional Parameters

--account-name -a

The name of the ANF account.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--pool-name -p

The name of the ANF pool.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subvolume-name

The name of the ANF subvolume.

--volume-name -v

The name of the ANF volume.