Package-level declarations

Types

Link copied to clipboard
data class AdxProfileResponse(val dataIngestionUri: String, val id: String, val uri: String)

The properties related to Azure Data Explorer (Adx) Resource

Link copied to clipboard
data class AksProfileResponse(val id: String)

The properties related to Aks Resource

Link copied to clipboard
data class ApplicationVersionResponse(val isDeprecated: Boolean, val isLatest: Boolean, val isPreview: Boolean, val version: String)

Information about application versions

Link copied to clipboard
data class CmkProfileResponse(val keyUri: String)

The properties related to CMK

Link copied to clipboard
data class DatabaseProfileResponse(val cosmosId: String)

The properties related to Database Resource

Link copied to clipboard
data class DenyAssignmentExclusionResponse(val id: String, val type: String)

The properties related to Deny Assignment Exclusions

Link copied to clipboard
data class EventHubProfileResponse(val adxInstanceId: String, val hostName: String)

The properties related to EventHub Resource

Link copied to clipboard
data class FabricProfileResponse(val keyUri: String, val oneLakePath: String, val oneLakeUri: String)

The properties related to Fabric

Link copied to clipboard

The properties related to Azure Function App Resource

Link copied to clipboard
data class GetManufacturingDataServiceResult(val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val properties: MdsResourcePropertiesResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A ManufacturingPlatformProviderHub resource

Link copied to clipboard

Configuration of the managed on behalf of resource.

data class ManagedResourceGroupConfigurationResponse(val location: String, val name: String)

Configuration of the managed resource group associated with the resource.

Link copied to clipboard
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class MdsResourcePropertiesResponse(val aadApplicationId: String, val adxProfile: AdxProfileResponse, val aksAdminGroupId: String? = null, val aksProfile: AksProfileResponse, val cmkProfile: CmkProfileResponse? = null, val databaseProfile: DatabaseProfileResponse, val denyAssignmentExclusions: List<DenyAssignmentExclusionResponse>? = null, val enableCopilot: Boolean? = null, val enableDiagnosticSettings: Boolean? = null, val eventHubProfile: EventHubProfileResponse, val fabricProfile: FabricProfileResponse? = null, val functionAppProfile: FunctionAppProfileResponse, val managedOnBehalfOfConfiguration: ManagedOnBehalfOfConfigurationResponse, val managedResourceGroupConfiguration: ManagedResourceGroupConfigurationResponse, val monitoringProfile: MonitoringProfileResponse, val openAIProfile: OpenAIProfileResponse? = null, val provisioningState: String, val redisProfile: RedisProfileResponse, val redundancyState: String? = null, val resourceState: String? = null, val serviceUrl: String, val storageProfile: StorageProfileResponse, val userManagedOpenAIProfile: UserManagedOpenAIProfileResponse? = null, val version: String? = null)

Details of the ManufacturingPlatform MdsResource.

Link copied to clipboard

MoboBroker resource.

Link copied to clipboard
data class MonitoringProfileResponse(val id: String)

The properties related to Monitoring Resource

Link copied to clipboard
data class OpenAIProfileResponse(val embeddingModelCapacity: Int? = null, val embeddingModelName: String? = null, val embeddingModelSkuName: String? = null, val embeddingModelVersion: String? = null, val gptModelCapacity: Int? = null, val gptModelName: String? = null, val gptModelSkuName: String? = null, val gptModelVersion: String? = null, val id: String)

The properties related to OpenAI Resource

Link copied to clipboard
data class RedisProfileResponse(val id: String)

The properties related to Azure Redis Cache Resource

Link copied to clipboard
data class SkuResponse(val capacity: Int? = null, val family: String? = null, val name: String, val size: String? = null, val tier: String? = null)

The resource model definition representing SKU

Link copied to clipboard
data class StorageProfileResponse(val id: String)

The properties related to Storage Resource

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties

Link copied to clipboard
data class UserManagedOpenAIProfileResponse(val embeddingModelDeploymentName: String, val embeddingModelType: String, val gptModelDeploymentName: String, val id: String)

The properties related to User Managed OpenAI Resource