RecoveryServicesProviderProperties Class
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.
Recovery services provider properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.RecoveryServicesProviderPropertiesTypeConverter))]
public class RecoveryServicesProviderProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IRecoveryServicesProviderProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.RecoveryServicesProviderPropertiesTypeConverter))>]
type RecoveryServicesProviderProperties = class
interface IRecoveryServicesProviderProperties
interface IJsonSerializable
Public Class RecoveryServicesProviderProperties
Implements IRecoveryServicesProviderProperties
- Inheritance
-
RecoveryServicesProviderProperties
- Attributes
- Implements
Constructors
RecoveryServicesProviderProperties() |
Creates an new RecoveryServicesProviderProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RecoveryServicesProviderProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RecoveryServicesProviderProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IRecoveryServicesProviderProperties. |
FromJsonString(String) |
Creates a new instance of RecoveryServicesProviderProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RecoveryServicesProviderProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |