Validate-AzureRmCdnCustomDomain

Validate-AzureRmCdnCustomDomain

Validates the custom domain.

Syntax

Parameter Set: Parameter Set for fields parameters
Validate-AzureRmCdnCustomDomain -CustomDomainHostName <String> -EndpointName <String> -ProfileName <String> -ResourceGroupName <String> [ <CommonParameters>]

Parameter Set: Parameter Set for object parameters
Validate-AzureRmCdnCustomDomain -CdnEndpoint <PSEndpoint> -CustomDomainHostName <String> [ <CommonParameters>]

Detailed Description

The Validate-AzureRmCdnCustomDomain cmdlet validates the CName mapping to verify if the custom domain can be added to an endpoint.

Parameters

-CdnEndpoint<PSEndpoint>

The endpoint object

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByValue)

Accept Wildcard Characters?

false

-CustomDomainHostName<String>

The host name of the custom domain

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-EndpointName<String>

The name of the endpoint

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ProfileName<String>

The name of the profile

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ResourceGroupName<String>

The name of the resource group

Aliases

none

Required?

true

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

PS C:\> 

Get-AzureRmCdnCustomDomain

New-AzureRmCdnCustomDomain

Remove-AzureRmCdnCustomDomain