Az.Nginx Module
Microsoft Azure PowerShell: Nginx cmdlets
Nginx
| Cmdlet | Description |
|---|---|
| Get-AzNginxCertificate |
Get a certificate of given NGINX deployment |
| Get-AzNginxConfiguration |
Get the NGINX configuration of given NGINX deployment |
| Get-AzNginxDeployment |
Get the NGINX deployment |
| Invoke-AzNginxAnalysisConfiguration |
Analyze an NGINX configuration without applying it to the NGINXaaS deployment |
| New-AzNginxCertificate |
Create the NGINX certificates for given NGINX deployment |
| New-AzNginxConfiguration |
Create the NGINX configuration for given NGINX deployment |
| New-AzNginxConfigurationFileObject |
Create an in-memory object for NginxConfigurationFile. |
| New-AzNginxDeployment |
Create the NGINX deployment |
| New-AzNginxNetworkProfileObject |
Create an in-memory object for NginxNetworkProfile. |
| New-AzNginxPrivateIPAddressObject |
Create an in-memory object for NginxPrivateIPAddress. |
| New-AzNginxPublicIPAddressObject |
Create an in-memory object for NginxPublicIPAddress. |
| Remove-AzNginxCertificate |
Deletes a certificate from the NGINX deployment |
| Remove-AzNginxConfiguration |
Reset the NGINX configuration of given NGINX deployment to default |
| Remove-AzNginxDeployment |
Delete the NGINX deployment resource |
| Update-AzNginxCertificate |
Update the NGINX certificates for given NGINX deployment |
| Update-AzNginxConfiguration |
Update the NGINX configuration for given NGINX deployment |
| Update-AzNginxDeployment |
Update the NGINX deployment |