Freigeben über


New-AzNginxPrivateIPAddressObject

Erstellen Sie ein Speicherobjekt für NginxPrivateIPAddress.

Syntax

New-AzNginxPrivateIPAddressObject
   [-PrivateIPAddress <String>]
   [-PrivateIPAllocationMethod <NginxPrivateIPAllocationMethod>]
   [-SubnetId <String>]
   [<CommonParameters>]

Beschreibung

Erstellen Sie ein Speicherobjekt für NginxPrivateIPAddress.

Beispiele

Beispiel 1: Erstellen eines Speicherobjekts für NginxPrivateIPAddress

New-AzNginxPrivateIPAddressObject -PrivateIPAddress 10.0.0.0 -PrivateIPAllocationMethod Static -SubnetId /subscriptions/xxxxxxxxxx-xxxx-xxxxx-xxxxxxxxxxxx/resourceGroups/nginx-test-rg/providers/Microsoft.Network/virtualNetworks/nginx-test-vnet/subnets/default

PrivateIPAddress PrivateIPAllocationMethod SubnetId
---------------- ------------------------- --------
10.0.0.0         Static                    /subscriptions/xxxxxxxxxx-xxxx-xxxxx-xxxxxxxxxxxx/resourceGroups/nginx-test-rg/providers/Microsoft.Network/virtualNetworks/nginx-test-vnet/subnets/default

Erstellen Sie ein Speicherobjekt für NginxPrivateIPAddress.

Parameter

-PrivateIPAddress

Typ:String
Position:Named
Standardwert:None
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-PrivateIPAllocationMethod

Typ:NginxPrivateIPAllocationMethod
Position:Named
Standardwert:None
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-SubnetId

Typ:String
Position:Named
Standardwert:None
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

Ausgaben

NginxPrivateIPAddress