Package version:

Replication eligibility results response model.

interface ReplicationEligibilityResults {
    id?: string;
    name?: string;
    properties?: ReplicationEligibilityResultsProperties;
    type?: string;
}

Properties

id?: string

Gets Unique ARM identifier for this object. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Gets the name of this object. NOTE: This property will not be serialized. It can only be populated by the server.

Gets properties model for replication eligibility results API. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Gets the object type. NOTE: This property will not be serialized. It can only be populated by the server.