Migration Center v1 API - Class AzureVmPlatformDetails (1.0.0)

public sealed class AzureVmPlatformDetails : IMessage<AzureVmPlatformDetails>, IEquatable<AzureVmPlatformDetails>, IDeepCloneable<AzureVmPlatformDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class AzureVmPlatformDetails.

Azure VM specific details.

Inheritance

object > AzureVmPlatformDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

AzureVmPlatformDetails()

public AzureVmPlatformDetails()

AzureVmPlatformDetails(AzureVmPlatformDetails)

public AzureVmPlatformDetails(AzureVmPlatformDetails other)
Parameter
NameDescription
otherAzureVmPlatformDetails

Properties

Location

public string Location { get; set; }

The location of the machine in the Azure format.

Property Value
TypeDescription
string

MachineTypeLabel

public string MachineTypeLabel { get; set; }

Azure platform's machine type label.

Property Value
TypeDescription
string

ProvisioningState

public string ProvisioningState { get; set; }

Azure platform's provisioning state.

Property Value
TypeDescription
string