New-AzNginxNetworkProfileObject
Maak een in-memory object voor NginxNetworkProfile.
Syntax
Default (Standaard)
New-AzNginxNetworkProfileObject
[-FrontEndIPConfiguration <INginxFrontendIPConfiguration>]
[-NetworkInterfaceConfiguration <INginxNetworkInterfaceConfiguration>]
[<CommonParameters>]
Description
Maak een in-memory object voor NginxNetworkProfile.
Voorbeelden
Voorbeeld 1: Een in-memory object maken voor NginxNetworkProfile
New-AzNginxNetworkProfileObject -FrontEndIPConfiguration @{PublicIPAddress=@($publicIp)} -NetworkInterfaceConfiguration @{SubnetId='/subscriptions/xxxxxxxxxx-xxxx-xxxxx-xxxxxxxxxxxx/resourceGroups/nginx-test-rg/providers/Microsoft.Network/virtualNetworks/nginx-test-vnet/subnets/default'}
FrontEndIPConfiguration NetworkInterfaceConfiguration
----------------------- -----------------------------
{… {…
Maak een in-memory object voor NginxNetworkProfile.
Parameters
-FrontEndIPConfiguration
Maak een in-memory object voor NginxNetworkProfile.
Parametereigenschappen
| Type: | INginxFrontendIPConfiguration |
| Default value: | None |
| Ondersteunt jokertekens: | False |
| DontShow: | False |
Parametersets
(All)
| Position: | Named |
| Verplicht: | False |
| Waarde uit pijplijn: | False |
| Waarde uit pijplijn op eigenschapsnaam: | False |
| Waarde van resterende argumenten: | False |
-NetworkInterfaceConfiguration
Maak een in-memory object voor NginxNetworkProfile.
Parametereigenschappen
| Type: | INginxNetworkInterfaceConfiguration |
| Default value: | None |
| Ondersteunt jokertekens: | False |
| DontShow: | False |
Parametersets
(All)
| Position: | Named |
| Verplicht: | False |
| Waarde uit pijplijn: | False |
| Waarde uit pijplijn op eigenschapsnaam: | False |
| Waarde van resterende argumenten: | False |
CommonParameters
Deze cmdlet ondersteunt de algemene parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction en -WarningVariable. Zie about_CommonParametersvoor meer informatie.