Get Deployment Result
data class GetDeploymentResult(val autoScaleProfiles: List<GetDeploymentAutoScaleProfile>, val automaticUpgradeChannel: String, val capacity: Int, val dataplaneApiEndpoint: String, val diagnoseSupportEnabled: Boolean, val email: String, val frontendPrivates: List<GetDeploymentFrontendPrivate>, val frontendPublics: List<GetDeploymentFrontendPublic>, val id: String, val identities: List<GetDeploymentIdentity>, val ipAddress: String, val location: String, val loggingStorageAccounts: List<GetDeploymentLoggingStorageAccount>, val managedResourceGroup: String, val name: String, val networkInterfaces: List<GetDeploymentNetworkInterface>, val nginxVersion: String, val resourceGroupName: String, val sku: String, val tags: Map<String, String>, val webApplicationFirewalls: List<GetDeploymentWebApplicationFirewall>)
A collection of values returned by getDeployment.
Constructors
Link copied to clipboard
constructor(autoScaleProfiles: List<GetDeploymentAutoScaleProfile>, automaticUpgradeChannel: String, capacity: Int, dataplaneApiEndpoint: String, diagnoseSupportEnabled: Boolean, email: String, frontendPrivates: List<GetDeploymentFrontendPrivate>, frontendPublics: List<GetDeploymentFrontendPublic>, id: String, identities: List<GetDeploymentIdentity>, ipAddress: String, location: String, loggingStorageAccounts: List<GetDeploymentLoggingStorageAccount>, managedResourceGroup: String, name: String, networkInterfaces: List<GetDeploymentNetworkInterface>, nginxVersion: String, resourceGroupName: String, sku: String, tags: Map<String, String>, webApplicationFirewalls: List<GetDeploymentWebApplicationFirewall>)
Properties
Link copied to clipboard
The automatic upgrade channel for this NGINX deployment.
Link copied to clipboard
An auto_scale_profile
block as defined below.
Link copied to clipboard
The dataplane API endpoint of the NGINX Deployment.
Link copied to clipboard
Whether metrics are exported to Azure Monitor.
Link copied to clipboard
A frontend_private
block as defined below.
Link copied to clipboard
A frontend_public
block as defined below.
Link copied to clipboard
A identity
block as defined below.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A network_interface
block as defined below.
Link copied to clipboard
NGINX version of the Deployment.
Link copied to clipboard
Link copied to clipboard
A web_application_firewall
block as defined below.