AKSService Args
constructor(aadAuthEnabled: Output<Boolean>? = null, appInsightsEnabled: Output<Boolean>? = null, authEnabled: Output<Boolean>? = null, autoScaler: Output<AKSServiceCreateRequestAutoScalerArgs>? = null, computeName: Output<String>? = null, computeType: Output<String>? = null, containerResourceRequirements: Output<ContainerResourceRequirementsArgs>? = null, dataCollection: Output<AKSServiceCreateRequestDataCollectionArgs>? = null, description: Output<String>? = null, environmentImageRequest: Output<CreateServiceRequestEnvironmentImageRequestArgs>? = null, isDefault: Output<Boolean>? = null, keys: Output<CreateServiceRequestKeysArgs>? = null, kvTags: Output<Map<String, String>>? = null, livenessProbeRequirements: Output<AKSServiceCreateRequestLivenessProbeRequirementsArgs>? = null, location: Output<String>? = null, maxConcurrentRequestsPerContainer: Output<Int>? = null, maxQueueWaitMs: Output<Int>? = null, namespace: Output<String>? = null, numReplicas: Output<Int>? = null, properties: Output<Map<String, String>>? = null, resourceGroupName: Output<String>? = null, scoringTimeoutMs: Output<Int>? = null, serviceName: Output<String>? = null, trafficPercentile: Output<Double>? = null, type: Output<Either<String, VariantType>>? = null, workspaceName: Output<String>? = null)