MdsResourcePropertiesArgs

data class MdsResourcePropertiesArgs(val aadApplicationId: Output<String>, val aksAdminGroupId: Output<String>? = null, val cmkProfile: Output<CmkProfileArgs>? = null, val denyAssignmentExclusions: Output<List<DenyAssignmentExclusionArgs>>? = null, val enableCopilot: Output<Boolean>? = null, val enableDiagnosticSettings: Output<Boolean>? = null, val fabricProfile: Output<FabricProfileArgs>? = null, val openAIProfile: Output<OpenAIProfileArgs>? = null, val redundancyState: Output<Either<String, RedundancyState>>? = null, val resourceState: Output<Either<String, ResourceState>>? = null, val userManagedOpenAIProfile: Output<UserManagedOpenAIProfileArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<MdsResourcePropertiesArgs>

Details of the ManufacturingPlatform MdsResource.

Constructors

Link copied to clipboard
constructor(aadApplicationId: Output<String>, aksAdminGroupId: Output<String>? = null, cmkProfile: Output<CmkProfileArgs>? = null, denyAssignmentExclusions: Output<List<DenyAssignmentExclusionArgs>>? = null, enableCopilot: Output<Boolean>? = null, enableDiagnosticSettings: Output<Boolean>? = null, fabricProfile: Output<FabricProfileArgs>? = null, openAIProfile: Output<OpenAIProfileArgs>? = null, redundancyState: Output<Either<String, RedundancyState>>? = null, resourceState: Output<Either<String, ResourceState>>? = null, userManagedOpenAIProfile: Output<UserManagedOpenAIProfileArgs>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard

AAD Application Id.

Link copied to clipboard
val aksAdminGroupId: Output<String>? = null

AKS Admin Group Id.

Link copied to clipboard
val cmkProfile: Output<CmkProfileArgs>? = null

Profile of CMK Settings.

Link copied to clipboard

Deny Assignments exclusion list.

Link copied to clipboard
val enableCopilot: Output<Boolean>? = null

Enable Copilot.

Link copied to clipboard
val enableDiagnosticSettings: Output<Boolean>? = null

Enable Diagnostic Settings.

Link copied to clipboard
val fabricProfile: Output<FabricProfileArgs>? = null

Profile of Fabric resources.

Link copied to clipboard
val openAIProfile: Output<OpenAIProfileArgs>? = null

Profile of OpenAI Resource.

Link copied to clipboard
val redundancyState: Output<Either<String, RedundancyState>>? = null

Zone redundancy state for resources

Link copied to clipboard
val resourceState: Output<Either<String, ResourceState>>? = null

State of the resource

Link copied to clipboard

Profile of User Managed OpenAI Resource.

Link copied to clipboard
val version: Output<String>? = null

Mds Resource Version.

Functions

Link copied to clipboard
open override fun toJava(): MdsResourcePropertiesArgs