< Back

New-AzureRmCdnProfile

Thu Apr 04, 2019 5:39 am

NAME New-AzureRmCdnProfile



SYNOPSIS

Creates a CDN profile.





SYNTAX

New-AzureRmCdnProfile [-DefaultProfile <IAzureContextContainer>] -Location <String> -ProfileName <String> -ResourceGroupName <String> -Sku

{Standard_Verizon | Premium_Verizon | Custom_Verizon | Standard_Akamai | Standard_ChinaCdn} [-Tag <Hashtable>] [-Confirm] [-WhatIf]

[<CommonParameters>]





DESCRIPTION

The New-AzureRmCdnProfile cmdlet creates an Azure Content Delivery Network (CDN) profile.





PARAMETERS

-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



-Location <String>

Specifies the resource location of the profile.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ProfileName <String>

Specifies the name of the profile.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

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



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Sku <PSSkuName>

Specifies the SKU of the profile.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Tag <Hashtable>

The tags to associate with the Azure CDN profile.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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.Commands.Cdn.Models.Profile.PSProfile







NOTES









1:















RELATED LINKS

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

Get-AzureRmCdnProfile

Remove-AzureRmCdnProfile

Set-AzureRmCdnProfile