GetDeploymentResult

data class GetDeploymentResult(val automaticUpgradeChannel: String, val capacity: Int, 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>)

A collection of values returned by getDeployment.

Constructors

Link copied to clipboard
fun GetDeploymentResult(automaticUpgradeChannel: String, capacity: Int, 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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The automatic upgrade channel for this NGINX deployment.

Link copied to clipboard

The number of NGINX capacity units for this Nginx Deployment.

Link copied to clipboard

Whether diagnostic settings are enabled.

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

List of public IPs of the Ngix Deployment.

Link copied to clipboard

The Azure Region where the Nginx Deployment exists.

Link copied to clipboard

A logging_storage_account block as defined below.

Link copied to clipboard

Auto-generated managed resource group for the Nginx Deployment.

Link copied to clipboard

The account name of the StorageAccount for logging.

Link copied to clipboard

A network_interface block as defined below.

Link copied to clipboard

NGINX version of the Nginx Deployment.

Link copied to clipboard
Link copied to clipboard
val sku: String

Name of the SKU for this Nginx Deployment.

Link copied to clipboard

A mapping of tags assigned to the Nginx Deployment.