< Back

Get-AzureRmCdnOrigin

Thu Apr 04, 2019 5:39 am

NAME Get-AzureRmCdnOrigin



SYNOPSIS

Gets a CDN origin server.





SYNTAX

Get-AzureRmCdnOrigin -CdnEndpoint <PSEndpoint> [-DefaultProfile <IAzureContextContainer>] [-OriginName <String>] [<CommonParameters>]



Get-AzureRmCdnOrigin [-DefaultProfile <IAzureContextContainer>] -EndpointName <String> [-OriginName <String>] -ProfileName <String>

-ResourceGroupName <String> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmCdnOrigin cmdlet gets an Azure Content Delivery Network (CDN) origin server and its configuration data.





PARAMETERS

-CdnEndpoint <PSEndpoint>

Specifies the CDN endpoint object to which the origin 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 to which the origin server belongs.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-OriginName <String>

Specifies the name of the origin server.



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 origin server 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 origin server 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

PSEndpoint

Parameter 'CdnEndpoint' accepts value of type 'PSEndpoint' from the pipeline





OUTPUTS



This cmdlet returns an origin server object.





NOTES









1:















RELATED LINKS

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

Set-AzureRmCdnOrigin