Get Arc Setting Result
data class GetArcSettingResult(val aggregateState: String, val arcApplicationClientId: String? = null, val arcApplicationObjectId: String? = null, val arcApplicationTenantId: String? = null, val arcInstanceResourceGroup: String? = null, val arcServicePrincipalObjectId: String? = null, val azureApiVersion: String, val connectivityProperties: List<ArcConnectivityPropertiesResponse>? = null, val defaultExtensions: List<DefaultExtensionDetailsResponse>, val id: String, val name: String, val perNodeDetails: List<PerNodeStateResponse>, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
ArcSetting details.
Constructors
Link copied to clipboard
constructor(aggregateState: String, arcApplicationClientId: String? = null, arcApplicationObjectId: String? = null, arcApplicationTenantId: String? = null, arcInstanceResourceGroup: String? = null, arcServicePrincipalObjectId: String? = null, azureApiVersion: String, connectivityProperties: List<ArcConnectivityPropertiesResponse>? = null, defaultExtensions: List<DefaultExtensionDetailsResponse>, id: String, name: String, perNodeDetails: List<PerNodeStateResponse>, provisioningState: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Aggregate state of Arc agent across the nodes in this HCI cluster.
Link copied to clipboard
App id of arc AAD identity.
Link copied to clipboard
Object id of arc AAD identity.
Link copied to clipboard
Tenant id of arc AAD identity.
Link copied to clipboard
The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources.
Link copied to clipboard
Object id of arc AAD service principal.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
contains connectivity related configuration for ARC resources
Link copied to clipboard
Properties for each of the default extensions category
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
Azure Resource Manager metadata containing createdBy and modifiedBy information.