GetHypervHostControllerResult

data class GetHypervHostControllerResult(val azureApiVersion: String, val createdTimestamp: String, val errors: List<HealthErrorDetailsResponse>, val fqdn: String? = null, val id: String, val name: String, val provisioningState: String? = null, val runAsAccountId: String? = null, val systemData: SystemDataResponse, val type: String, val updatedTimestamp: String, val version: String)

A host resource belonging to a site resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdTimestamp: String, errors: List<HealthErrorDetailsResponse>, fqdn: String? = null, id: String, name: String, provisioningState: String? = null, runAsAccountId: String? = null, systemData: SystemDataResponse, type: String, updatedTimestamp: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Gets the timestamp marking Hyper-V host creation.

Link copied to clipboard

Gets the errors.

Link copied to clipboard
val fqdn: String? = null

Gets or sets the FQDN/IPAddress of the Hyper-V host.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

The status of the last operation.

Link copied to clipboard
val runAsAccountId: String? = null

Gets or sets the run as account ID of the Hyper-V host.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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

Link copied to clipboard

Gets the timestamp marking last updated on the Hyper-V host.

Link copied to clipboard

Gets the version of the Hyper-V host.