ListServerGatewayStatusPlainArgs

data class ListServerGatewayStatusPlainArgs(val resourceGroupName: String, val serverName: String) : ConvertibleToJava<ListServerGatewayStatusPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, serverName: String)

Properties

Link copied to clipboard

The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.

Link copied to clipboard

The name of the Analysis Services server.

Functions

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