次の方法で共有


New-AzCdnMigrationEndpointMappingObject

MigrationEndpointMapping のメモリ内オブジェクトを作成します。

構文

Default (既定)

New-AzCdnMigrationEndpointMappingObject
    [-MigratedFrom <String>]
    [-MigratedTo <String>]
    [<CommonParameters>]

説明

MigrationEndpointMapping のメモリ内オブジェクトを作成します。

例 1: Cdn 移行エンドポイント マッピング オブジェクトを作成する

$map1 = New-AzCdnMigrationEndpointMappingObject -MigratedFrom maxtestendpointcli-test-profile1.azureedge.net -MigratedTo maxtestendpointcli-test-profile2

移行するエンドポイントのマップを生成する

パラメーター

-MigratedFrom

クラシック CDN プロファイル エンドポイントの名前。

パラメーターのプロパティ

型:String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-MigratedTo

新しく作成された移行された Azure Frontdoor Standard/Premium プロファイル エンドポイントの名前。 この名前は、クラシック CDN エンドポイント リソースの名前に置き換えられます。

パラメーターのプロパティ

型:String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

CommonParameters

このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。

出力

MigrationEndpointMapping