Show / Hide Table of Contents

Class AzureVmPlatformDetails

Azure VM specific details.

Inheritance
object
AzureVmPlatformDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class AzureVmPlatformDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Hyperthreading

Whether the machine is hyperthreaded.

Declaration
[JsonProperty("hyperthreading")]
public virtual string Hyperthreading { get; set; }
Property Value
Type Description
string

Location

The location of the machine in the Azure format.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

MachineTypeLabel

Azure platform's machine type label.

Declaration
[JsonProperty("machineTypeLabel")]
public virtual string MachineTypeLabel { get; set; }
Property Value
Type Description
string

ProvisioningState

Azure platform's provisioning state.

Declaration
[JsonProperty("provisioningState")]
public virtual string ProvisioningState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX