AzureFabricSpecificDetails 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.
Azure Fabric Specific Details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.AzureFabricSpecificDetailsTypeConverter))]
public class AzureFabricSpecificDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IAzureFabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.AzureFabricSpecificDetailsTypeConverter))>]
type AzureFabricSpecificDetails = class
interface IAzureFabricSpecificDetails
interface IJsonSerializable
interface IFabricSpecificDetails
interface IValidates
Public Class AzureFabricSpecificDetails
Implements IAzureFabricSpecificDetails, IValidates
- Inheritance
-
AzureFabricSpecificDetails
- Attributes
- Implements
Constructors
AzureFabricSpecificDetails() |
Creates an new AzureFabricSpecificDetails instance. |
Properties
ContainerId |
The container Ids for the Azure fabric. |
ExtendedLocation |
The ExtendedLocations. |
InstanceType |
Gets the class type. Overridden in derived classes. |
Location |
The Location for the Azure fabric. |
LocationDetail |
The location details. |
Zone |
The zones. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureFabricSpecificDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureFabricSpecificDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IAzureFabricSpecificDetails. |
FromJsonString(String) |
Creates a new instance of AzureFabricSpecificDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureFabricSpecificDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |