< Back

Get-AzureRmVMExtensionImageType

Tue Jan 29, 2019 9:37 pm

NAME Get-AzureRmVMExtensionImageType



SYNOPSIS

Gets the type of an Azure extension.





SYNTAX

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





DESCRIPTION

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





PARAMETERS

-DefaultProfile <IAzureContextContainer>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Location <String>

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



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-PublisherName <String>

Specifies the name of a publisher of an extension. To obtain an extension publisher, use the Get-AzureRmVMImagePublisher cmdlet. This cmdlet

gets the type for an extension from the publisher that this parameter specifies.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType







NOTES









Example 1: Get an extension image type



PS C:\\> Get-AzureRmVMExtensionImageType -Location "Central US" -PublisherName "Fabrikam"



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







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... nimagetype

Get-AzureRmVMExtensionImage

Get-AzureRmVMImagePublisher