GetArcSettingResult

data class GetArcSettingResult(val aggregateState: String, val arcInstanceResourceGroup: String, val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val id: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val name: String, val perNodeDetails: List<PerNodeStateResponse>, val provisioningState: String, val type: String)

ArcSetting details.

Constructors

Link copied to clipboard
fun GetArcSettingResult(aggregateState: String, arcInstanceResourceGroup: String, createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, id: String, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null, name: String, perNodeDetails: List<PerNodeStateResponse>, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Aggregate state of Arc agent across the nodes in this HCI cluster.

Link copied to clipboard

The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources.

Link copied to clipboard
val createdAt: String? = null

The timestamp of resource creation (UTC).

Link copied to clipboard
val createdBy: String? = null

The identity that created the resource.

Link copied to clipboard
val createdByType: String? = null

The type of identity that created the resource.

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
val lastModifiedAt: String? = null

The timestamp of resource last modification (UTC)

Link copied to clipboard
val lastModifiedBy: String? = null

The identity that last modified the resource.

Link copied to clipboard

The type of identity that last modified the resource.

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of Arc agent in each of the nodes.

Link copied to clipboard

Provisioning state of the ArcSetting proxy resource.

Link copied to clipboard

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