AddRecoveryServicesProviderInputProperties 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
AddRecoveryServicesProviderInputProperties() |
Initializes a new instance of the AddRecoveryServicesProviderInputProperties class. |
AddRecoveryServicesProviderInputProperties(String, IdentityProviderInput, IdentityProviderInput, String, String, IdentityProviderInput) |
Initializes a new instance of the AddRecoveryServicesProviderInputProperties class. |
AddRecoveryServicesProviderInputProperties()
Initializes a new instance of the AddRecoveryServicesProviderInputProperties class.
public AddRecoveryServicesProviderInputProperties ();
Public Sub New ()
Applies to
AddRecoveryServicesProviderInputProperties(String, IdentityProviderInput, IdentityProviderInput, String, String, IdentityProviderInput)
Initializes a new instance of the AddRecoveryServicesProviderInputProperties class.
public AddRecoveryServicesProviderInputProperties (string machineName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderInput authenticationIdentityInput, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderInput resourceAccessIdentityInput, string machineId = default, string biosId = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderInput dataPlaneAuthenticationIdentityInput = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddRecoveryServicesProviderInputProperties : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderInput * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderInput * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IdentityProviderInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddRecoveryServicesProviderInputProperties
Public Sub New (machineName As String, authenticationIdentityInput As IdentityProviderInput, resourceAccessIdentityInput As IdentityProviderInput, Optional machineId As String = Nothing, Optional biosId As String = Nothing, Optional dataPlaneAuthenticationIdentityInput As IdentityProviderInput = Nothing)
Parameters
- machineName
- String
The name of the machine where the provider is getting added.
- authenticationIdentityInput
- IdentityProviderInput
The identity provider input for DRA authentication.
- resourceAccessIdentityInput
- IdentityProviderInput
The identity provider input for resource access.
- machineId
- String
The Id of the machine where the provider is getting added.
- biosId
- String
The Bios Id of the machine.
- dataPlaneAuthenticationIdentityInput
- IdentityProviderInput
The identity provider input for data plane authentication.