共用方式為


New-AzApiManagementGatewayHostnameConfiguration

建立現有閘道的主機名 configuratin。

語法

New-AzApiManagementGatewayHostnameConfiguration
   -Context <PsApiManagementContext>
   -GatewayId <String>
   [-GatewayHostnameConfigurationId <String>]
   -Hostname <String>
   -CertificateResourceId <String>
   [-NegotiateClientCertificate]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

New-AzApiManagementGatewayHostnameConfiguration Cmdlet 會為現有的閘道建立主機名 configuratin。

範例

範例 1:建立現有閘道的主機名組態

$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
$cert = Get-AzApiManagementCertificate -Context $apimContext -CertificateId "333"
New-AzApiManagementGatewayHostnameConfiguration -Context $apimContext -GatewayId "g01" -GatewayHostnameConfigurationId "h01" -Hostname "www.contoso.com" -CertificateResourceId $cert.Id

此命令會建立 「g01」 閘道的 「h01」 主機名組態。

參數

-CertificateResourceId

現有憑證標識碼的資源標識碼。這是必要參數。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Context

PsApiManagementContext 的實例。 這是必要參數。

類型:PsApiManagementContext
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-GatewayHostnameConfigurationId

新閘道主機名的標識碼。 這個參數是選擇性的。 如果未指定,則會產生 。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-GatewayId

現有閘道的標識碼。 這是必要參數。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Hostname

主機名。 這是必要參數。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-NegotiateClientCertificate

強制 NegotiateClientCertificate 的旗標。 這個參數是選擇性的。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

PsApiManagementContext

String

SwitchParameter

輸出

PsApiManagementGatewayHostnameConfiguration