IRecoveryServicesProviderProperties 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.Api202401.RecoveryServicesProviderPropertiesTypeConverter))]
public interface IRecoveryServicesProviderProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.RecoveryServicesProviderPropertiesTypeConverter))>]
type IRecoveryServicesProviderProperties = interface
interface IJsonSerializable
Public Interface IRecoveryServicesProviderProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AllowedScenario |
The scenarios allowed on this provider. |
AuthenticationIdentityDetailAadAuthority |
The base authority for Azure Active Directory authentication. |
AuthenticationIdentityDetailApplicationId |
The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
AuthenticationIdentityDetailAudience |
The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
AuthenticationIdentityDetailObjectId |
The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
AuthenticationIdentityDetailTenantId |
The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
BiosId |
The Bios Id. |
ConnectionStatus |
A value indicating whether DRA is responsive. |
DataPlaneAuthenticationIdentityDetailAadAuthority |
The base authority for Azure Active Directory authentication. |
DataPlaneAuthenticationIdentityDetailApplicationId |
The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
DataPlaneAuthenticationIdentityDetailAudience |
The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
DataPlaneAuthenticationIdentityDetailObjectId |
The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
DataPlaneAuthenticationIdentityDetailTenantId |
The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
DraIdentifier |
The DRA Id. |
FabricFriendlyName |
The fabric friendly name. |
FabricType |
Type of the site. |
FriendlyName |
Friendly name of the DRA. |
HealthErrorDetail |
The recovery services provider health error details. |
LastHeartBeat |
Time when last heartbeat was sent by the DRA. |
MachineId |
The machine Id. |
MachineName |
The machine name. |
ProtectedItemCount |
Number of protected VMs currently managed by the DRA. |
ProviderVersion |
The provider version. |
ProviderVersionDetailExpiryDate |
Version expiry date. |
ProviderVersionDetailStatus |
A value indicating whether security update required. |
ProviderVersionDetailVersion |
The agent version. |
ProviderVersionExpiryDate |
Expiry date of the version. |
ProviderVersionState |
DRA version status. |
ResourceAccessIdentityDetailAadAuthority |
The base authority for Azure Active Directory authentication. |
ResourceAccessIdentityDetailApplicationId |
The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
ResourceAccessIdentityDetailAudience |
The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
ResourceAccessIdentityDetailObjectId |
The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
ResourceAccessIdentityDetailTenantId |
The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
ServerVersion |
The fabric provider. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |