New-AzNginxNetworkProfileObject
Create an in-memory object for NginxNetworkProfile.
Syntax
Default (Default)
New-AzNginxNetworkProfileObject
[-FrontEndIPConfiguration <INginxFrontendIPConfiguration>]
[-NetworkInterfaceConfiguration <INginxNetworkInterfaceConfiguration>]
[<CommonParameters>]
Description
Create an in-memory object for NginxNetworkProfile.
Examples
Example 1: Create an in-memory object for 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
----------------------- -----------------------------
{… {…
Create an in-memory object for NginxNetworkProfile.
Parameters
-FrontEndIPConfiguration
Create an in-memory object for NginxNetworkProfile.
Parameter properties
| Type: | INginxFrontendIPConfiguration |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-NetworkInterfaceConfiguration
Create an in-memory object for NginxNetworkProfile.
Parameter properties
| Type: | INginxNetworkInterfaceConfiguration |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.