ArcSettingData Class

Definition

ArcSetting details.

public class ArcSettingData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.ArcSettingData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.ArcSettingData>
type ArcSettingData = class
    inherit ResourceData
    interface IJsonModel<ArcSettingData>
    interface IPersistableModel<ArcSettingData>
Public Class ArcSettingData
Inherits ResourceData
Implements IJsonModel(Of ArcSettingData), IPersistableModel(Of ArcSettingData)
Inheritance
ArcSettingData
Implements

Constructors

Name Description
ArcSettingData()

Initializes a new instance of ArcSettingData.

Properties

Name Description
AggregateState

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

ArcApplicationClientId

App id of arc AAD identity.

ArcApplicationObjectId

Object id of arc AAD identity.

ArcApplicationTenantId

Tenant id of arc AAD identity.

ArcInstanceResourceGroup

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

ArcServicePrincipalObjectId

Object id of arc AAD service principal.

ConnectivityProperties

contains connectivity related configuration for ARC resources.

DefaultExtensions

Properties for each of the default extensions category.

Id

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

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
PerNodeDetails

State of Arc agent in each of the nodes.

ProvisioningState

Provisioning state of the ArcSetting proxy resource.

ResourceType

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

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ArcSettingData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ArcSettingData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArcSettingData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArcSettingData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ArcSettingData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to