< Back

Test-AzureRmContainerRegistryNameAvailability

Tue Jan 29, 2019 9:40 pm

NAME Test-AzureRmContainerRegistryNameAvailability



SYNOPSIS

Checks the availability of a container registry name.





SYNTAX

Test-AzureRmContainerRegistryNameAvailability [-Name] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Test-AzureRmContainerRegistryNameAvailability cmdlet checks whether a container registry name is valid and available to use.





PARAMETERS

-Name <String>

Container Registry Name.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-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



<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.Management.ContainerRegistry.Models.RegistryNameStatus







NOTES









Example 1: Checks the availability of a container registry name



PS C:\\>Test-AzureRmContainerRegistryNameAvailability -Name 'SomeRegistryName'



NameAvailable Reason Message

------------- ------ -------

True



This command checks the availability of the container registry name `SomeRegistryName`.







RELATED LINKS

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

New-AzureRmContainerRegistry