Get-AzsPlatformImage
Retourneert de specifieke platforminstallatiekopieën die overeenkomen met publisher, aanbieding, sku's en versies.
Syntax
Get-AzsPlatformImage
[-Location <String>]
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzsPlatformImage
-Offer <String>
-Publisher <String>
-Sku <String>
-Version <String>
[-Location <String>]
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzsPlatformImage
-INPUTOBJECT \<IComputeAdminIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Retourneert de specifieke platforminstallatiekopieën die overeenkomen met publisher, aanbieding, sku's en versies.
Voorbeelden
-------------------------- VOORBEELD 1 --------------------------
Get-AzsPlatformImage
BillingPartNumber : DataDisks : Id: /subscriptions/3ae476e5-83d3-429d-a450-2f4f2fc67c5e/providers/Microsoft.Compute. Beheer/locations/loc al/artifactTypes/platformImage/publishers/asdf/offers/asdf/skus/asdf/versions/1.0.0 Location : local Name : OsType : Windows OsUri : https://asdf.blob.local.azurestack.external/asdf/UbuntuServer.vhd?sv=2017-04-17&ss=bqt&srt=sco&sp=r wdlacup&se =2020-02-13T13:25:58Z&st=2020-02-13T05:25:58Z&spr=https ProvisioningState: Succeeded Type : Microsoft.Compute.Beheer /locations/artifactTypes/publishers/offers/skus/versions
-------------------------- VOORBEELD 2 --------------------------
Get-AzsPlatformImage -Offer ExampleOffer -Publisher ExamplePublisher -Location local -Sku ExampleSku -Version 1.0.0
BillingPartNumber : DataDisks : Id: /subscriptions/3ae476e5-83d3-429d-a450-2f4f2fc67c5e/providers/Microsoft.Compute. Beheer/locations/local/artifa ctTypes/platformImage/publishers/ExamplePublisher/offers/ExampleOffer/skus/ExampleSku/versions/1.0.0 Location: local Name : OsType : Windows OsUri : https://asdf.blob.local.azurestack.external/asdf/UbuntuServer.vhd?sv=2017-04-17&ss=bqt&srt=sco&sp=rwdlacup&s e=2020-02-13T13:25:58Z&st=2020-02-13T05:25:58Z&spr=https ProvisioningState: Succeeded Type : Microsoft.Compute.Beheer /locations/artifactTypes/publishers/offers/skus/versions
Parameters
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 |
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
| Type: | Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Locatie van de resource.
| Type: | String |
| Position: | Named |
| Default value: | (Get-AzLocation)[0].Location |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Naam van de aanbieding.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Naam van de uitgever.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Naam van de SKU.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
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 |
De versie van de resource.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Invoerwaarden
Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity
Uitvoerwaarden
Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20151201Preview.IPlatformImage
Notities
ALIASSEN
EIGENSCHAPPEN VAN COMPLEXE PARAMETERS
Als u de hieronder beschreven parameters wilt maken, maakt u een hash-tabel met de juiste eigenschappen. Voer Get-Help about_Hash_Tables uit voor informatie over hashtabellen.
INPUTOBJECT <IComputeAdminIdentity>: Id-parameter
[DiskId <String>]: de schijf-GUID als identiteit.[FeatureName <String>]: Naam van de functie.[Id <String>]: Resource-id-pad[Location <String>]: Locatie van de resource.[MigrationId <String>]: de guid-naam van de migratietaak.[Offer <String>]: Naam van de aanbieding.[Publisher <String>]: Naam van de uitgever.[QuotaName <String>]: Naam van het quotum.[ScaleUnitName <String>]: Naam van de schaaleenheid.[Sku <String>]: Naam van de SKU.[SubscriptionId <String>]: Abonnementsreferenties waarmee het Microsoft Azure-abonnement uniek wordt geïdentificeerd. De abonnements-id maakt deel uit van de URI voor elke serviceoproep.[Type <String>]: Type extensie.[Version <String>]: De versie van de resource.