< Back

Get-AzureRmCdnEndpoint

Thu Apr 04, 2019 5:39 am

NAME Get-AzureRmCdnEndpoint



SYNOPSIS

Gets a CDN endpoint.





SYNTAX

Get-AzureRmCdnEndpoint -CdnProfile <PSProfile> [-DefaultProfile <IAzureContextContainer>] [-EndpointName <String>] [<CommonParameters>]



Get-AzureRmCdnEndpoint [-DefaultProfile <IAzureContextContainer>] [-EndpointName <String>] -ProfileName <String> -ResourceGroupName <String>

[<CommonParameters>]





DESCRIPTION

The Get-AzureRMCdnEndpoint cmdlet gets an Azure Content Delivery Network (CDN) endpoint and its associated configuration data.





PARAMETERS

-CdnProfile <PSProfile>

Specifies the CDN profile object to which the endpoint belongs.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

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



-EndpointName <String>

Specifies the name of the endpoint. The name of the endpoint is not the host name of the endpoint.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ProfileName <String>

Specifies the name of the profile to which the endpoint belongs.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group to which the endpoint belongs.



Required? true

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

PSProfile

Parameter 'CdnProfile' accepts value of type 'PSProfile' from the pipeline





OUTPUTS



This cmdlet returns an endpoint object.





NOTES









1:















RELATED LINKS

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

New-AzureRmCdnEndpoint

Remove-AzureRmCdnEndpoint

Set-AzureRmCdnEndpoint

Start-AzureRmCdnEndpoint

Stop-AzureRmCdnEndpoint