FabricAgentModelProperties Class

Definition

Fabric agent model properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.FabricAgentModelPropertiesTypeConverter))]
public class FabricAgentModelProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricAgentModelProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.FabricAgentModelPropertiesTypeConverter))>]
type FabricAgentModelProperties = class
    interface IFabricAgentModelProperties
    interface IJsonSerializable
Public Class FabricAgentModelProperties
Implements IFabricAgentModelProperties
Inheritance
FabricAgentModelProperties
Attributes
Implements

Constructors

Name Description
FabricAgentModelProperties()

Creates an new FabricAgentModelProperties instance.

Properties

Name Description
AuthenticationIdentity

Identity model.

AuthenticationIdentityAadAuthority

Gets or sets the authority of the SPN with which fabric agent communicates to service.

AuthenticationIdentityApplicationId

Gets or sets the client/application Id of the SPN with which fabric agent communicates to service.

AuthenticationIdentityAudience

Gets or sets the audience of the SPN with which fabric agent communicates to service.

AuthenticationIdentityObjectId

Gets or sets the object Id of the SPN with which fabric agent communicates to service.

AuthenticationIdentityTenantId

Gets or sets the tenant Id of the SPN with which fabric agent communicates to service.

CorrelationId

Gets or sets the fabric agent correlation Id.

CustomProperty

Fabric agent model custom properties.

CustomPropertyInstanceType

Discriminator property for FabricAgentModelCustomProperties.

HealthError

Gets or sets the list of health errors.

IsResponsive

Gets or sets a value indicating whether the fabric agent is responsive.

LastHeartbeat

Gets or sets the time when last heartbeat was sent by the fabric agent.

MachineId

Gets or sets the machine Id where fabric agent is running.

MachineName

Gets or sets the machine name where fabric agent is running.

ProvisioningState

Gets or sets the provisioning state of the fabric agent.

ResourceAccessIdentity

Identity model.

ResourceAccessIdentityAadAuthority

Gets or sets the authority of the SPN with which fabric agent communicates to service.

ResourceAccessIdentityApplicationId

Gets or sets the client/application Id of the SPN with which fabric agent communicates to service.

ResourceAccessIdentityAudience

Gets or sets the audience of the SPN with which fabric agent communicates to service.

ResourceAccessIdentityObjectId

Gets or sets the object Id of the SPN with which fabric agent communicates to service.

ResourceAccessIdentityTenantId

Gets or sets the tenant Id of the SPN with which fabric agent communicates to service.

VersionNumber

Gets or sets the fabric agent version.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FabricAgentModelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FabricAgentModelProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricAgentModelProperties.

FromJsonString(String)

Creates a new instance of FabricAgentModelProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FabricAgentModelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to