你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IInMageRcmFabricCreationInput Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageRcmFabricCreationInputTypeConverter))]
public interface IInMageRcmFabricCreationInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFabricSpecificCreationInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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