Package version:

InMageRcm fabric provider specific settings.

interface InMageRcmFabricCreationInput {
    instanceType: "InMageRcm";
    physicalSiteId: string;
    sourceAgentIdentity: IdentityProviderInput;
    vmwareSiteId: string;
}

Hierarchy (view full)

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

physicalSiteId: string

The ARM Id of the physical site.

sourceAgentIdentity: IdentityProviderInput

The identity provider input for source agent authentication.

vmwareSiteId: string

The ARM Id of the VMware site.