IFabricAgentModel Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.FabricAgentModelTypeConverter))]
public interface IFabricAgentModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api60.IResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.FabricAgentModelTypeConverter))>]
type IFabricAgentModel = interface
interface IJsonSerializable
interface IResourceAutoGenerated
Public Interface IFabricAgentModel
Implements IResourceAutoGenerated
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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. |
| CustomPropertyInstanceType |
Discriminator property for FabricAgentModelCustomProperties. |
| HealthError |
Gets or sets the list of health errors. |
| Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from IResourceAutoGenerated) |
| 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. |
| Name |
The name of the resource (Inherited from IResourceAutoGenerated) |
| Property |
The resource-specific properties for this resource. |
| ProvisioningState |
Gets or sets the provisioning state of the fabric agent. |
| 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. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResourceAutoGenerated) |
| SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResourceAutoGenerated) |
| SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResourceAutoGenerated) |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResourceAutoGenerated) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResourceAutoGenerated) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResourceAutoGenerated) |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResourceAutoGenerated) |
| VersionNumber |
Gets or sets the fabric agent version. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |