Get Server Result
data class GetServerResult(val administratorLogin: String? = null, val availabilityZone: String? = null, val backup: BackupResponse? = null, val dataEncryption: DataEncryptionResponse? = null, val fullyQualifiedDomainName: String, val highAvailability: HighAvailabilityResponse? = null, val id: String, val identity: IdentityResponse? = null, val location: String, val maintenanceWindow: MaintenanceWindowResponse? = null, val name: String, val network: NetworkResponse? = null, val replicaCapacity: Int, val replicationRole: String? = null, val sku: SkuResponse? = 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
fun GetServerResult(administratorLogin: String? = null, availabilityZone: String? = null, backup: BackupResponse? = null, dataEncryption: DataEncryptionResponse? = null, fullyQualifiedDomainName: String, highAvailability: HighAvailabilityResponse? = null, id: String, identity: IdentityResponse? = null, location: String, maintenanceWindow: MaintenanceWindowResponse? = null, name: String, network: NetworkResponse? = null, replicaCapacity: Int, replicationRole: String? = null, sku: SkuResponse? = null, sourceServerResourceId: String? = null, state: String, storage: StorageResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard