RecoveryServicesProviderProperties Constructors
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.
Overloads
RecoveryServicesProviderProperties() |
Initializes a new instance of the RecoveryServicesProviderProperties class. |
RecoveryServicesProviderProperties(String, String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, String, Nullable<Int32>, IList<String>, IList<HealthError>, String, String, String, String, IdentityProviderDetails, IdentityProviderDetails, IdentityProviderDetails, VersionDetails) |
Initializes a new instance of the RecoveryServicesProviderProperties class. |
RecoveryServicesProviderProperties()
Initializes a new instance of the RecoveryServicesProviderProperties class.
public RecoveryServicesProviderProperties ();
Public Sub New ()
Applies to
RecoveryServicesProviderProperties(String, String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, String, Nullable<Int32>, IList<String>, IList<HealthError>, String, String, String, String, IdentityProviderDetails, IdentityProviderDetails, IdentityProviderDetails, VersionDetails)
Initializes a new instance of the RecoveryServicesProviderProperties class.
public RecoveryServicesProviderProperties (string fabricType = default, string friendlyName = default, string providerVersion = default, string serverVersion = default, string providerVersionState = default, DateTime? providerVersionExpiryDate = default, string fabricFriendlyName = default, DateTime? lastHeartBeat = default, string connectionStatus = default, int? protectedItemCount = default, System.Collections.Generic.IList<string> allowedScenarios = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrorDetails = default, string draIdentifier = default, string machineId = default, string machineName = default, string biosId = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderDetails authenticationIdentityDetails = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderDetails resourceAccessIdentityDetails = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderDetails dataPlaneAuthenticationIdentityDetails = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VersionDetails providerVersionDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryServicesProviderProperties : string * string * string * string * string * Nullable<DateTime> * string * Nullable<DateTime> * string * Nullable<int> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderDetails * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderDetails * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderDetails * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VersionDetails -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryServicesProviderProperties
Public Sub New (Optional fabricType As String = Nothing, Optional friendlyName As String = Nothing, Optional providerVersion As String = Nothing, Optional serverVersion As String = Nothing, Optional providerVersionState As String = Nothing, Optional providerVersionExpiryDate As Nullable(Of DateTime) = Nothing, Optional fabricFriendlyName As String = Nothing, Optional lastHeartBeat As Nullable(Of DateTime) = Nothing, Optional connectionStatus As String = Nothing, Optional protectedItemCount As Nullable(Of Integer) = Nothing, Optional allowedScenarios As IList(Of String) = Nothing, Optional healthErrorDetails As IList(Of HealthError) = Nothing, Optional draIdentifier As String = Nothing, Optional machineId As String = Nothing, Optional machineName As String = Nothing, Optional biosId As String = Nothing, Optional authenticationIdentityDetails As IdentityProviderDetails = Nothing, Optional resourceAccessIdentityDetails As IdentityProviderDetails = Nothing, Optional dataPlaneAuthenticationIdentityDetails As IdentityProviderDetails = Nothing, Optional providerVersionDetails As VersionDetails = Nothing)
Parameters
- fabricType
- String
Type of the site.
- friendlyName
- String
Friendly name of the DRA.
- providerVersion
- String
The provider version.
- serverVersion
- String
The fabric provider.
- providerVersionState
- String
DRA version status.
- fabricFriendlyName
- String
The fabric friendly name.
- connectionStatus
- String
A value indicating whether DRA is responsive.
- healthErrorDetails
- IList<HealthError>
The recovery services provider health error details.
- draIdentifier
- String
The DRA Id.
- machineId
- String
The machine Id.
- machineName
- String
The machine name.
- biosId
- String
The Bios Id.
- authenticationIdentityDetails
- IdentityProviderDetails
The authentication identity details.
- resourceAccessIdentityDetails
- IdentityProviderDetails
The resource access identity details.
- dataPlaneAuthenticationIdentityDetails
- IdentityProviderDetails
The data plane authentication identity details.
- providerVersionDetails
- VersionDetails
The provider version details.