Package-level declarations

Types

Link copied to clipboard
data class AccountResourceResponseProperties(val configuration: String? = null, val cors: List<CorsRuleResponse>? = null, val endpointAuthentications: List<EndpointAuthenticationResponse>? = null, val provisioningState: String, val reportsConnectionString: String? = null)

Account resource properties.

Link copied to clipboard
data class CorsRuleResponse(val allowedHeaders: List<String>? = null, val allowedMethods: List<String>? = null, val allowedOrigins: List<String>, val exposedHeaders: List<String>? = null, val maxAgeInSeconds: Int? = null)

CORS details.

Link copied to clipboard
data class EndpointAuthenticationResponse(val aadTenantID: String? = null, val principalID: String? = null, val principalType: String? = null)

Service endpoints authentication details.

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

Account resource details.

Link copied to clipboard
data class GetModelingResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: ModelingResourceResponseProperties, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Modeling resource details.

Link copied to clipboard
data class GetServiceEndpointResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: ServiceEndpointResourceResponseProperties, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

ServiceEndpoint resource details.

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 ModelingInputDataResponse(val connectionString: String? = null)

The configuration to raw CDM data to be used as Modeling resource input.

Link copied to clipboard
data class ModelingResourceResponseProperties(val features: String? = null, val frequency: String? = null, val inputData: ModelingInputDataResponse? = null, val provisioningState: String, val size: String? = null)

Modeling resource properties.

data class ServiceEndpointResourceResponseProperties(val pairedLocation: String, val preAllocatedCapacity: Int? = null, val provisioningState: String, val url: String)

ServiceEndpoint resource properties.

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