New-AzNginxConfigurationFileObject
Create an in-memory object for NginxConfigurationFile.
Syntax
Default (Default)
New-AzNginxConfigurationFileObject
[-Content <String>]
[-VirtualPath <String>]
[<CommonParameters>]
Description
Create an in-memory object for NginxConfigurationFile.
Examples
Example 1: Create an in-memory object for NginxConfigurationFile
New-AzNginxConfigurationFileObject -Content aHR0cCB7 -VirtualPath nginx.conf
Content VirtualPath
------- -----------
aHR0cCB7 nginx.conf
Create an in-memory object for NginxConfigurationFile.
Parameters
-Content
Create an in-memory object for NginxConfigurationFile.
Parameter properties
| Type: | String |
| 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 |
-VirtualPath
Create an in-memory object for NginxConfigurationFile.
Parameter properties
| Type: | String |
| 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.