VMwareV2FabricSpecificDetails Class
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.
VMwareV2 fabric specific details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VMwareV2FabricSpecificDetailsTypeConverter))]
public class VMwareV2FabricSpecificDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVMwareV2FabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VMwareV2FabricSpecificDetailsTypeConverter))>]
type VMwareV2FabricSpecificDetails = class
interface IVMwareV2FabricSpecificDetails
interface IJsonSerializable
interface IFabricSpecificDetails
interface IValidates
Public Class VMwareV2FabricSpecificDetails
Implements IValidates, IVMwareV2FabricSpecificDetails
- Inheritance
-
VMwareV2FabricSpecificDetails
- Attributes
- Implements
Constructors
VMwareV2FabricSpecificDetails() |
Creates an new VMwareV2FabricSpecificDetails instance. |
Properties
InstanceType |
Gets the class type. Overridden in derived classes. |
MigrationSolutionId |
The Migration solution ARM Id. |
PhysicalSiteId |
The ARM Id of the physical site. |
ProcessServer |
The list of process servers. |
ServiceContainerId |
The service container Id. |
ServiceEndpoint |
The service endpoint. |
ServiceResourceId |
The service resource Id. |
VmwareSiteId |
The ARM Id of the VMware site. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VMwareV2FabricSpecificDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VMwareV2FabricSpecificDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVMwareV2FabricSpecificDetails. |
FromJsonString(String) |
Creates a new instance of VMwareV2FabricSpecificDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VMwareV2FabricSpecificDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |