Share via


InMageRcmFabricCreationInput Class

Definition

InMageRcm fabric provider specific settings.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFabricCreationInputTypeConverter))]
public class InMageRcmFabricCreationInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmFabricCreationInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFabricCreationInputTypeConverter))>]
type InMageRcmFabricCreationInput = class
    interface IInMageRcmFabricCreationInput
    interface IJsonSerializable
    interface IFabricSpecificCreationInput
    interface IValidates
Public Class InMageRcmFabricCreationInput
Implements IInMageRcmFabricCreationInput, IValidates
Inheritance
InMageRcmFabricCreationInput
Attributes
Implements

Constructors

InMageRcmFabricCreationInput()

Creates an new InMageRcmFabricCreationInput instance.

Properties

InstanceType

Gets the class type.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageRcmFabricCreationInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageRcmFabricCreationInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmFabricCreationInput.

FromJsonString(String)

Creates a new instance of InMageRcmFabricCreationInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageRcmFabricCreationInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to