Package version:

Recovery services provider properties.

interface RecoveryServicesProviderProperties {
    allowedScenarios?: string[];
    authenticationIdentityDetails?: IdentityProviderDetails;
    biosId?: string;
    connectionStatus?: string;
    dataPlaneAuthenticationIdentityDetails?: IdentityProviderDetails;
    draIdentifier?: string;
    fabricFriendlyName?: string;
    fabricType?: string;
    friendlyName?: string;
    healthErrorDetails?: HealthError[];
    lastHeartBeat?: any;
    machineId?: string;
    machineName?: string;
    protectedItemCount?: number;
    providerVersion?: string;
    providerVersionDetails?: VersionDetails;
    providerVersionExpiryDate?: any;
    providerVersionState?: string;
    resourceAccessIdentityDetails?: IdentityProviderDetails;
    serverVersion?: string;
}

Properties

allowedScenarios?: string[]

The scenarios allowed on this provider.

authenticationIdentityDetails?: IdentityProviderDetails

The authentication identity details.

biosId?: string

The Bios Id.

connectionStatus?: string

A value indicating whether DRA is responsive.

dataPlaneAuthenticationIdentityDetails?: IdentityProviderDetails

The data plane authentication identity details.

draIdentifier?: string

The DRA Id.

fabricFriendlyName?: string

The fabric friendly name.

fabricType?: string

Type of the site.

friendlyName?: string

Friendly name of the DRA.

healthErrorDetails?: HealthError[]

The recovery services provider health error details.

lastHeartBeat?: any

Time when last heartbeat was sent by the DRA.

machineId?: string

The machine Id.

machineName?: string

The machine name.

protectedItemCount?: number

Number of protected VMs currently managed by the DRA.

providerVersion?: string

The provider version.

providerVersionDetails?: VersionDetails

The provider version details.

providerVersionExpiryDate?: any

Expiry date of the version.

providerVersionState?: string

DRA version status.

resourceAccessIdentityDetails?: IdentityProviderDetails

The resource access identity details.

serverVersion?: string

The fabric provider.