Package-level declarations
Types
Link copied to clipboard
data class GatewayDetailsResponse(val dmtsClusterUri: String, val gatewayObjectId: String, val gatewayResourceId: String? = null)
The gateway details.
Link copied to clipboard
data class GetServerDetailsResult(val asAdministrators: ServerAdministratorsResponse? = null, val azureApiVersion: String, val backupBlobContainerUri: String? = null, val gatewayDetails: GatewayDetailsResponse? = null, val id: String, val ipV4FirewallSettings: IPv4FirewallSettingsResponse? = null, val location: String, val managedMode: Int? = null, val name: String, val provisioningState: String, val querypoolConnectionMode: String? = null, val serverFullName: String, val serverMonitorMode: Int? = null, val sku: ResourceSkuResponse, val state: String, val tags: Map<String, String>? = null, val type: String)
Represents an instance of an Analysis Services resource.
Link copied to clipboard
data class IPv4FirewallRuleResponse(val firewallRuleName: String? = null, val rangeEnd: String? = null, val rangeStart: String? = null)
The detail of firewall rule.
Link copied to clipboard
data class IPv4FirewallSettingsResponse(val enablePowerBIService: Boolean? = null, val firewallRules: List<IPv4FirewallRuleResponse>? = null)
An array of firewall rules.
Link copied to clipboard
Status of gateway is live.
Link copied to clipboard
data class ResourceSkuResponse(val capacity: Int? = null, val name: String, val tier: String? = null)
Represents the SKU name and Azure pricing tier for Analysis Services resource.
Link copied to clipboard
An array of administrator user identities.