IInMageRcmFabricCreationInput Interface
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.
[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) |