public sealed class AzureVmPlatformDetails : IMessage<AzureVmPlatformDetails>, IEquatable<AzureVmPlatformDetails>, IDeepCloneable<AzureVmPlatformDetails>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class AzureVmPlatformDetails.
Azure VM specific details.
Implements
IMessageAzureVmPlatformDetails, IEquatableAzureVmPlatformDetails, IDeepCloneableAzureVmPlatformDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
AzureVmPlatformDetails()
public AzureVmPlatformDetails()AzureVmPlatformDetails(AzureVmPlatformDetails)
public AzureVmPlatformDetails(AzureVmPlatformDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
AzureVmPlatformDetails |
Properties
Location
public string Location { get; set; }The location of the machine in the Azure format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MachineTypeLabel
public string MachineTypeLabel { get; set; }Azure platform's machine type label.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProvisioningState
public string ProvisioningState { get; set; }Azure platform's provisioning state.
| Property Value | |
|---|---|
| Type | Description |
string |
|