Get Deployment Result
data class GetDeploymentResult(val autoScaleProfiles: List<GetDeploymentAutoScaleProfile>, 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
constructor(autoScaleProfiles: List<GetDeploymentAutoScaleProfile>, 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>)
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
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
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
A network_interface
block as defined below.
Link copied to clipboard
NGINX version of the Deployment.
Link copied to clipboard