ServiceArgs

constructor(applicationName: Output<String>? = null, clusterName: Output<String>? = null, correlationScheme: Output<List<ServiceCorrelationDescriptionArgs>>? = null, defaultMoveCost: Output<Either<String, MoveCost>>? = null, location: Output<String>? = null, partitionDescription: Output<Any>? = null, placementConstraints: Output<String>? = null, resourceGroupName: Output<String>? = null, serviceDnsName: Output<String>? = null, serviceKind: Output<Either<String, ServiceKind>>? = null, serviceLoadMetrics: Output<List<ServiceLoadMetricDescriptionArgs>>? = null, serviceName: Output<String>? = null, servicePackageActivationMode: Output<Either<String, ArmServicePackageActivationMode>>? = null, servicePlacementPolicies: Output<List<ServicePlacementPolicyDescriptionArgs>>? = null, serviceTypeName: Output<String>? = null, tags: Output<Map<String, String>>? = null)