Property hostname
New-ChinaCDNPropertyHostname
Synopsis
Create or update a property hostname.
Syntax
attributes (Default)
New-ChinaCDNPropertyHostname -Hostname <String> -GroupID <Int32> [-Comments <String>] [-ICPNumberID <Int32>]
[-ServiceCategory <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
body
New-ChinaCDNPropertyHostname -Hostname <String> -GroupID <Int32> -Body <Object> [-EdgeRCFile <String>]
[-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Create or updates a property hostname
based on the group for your current account and contract type.
If the property hostname
has a provision status of WHITELISTED
or PROVISIONED
and you change the icpNumberId
, the API creates a China partner re-approval request. If the partner denies the request for any reason, the property hostname's provisionState
changes to DEPROVISIONED
.
Parameters
-AccountSwitchKey
Account switch key, for use when you have access to multiple accounts and need to specify which one to use. Account switch keys can be found using Get-AccountSwitchKey
.
Type String
Parameter Sets (All)
Aliases None
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-Body
Request body, either as a PSCustomObject
or string. This parameter supports pipelining.
Type Object
Parameter Sets body
Aliases None
RequiredTrue
Position Named
Default value None
Accept pipeline input True (ByValue)
Accept wildcard charactersFalse
-Comments
A descriptive comment about the property hostname.
Type String
Parameter Sets attributes
Aliases None
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-EdgeRCFile
EdgeRC file to authenticate your command. Defaults to ~/.edgerc
.
Type String
Parameter Sets (All)
Aliases None
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-GroupID
An ID for a group. Needed only when creating a property hostname
.
Type Int32
Parameter Sets (All)
Aliases None
RequiredTrue
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-Hostname
The fully qualified domain name of the property hostname.
Type String
Parameter Sets (All)
Aliases None
RequiredTrue
Position Named
Default value None
Accept pipeline input True (ByPropertyName)
Accept wildcard charactersFalse
-ICPNumberID
Identifies the ICP number assigned to the property hostname.
Type Int32
Parameter Sets attributes
Aliases None
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-Section
EdgeRC section to retrieve authentication credentials from. Defaults to default
.
Type String
Parameter Sets (All)
Aliases None
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-ServiceCategory
The type of website you're deploying to China. For available codes, see the Service category types page.
Type Int32
Parameter Sets attributes
Aliases None
RequiredFalse
Position Named
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
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
System.String
System.Object
Outputs
System.Object
Related links
Updated 3 months ago