SiteRecoveryAddRecoveryServicesProviderProperties Constructor
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.
Initializes a new instance of SiteRecoveryAddRecoveryServicesProviderProperties.
public SiteRecoveryAddRecoveryServicesProviderProperties (string machineName, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent authenticationIdentityContent, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent resourceAccessIdentityContent);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAddRecoveryServicesProviderProperties : string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAddRecoveryServicesProviderProperties
Public Sub New (machineName As String, authenticationIdentityContent As IdentityProviderContent, resourceAccessIdentityContent As IdentityProviderContent)
Parameters
- machineName
- String
The name of the machine where the provider is getting added.
- authenticationIdentityContent
- IdentityProviderContent
The identity provider input for DRA authentication.
- resourceAccessIdentityContent
- IdentityProviderContent
The identity provider input for resource access.
Exceptions
machineName
, authenticationIdentityContent
or resourceAccessIdentityContent
is null.