NginxFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing NGINX Certificate.

suspend fun getCertificate(name: String, nginxDeploymentId: String): GetCertificateResult
Link copied to clipboard

Use this data source to access information about an existing Nginx Configuration.

suspend fun getConfiguration(nginxDeploymentId: String): GetConfigurationResult
Link copied to clipboard

Use this data source to access information about an existing NGINX Deployment.

suspend fun getDeployment(name: String, resourceGroupName: String): GetDeploymentResult