Get-AzNetAppFilesSubvolumeMetadata
Ruft Metadatendetails eines Azure NetApp Files (ANF)-Untervolumes ab.
Syntax
Get-AzNetAppFilesSubvolumeMetadata
-ResourceGroupName <String>
-AccountName <String>
-PoolName <String>
[-VolumeName <String>]
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzNetAppFilesSubvolumeMetadata
-Name <String>
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzNetAppFilesSubvolumeMetadata
-Name <String>
-VolumeObject <PSNetAppFilesVolume>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Die Get-AzNetAppFilesSubvolumeMetadata Cmdlet ruft Metadatendetails eines ANF-Untervolume ab.
Beispiele
Beispiel 1
Get-AzNetAppFilesSubvolumeMetadata -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -VolumeName "MyAnfVolume" -Name "MyAnfSubvolume"
ResourceGroupName : myrg
Id : /subscriptions/69a75bda-882e-44d5-8431-63421204132a/resourceGroups/myrg/providers/Microsoft.NetApp/netAppAccounts/myanfaccount/capacityPools/myanfpool/volumes/myanfvolume/subvolumes/myanfsubvolume
Name : myanfaccount/myanfpool/myanfvolume/myanfsubvolume
Type : Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes
Path : /subvolumePath
ParentPath :
Size : 5
BytesUsed : 0
Permissions : 644
CreationTimeStamp : 28/04/2022 15:49:24
AccessedTimeStamp : 28/04/2022 15:49:23
ModifiedTimeStamp : 28/04/2022 15:49:24
ChangedTimeStamp : 28/04/2022 15:49:24
ProvisioningState : Succeeded
Die Details der MyAnfSubvolume-Subvolume-Metadaten werden abgerufen.
Parameter
-AccountName
Der Name des ANF-Kontos
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-DefaultProfile
Die Anmeldeinformationen, Konten, Mandanten und Abonnements, die für die Kommunikation mit Azure verwendet werden.
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Name
Der Name des ANF-Untervolume
Typ: | String |
Aliase: | SubvolumeName |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-PoolName
Der Name des ANF-Pools
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Die Ressourcengruppe des ANF-Untervolume
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceId
Die Ressourcen-ID des ANF-Untervolume
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-VolumeName
Der Name des ANF-Volumes
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-VolumeObject
Das Volumeobjekt, das die zurückzugebenden Subvolume-Metadaten enthält
Typ: | PSNetAppFilesVolume |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
Eingaben
Ausgaben
Ähnliche Themen
Azure PowerShell