GetDeploymentResult

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>)

Types

Link copied to clipboard
object Companion

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 number of NGINX capacity units for this NGINX Deployment.

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

Preferred email associated with the NGINX Deployment.

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A identity block as defined below.

Link copied to clipboard

The list of Public IP Resource IDs for this NGINX Deployment.

Link copied to clipboard

The Azure Region where the NGINX Deployment exists.

Link copied to clipboard
Link copied to clipboard

Name of the autoscaling profile.

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
val sku: String

The NGINX Deployment SKU.

Link copied to clipboard

A mapping of tags assigned to the NGINX Deployment.

Link copied to clipboard

A web_application_firewall block as defined below.