Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 2.1 KB

Get-AzureRmVMImagePublisher.md

File metadata and controls

87 lines (59 loc) · 2.1 KB
external help file Module Name ms.assetid online version schema
Microsoft.Azure.Commands.Compute.dll-Help.xml
AzureRM.Compute
7311F66C-3370-4436-8030-6D98D42C3112
2.0.0

Get-AzureRmVMImagePublisher

SYNOPSIS

Gets the VMImage publishers.

SYNTAX

Get-AzureRmVMImagePublisher -Location <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

DESCRIPTION

The Get-AzureRmVMImagePublisher cmdlet gets the VMImage publishers.

EXAMPLES

Example 1: Get VMImage publishers for a region

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

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

PARAMETERS

-DefaultProfile

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

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

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

-Location

Specifies the location of the VMImage.

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 (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

System.String

OUTPUTS

Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher

NOTES

RELATED LINKS

Get-AzureRmVMImage

Get-AzureRmVMImageOffer

Get-AzureRmVMImageSku

Save-AzureRmVMImage