ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmFabricCreationContent 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 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET