共用方式為


New-AzPrivateLinkServiceIpConfig

建立私人連結服務IP組態。

語法

New-AzPrivateLinkServiceIpConfig
   -Name <String>
   [-PrivateIpAddressVersion <String>]
   [-PrivateIpAddress <String>]
   [-PublicIpAddress <PSPublicIpAddress>]
   [-Subnet <PSSubnet>]
   [-Primary]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

New-AzPrivateLinkServiceIpConfig Cmdlet 會建立私人連結服務 ip 組態。 此組態用於來源 NAT-ing 來自私人端點的連入流量。

範例

範例 1

New-AzPrivateLinkServiceIpConfig -Name $IpConfigurationName -PrivateIpAddress "10.0.0.5" -Primary

此範例會在記憶體中建立私人連結服務 IP 組態。

範例 2

建立私人連結服務IP組態。 ( 自動產生 )

New-AzPrivateLinkServiceIpConfig -Name 'IP-Config' -PrivateIpAddress '10.0.0.5' -Subnet <PSSubnet>

參數

-DefaultProfile

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

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

-Name

IpConfiguration 的名稱

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

-Primary

表示目前的IP組態是主要或否。

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

-PrivateIpAddress

如果指定靜態配置,則為ipConfiguration的私人IP位址。

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

-PrivateIpAddressVersion

ip 組態的IP版本

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

-PublicIpAddress

PublicIpAddress

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

-Subnet

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

輸入

None

輸出

PSPrivateLinkServiceIpConfiguration