ACIServiceArgs

constructor(appInsightsEnabled: Output<Boolean>? = null, authEnabled: Output<Boolean>? = null, cname: Output<String>? = null, computeType: Output<String>? = null, containerResourceRequirements: Output<ContainerResourceRequirementsArgs>? = null, dataCollection: Output<ACIServiceCreateRequestDataCollectionArgs>? = null, description: Output<String>? = null, dnsNameLabel: Output<String>? = null, encryptionProperties: Output<ACIServiceCreateRequestEncryptionPropertiesArgs>? = null, environmentImageRequest: Output<CreateServiceRequestEnvironmentImageRequestArgs>? = null, keys: Output<CreateServiceRequestKeysArgs>? = null, kvTags: Output<Map<String, String>>? = null, location: Output<String>? = null, properties: Output<Map<String, String>>? = null, resourceGroupName: Output<String>? = null, serviceName: Output<String>? = null, sslCertificate: Output<String>? = null, sslEnabled: Output<Boolean>? = null, sslKey: Output<String>? = null, vnetConfiguration: Output<ACIServiceCreateRequestVnetConfigurationArgs>? = null, workspaceName: Output<String>? = null)