IFabricAgentModelProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.FabricAgentModelPropertiesTypeConverter))]
public interface IFabricAgentModelProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.FabricAgentModelPropertiesTypeConverter))>]
type IFabricAgentModelProperties = interface
    interface IJsonSerializable
Public Interface IFabricAgentModelProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AuthenticationIdentity

Identity model.

CorrelationId

Gets or sets the fabric agent correlation Id.

CustomProperty

Fabric agent model custom properties.

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.

VersionNumber

Gets or sets the fabric agent version.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to