Share via


DraModel Class

Definition

Dra model.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.DraModelTypeConverter))]
public class DraModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IDraModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.DraModelTypeConverter))>]
type DraModel = class
    interface IDraModel
    interface IJsonSerializable
Public Class DraModel
Implements IDraModel
Inheritance
DraModel
Attributes
Implements

Constructors

DraModel()

Creates an new DraModel instance.

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.

Id

Gets or sets the Id of the resource.

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.

Name

Gets or sets the name of the resource.

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.

SystemDataCreatedAt

Gets or sets the timestamp of resource creation (UTC).

SystemDataCreatedBy

Gets or sets identity that created the resource.

SystemDataCreatedByType

Gets or sets the type of identity that created the resource: user, application, managedIdentity.

SystemDataLastModifiedAt

Gets or sets the timestamp of resource last modification (UTC).

SystemDataLastModifiedBy

Gets or sets the identity that last modified the resource.

SystemDataLastModifiedByType

Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.

Type

Gets or sets the type of the resource.

VersionNumber

Gets or sets the Dra version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DraModel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DraModel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IDraModel.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DraModel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to