Get-AzsUpdateLocation
Abrufen eines Aktualisierungsspeicherorts basierend auf dem Namen.
Syntax
Get-AzsUpdateLocation
[-Name <String>]
[-ResourceGroupName <String>]
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzsUpdateLocation
-INPUTOBJECT \<IUpdateAdminIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzsUpdateLocation
[-ResourceGroupName <String>]
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Beschreibung
Abrufen eines Aktualisierungsspeicherorts basierend auf dem Namen.
Beispiele
Beispiel 1: Abrufen aller Aktualisierungen Speicherorte
PS C:\> Get-AzsUpdateLocation
Name CurrentVersion CurrentOemVersion State
---- -------------- ----------------- -----
northwest 1.1912.0.30 2.1.1907.4 AppliedSuccessfully
Ohne Parameter ruft dieses Commandlet alle Updatespeicherorte ab.
Beispiel 2: Abrufen aller Aktualisierungen Speicherorte nach Name
PS C:\> Get-AzsUpdateLocation -Name northwest
Name CurrentVersion CurrentOemVersion State
---- -------------- ----------------- -----
northwest 1.1912.0.30 2.1.1907.4 AppliedSuccessfully
Ruft alle Aktualisierungsspeicherorte ab, die dem angegebenen Name-Parameter entsprechen
Parameter
Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure
| Type: | PSObject |
| Aliases: | AzureRMContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Identity Parameter To build, see NOTES section for INPUTOBJECT properties and create a hash table.
| Type: | Microsoft.Azure.PowerShell.Cmdlets.UpdateAdmin.Models.IUpdateAdminIdentity |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Der Name des Aktualisierungsspeicherorts.
| Type: | String |
| Position: | Named |
| Default value: | (Get-AzLocation)[0].Location |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Ressourcengruppenname
| Type: | String |
| Position: | Named |
| Default value: | -join("System.",(Get-AzLocation)[0].Location) |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Abonnementanmeldeinformationen, die microsoft Azure-Abonnement eindeutig identifizieren. Die Abonnement-ID ist Teil des URI für jeden Dienstaufruf.
| Type: | String[] |
| Position: | Named |
| Default value: | (Get-AzContext).Subscription.Id |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Eingaben
Microsoft.Azure.PowerShell.Cmdlets.UpdateAdmin.Models.IUpdateAdminIdentity
Ausgaben
Microsoft.Azure.PowerShell.Cmdlets.UpdateAdmin.Models.Api20160501.IUpdateLocation
Hinweise
KOMPLEXE PARAMETEREIGENSCHAFTEN Zum Erstellen der unten beschriebenen Parameter erstellen Sie eine Hashtabelle mit den entsprechenden Eigenschaften. Führen Sie Get-Help about_Hash_Tables aus, um Informationen zu Hashtabellen zu erfahren.
INPUTOBJECT <IUpdateAdminIdentity>: Identity-Parameter
[Id <String>]: Ressourcenidentitätspfad[ResourceGroupName <String>]: Ressourcengruppenname.[RunName <String>]: Update run identifier.[SubscriptionId <String>]: Abonnementanmeldeinformationen, die microsoft Azure-Abonnement eindeutig identifizieren. Die Abonnement-ID ist Teil des URI für jeden Dienstaufruf.[UpdateLocation <String>]: Der Name des Aktualisierungsspeicherorts.[UpdateName <String>]: Name des Updates.