Share via


IInMageRcmFabricCreationInput Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFabricCreationInputTypeConverter))]
public interface IInMageRcmFabricCreationInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IFabricSpecificCreationInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFabricCreationInputTypeConverter))>]
type IInMageRcmFabricCreationInput = interface
    interface IJsonSerializable
    interface IFabricSpecificCreationInput
Public Interface IInMageRcmFabricCreationInput
Implements IFabricSpecificCreationInput
Derived
Attributes
Implements

Properties

InstanceType

Gets the class type.

(Inherited from IFabricSpecificCreationInput)
PhysicalSiteId

The ARM Id of the physical site.

SourceAgentIdentityAadAuthority

The base authority for Azure Active Directory authentication.

SourceAgentIdentityApplicationId

The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

SourceAgentIdentityAudience

The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

SourceAgentIdentityObjectId

The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

SourceAgentIdentityTenantId

The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

VmwareSiteId

The ARM Id of the VMware site.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to