AzureToAzureVMSyncedConfigDetails 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 to Azure VM synced configuration details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.AzureToAzureVMSyncedConfigDetailsTypeConverter))]
public class AzureToAzureVMSyncedConfigDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IAzureToAzureVMSyncedConfigDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.AzureToAzureVMSyncedConfigDetailsTypeConverter))>]
type AzureToAzureVMSyncedConfigDetails = class
interface IAzureToAzureVMSyncedConfigDetails
interface IJsonSerializable
Public Class AzureToAzureVMSyncedConfigDetails
Implements IAzureToAzureVMSyncedConfigDetails
- Inheritance
-
AzureToAzureVMSyncedConfigDetails
- Attributes
- Implements
Constructors
AzureToAzureVMSyncedConfigDetails() |
Creates an new AzureToAzureVMSyncedConfigDetails instance. |
Properties
InputEndpoint |
The Azure VM input endpoints. |
Tag |
The Azure VM tags. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureToAzureVMSyncedConfigDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureToAzureVMSyncedConfigDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IAzureToAzureVMSyncedConfigDetails. |
FromJsonString(String) |
Creates a new instance of AzureToAzureVMSyncedConfigDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureToAzureVMSyncedConfigDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |