Share via


IDraModelProperties Interface

Definition

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

Properties

AuthenticationIdentityAadAuthority

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

AuthenticationIdentityApplicationId

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

AuthenticationIdentityAudience

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

AuthenticationIdentityObjectId

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

AuthenticationIdentityTenantId

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

CorrelationId

Gets or sets the Dra correlation Id.

CustomPropertyInstanceType

Gets or sets the instance type.

HealthError

Gets or sets the list of health errors.

IsResponsive

Gets or sets a value indicating whether Dra is responsive.

LastHeartbeat

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

MachineId

Gets or sets the machine Id where Dra is running.

MachineName

Gets or sets the machine name where Dra is running.

ProvisioningState

Gets or sets the provisioning state of the Dra.

ResourceAccessIdentityAadAuthority

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

ResourceAccessIdentityApplicationId

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

ResourceAccessIdentityAudience

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

ResourceAccessIdentityObjectId

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

ResourceAccessIdentityTenantId

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

VersionNumber

Gets or sets the Dra version.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to