Udostępnij za pośrednictwem


ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmFabricCreationContent Method

Definition

Initializes a new instance of InMageRcmFabricCreationContent.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFabricCreationContent InMageRcmFabricCreationContent (Azure.Core.ResourceIdentifier vmwareSiteId = default, Azure.Core.ResourceIdentifier physicalSiteId = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent sourceAgentIdentity = default);
static member InMageRcmFabricCreationContent : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFabricCreationContent
Public Shared Function InMageRcmFabricCreationContent (Optional vmwareSiteId As ResourceIdentifier = Nothing, Optional physicalSiteId As ResourceIdentifier = Nothing, Optional sourceAgentIdentity As IdentityProviderContent = Nothing) As InMageRcmFabricCreationContent

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.

Returns

A new InMageRcmFabricCreationContent instance for mocking.

Applies to