Get-AzsVolume

Retourneer het aangevraagde opslagvolume.

Syntax

Get-AzsVolume
   -ScaleUnit <String>
   -StorageSubSystem <String>
   [-Location <String>]
   [-ResourceGroupName <String>]
   [-SubscriptionId <String[]>]
   [-Filter <String>]
   [-Skip <String>]
   [-Top <String>]
   [-DefaultProfile <PSObject>]
   [-PassThru]
   [<CommonParameters>]
Get-AzsVolume
   -Name <String>
   -ScaleUnit <String>
   -StorageSubSystem <String>
   [-Location <String>]
   [-ResourceGroupName <String>]
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [-PassThru]
   [<CommonParameters>]
Get-AzsVolume
   -INPUTOBJECT \<IFabricAdminIdentity>
   [-DefaultProfile <PSObject>]
   [-PassThru]
   [<CommonParameters>]

Description

Retourneer het aangevraagde opslagvolume.

Voorbeelden

Voorbeeld 1:

PS C:\> $scaleUnit = Get-AzsScaleUnit | select -First 1
PS C:\> $storageSubSystem = Get-AzsStorageSubSystem -ScaleUnit $scaleUnit.Name
PS C:\> Get-AzsVolume -ScaleUnit $scaleUnit.Name -StorageSubSystem $storageSubSystem.Name

Haal een lijst op met alle opslagvolumes op een bepaalde locatie.

Voorbeeld 2:

PS C:\> $scaleUnit = Get-AzsScaleUnit | select -First 1
PS C:\> $storageSubSystem = Get-AzsStorageSubSystem -ScaleUnit $scaleUnit.Name
PS C:\> Get-AzsVolume -ScaleUnit $scaleUnit.Name -StorageSubSystem $storageSubSystem.Name -Name ee594cf5-cf54-46b4-a641-139553307195

Haal een opslagvolume op naam op een bepaalde locatie op.

Parameters

-DefaultProfile

De referenties, het account, de tenant en het abonnement dat wordt gebruikt voor communicatie met Azure.

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-Filter

OData-filterparameter.

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-InputObject

Identiteitsparameter Om te maken, raadpleegt u de sectie NOTES voor INPUTOBJECT-eigenschappen en maakt u een hash-tabel.

Type:Microsoft.Azure.PowerShell.Cmdlets.FabricAdmin.Models.IFabricAdminIdentity
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
-Location

Locatie van de resource.

Type:String
Position:Named
Default value:(Get-AzLocation)[0].Location
Accept pipeline input:False
Accept wildcard characters:False
-Name

Naam van het opslagvolume.

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-PassThru

Retourneert waar wanneer de opdracht slaagt

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-ResourceGroupName

De naam van de resourcegroep.

Type:String
Position:Named
Default value:-join("System.",(Get-AzLocation)[0].Location)
Accept pipeline input:False
Accept wildcard characters:False
-ScaleUnit

Naam van de schaaleenheden.

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-Skip

OData skip parameter.

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-StorageSubSystem

Naam van het opslagsysteem.

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-SubscriptionId

Abonnementsreferenties waarmee het Microsoft Azure-abonnement uniek wordt geïdentificeerd. De abonnements-id maakt deel uit van de URI voor elke serviceoproep.

Type:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Accept pipeline input:False
Accept wildcard characters:False
-Top

OData-topparameter.

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Invoerwaarden

Microsoft.Azure.PowerShell.Cmdlets.FabricAdmin.Models.IFabricAdminIdentity

Uitvoerwaarden

Microsoft.Azure.PowerShell.Cmdlets.FabricAdmin.Models.Api20190501.IVolume

Notities

COMPLEXE PARAMETEREIGENSCHAPPEN Om de hieronder beschreven parameters te maken, maakt u een hash-tabel met de juiste eigenschappen. Voer Get-Help about_Hash_Tables uit voor informatie over hashtabellen.

INPUTOBJECT <IFabricAdminIdentity>: Identiteitsparameter

  • [Drive <String>]: Naam van het opslagstation.
  • [EdgeGateway <String>]: Naam van de edge-gateway.
  • [EdgeGatewayPool <String>]: Naam van de edge-gatewaygroep.
  • [FabricLocation <String>]: Infrastructuurlocatie.
  • [FileShare <String>]: naam van infrastructuurbestandsshare.
  • [IPPool <String>]: IP-poolnaam.
  • [Id <String>]: Pad naar resource-id
  • [InfraRole <String>]: Naam van infrastructuurrol.
  • [InfraRoleInstance <String>]: Naam van een exemplaar van een infrastructuurrol.
  • [Location <String>]: Locatie van de resource.
  • [LogicalNetwork <String>]: Naam van het logische netwerk.
  • [LogicalSubnet <String>]: Naam van het logische subnet.
  • [MacAddressPool <String>]: Naam van de MAC-adresgroep.
  • [Operation <String>]: Bewerkings-id.
  • [ResourceGroupName <String>]: Naam van de resourcegroep.
  • [ScaleUnit <String>]: Naam van de schaaleenheden.
  • [ScaleUnitNode <String>]: Naam van het schaaleenheidknooppunt.
  • [SlbMuxInstance <String>]: Naam van een SLB MUX-exemplaar.
  • [StorageSubSystem <String>]: Naam van het opslagsysteem.
  • [SubscriptionId <String>]: Abonnementsreferenties waarmee het Microsoft Azure-abonnement uniek wordt geïdentificeerd. De abonnements-id maakt deel uit van de URI voor elke serviceoproep.
  • [Volume <String>]: Naam van het opslagvolume.