Get-AzureVMImagePublisher

Get-AzureVMImagePublisher

Gets the VMImage publishers.

Syntax

Parameter Set: Default
Get-AzureVMImagePublisher -Location <String> [-Profile <AzureProfile> ] [ <CommonParameters>]

Detailed Description

The Get-AzureVMImagePublisher cmdlet gets the VMImage publishers.

Parameters

-Location<String>

Specifies the location of the VMImage.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Profile<AzureProfile>

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

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

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get VMImage publishers for a region

This command gets the publishers of VMImage instances for the Central US region within your profile.

PS C:\> Get-AzureVMImagePublisher -Location "Central US"

Get-AzureVMImage

Get-AzureVMImageOffer

Get-AzureVMImageSku

Save-AzureVMImage