GetServerResult

data class GetServerResult(val administratorLogin: String? = null, val availabilityZone: String? = null, val azureApiVersion: String, val backup: BackupResponse? = null, val dataEncryption: DataEncryptionResponse? = null, val fullyQualifiedDomainName: String, val highAvailability: HighAvailabilityResponse? = null, val id: String, val identity: MySQLServerIdentityResponse? = null, val importSourceProperties: ImportSourcePropertiesResponse? = null, val location: String, val maintenanceWindow: MaintenanceWindowResponse? = null, val name: String, val network: NetworkResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val replicaCapacity: Int, val replicationRole: String? = null, val sku: MySQLServerSkuResponse? = null, val sourceServerResourceId: String? = null, val state: String, val storage: StorageResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: String? = null)

Represents a server.

Constructors

Link copied to clipboard
constructor(administratorLogin: String? = null, availabilityZone: String? = null, azureApiVersion: String, backup: BackupResponse? = null, dataEncryption: DataEncryptionResponse? = null, fullyQualifiedDomainName: String, highAvailability: HighAvailabilityResponse? = null, id: String, identity: MySQLServerIdentityResponse? = null, importSourceProperties: ImportSourcePropertiesResponse? = null, location: String, maintenanceWindow: MaintenanceWindowResponse? = null, name: String, network: NetworkResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, replicaCapacity: Int, replicationRole: String? = null, sku: MySQLServerSkuResponse? = null, sourceServerResourceId: String? = null, state: String, storage: StorageResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).

Link copied to clipboard

availability Zone information of the server.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val backup: BackupResponse? = null

Backup related properties of a server.

Link copied to clipboard

The Data Encryption for CMK.

Link copied to clipboard

The fully qualified domain name of a server.

Link copied to clipboard

High availability related properties of a server.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The cmk identity for the server.

Link copied to clipboard

Source properties for import from storage.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Maintenance window of a server.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Network related properties of a server.

Link copied to clipboard

PrivateEndpointConnections related properties of a server.

Link copied to clipboard

The maximum number of replicas that a primary server can have.

Link copied to clipboard
val replicationRole: String? = null

The replication role.

Link copied to clipboard

The SKU (pricing tier) of the server.

Link copied to clipboard

The source MySQL server id.

Link copied to clipboard

The state of a server.

Link copied to clipboard

Storage related properties of a server.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val version: String? = null

Server version.