Skip to content

Latest commit

 

History

History
100 lines (73 loc) · 2.57 KB

Get-AzVMExtensionImageType.md

File metadata and controls

100 lines (73 loc) · 2.57 KB
external help file Module Name ms.assetid online version schema
Microsoft.Azure.PowerShell.Cmdlets.Compute.dll-Help.xml
Az.Compute
45F35BDD-969E-4521-9E8D-3499A15434A6
2.0.0

Get-AzVMExtensionImageType

SYNOPSIS

Gets the type of an Azure extension.

SYNTAX

Get-AzVMExtensionImageType -Location <String> -PublisherName <String>
 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

DESCRIPTION

The Get-AzVMExtensionImageType cmdlet gets the type of an Azure extension.

EXAMPLES

Example 1: Get an extension image type

Get-AzVMExtensionImageType -Location "Central US" -PublisherName "Fabrikam"

This command gets the extension image type for the specified publisher and location.

PARAMETERS

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure.

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzContext, AzureRmContext, AzureCredential

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

-Location

Specifies the location of an extension. This cmdlet gets the type for an extension at the location that this parameter specifies.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-PublisherName

Specifies the name of a publisher of an extension. To obtain an extension publisher, use the Get-AzVMImagePublisher cmdlet. This cmdlet gets the type for an extension from the publisher that this parameter specifies.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType

NOTES

RELATED LINKS

Get-AzVMExtensionImage

Get-AzVMImagePublisher