Share via


InMageRcmFabricCreationContent Constructor

Definition

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.

Applies to