InMageRcmFabricCreationContent 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 InMageRcmFabricCreationContent.
public InMageRcmFabricCreationContent (Azure.Core.ResourceIdentifier vmwareSiteId, Azure.Core.ResourceIdentifier physicalSiteId, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent sourceAgentIdentity);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFabricCreationContent : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFabricCreationContent
Public Sub New (vmwareSiteId As ResourceIdentifier, physicalSiteId As ResourceIdentifier, sourceAgentIdentity As IdentityProviderContent)
Parameters
- vmwareSiteId
- ResourceIdentifier
The ARM Id of the VMware site.
- physicalSiteId
- ResourceIdentifier
The ARM Id of the physical site.
- sourceAgentIdentity
- IdentityProviderContent
The identity provider input for source agent authentication.
Exceptions
vmwareSiteId
, physicalSiteId
or sourceAgentIdentity
is null.