Get-AzsVMExtension
Retourneert aangevraagde installatiekopie van virtuele-machineextensie die overeenkomt met uitgever, type, versie.
Syntax
Get-AzsVMExtension
[-Location <String>]
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzsVMExtension
-Publisher <String>
-Type <String>
-Version <String>
[-Location <String>]
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzsVMExtension
-INPUTOBJECT \<IComputeAdminIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Retourneert aangevraagde installatiekopie van virtuele-machineextensie die overeenkomt met uitgever, type, versie.
Voorbeelden
-------------------------- VOORBEELD 1 --------------------------
Get-AzsVMExtension
ExtensionType : IaaSDiagnostics TypeHandlerVersion : 1.11.3.12 ComputeRole : IaaS-id: /subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute. Beheer/locati ons/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDia gnostics/versions/1.11.3.12 IsSystemExtension : False Location : Northwest Name : ProvisioningState : Succeeded Publisher : Microsoft.Azure.Diagnostics SourceBlobUri : SupportMultipleExsionten : False Type : Microsoft.Compute. Beheer/locations/artifactTypes/publishers/types/versions VMScaleSetEnabled: False VmosType : Windows
...
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 uitgever.
| 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 |
Type extensie.
| Type: | String |
| Position: | Named |
| Default value: | None |
| 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.IVMExtension
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.