ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryAddRecoveryServicesProviderProperties Method
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 static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAddRecoveryServicesProviderProperties SiteRecoveryAddRecoveryServicesProviderProperties (string machineName = default, string machineId = default, string biosId = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent authenticationIdentityContent = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent resourceAccessIdentityContent = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent dataPlaneAuthenticationIdentityContent = default);
static member SiteRecoveryAddRecoveryServicesProviderProperties : string * string * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAddRecoveryServicesProviderProperties
Public Shared Function SiteRecoveryAddRecoveryServicesProviderProperties (Optional machineName As String = Nothing, Optional machineId As String = Nothing, Optional biosId As String = Nothing, Optional authenticationIdentityContent As IdentityProviderContent = Nothing, Optional resourceAccessIdentityContent As IdentityProviderContent = Nothing, Optional dataPlaneAuthenticationIdentityContent As IdentityProviderContent = Nothing) As SiteRecoveryAddRecoveryServicesProviderProperties
Parameters
- machineName
- String
The name of the machine where the provider is getting added.
- machineId
- String
The Id of the machine where the provider is getting added.
- biosId
- String
The Bios Id of the machine.
- authenticationIdentityContent
- IdentityProviderContent
The identity provider input for DRA authentication.
- resourceAccessIdentityContent
- IdentityProviderContent
The identity provider input for resource access.
- dataPlaneAuthenticationIdentityContent
- IdentityProviderContent
The identity provider input for data plane authentication.
Returns
A new SiteRecoveryAddRecoveryServicesProviderProperties instance for mocking.
Applies to
Azure SDK for .NET