Get Deployment Result
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>)