Show / Hide Table of Contents

Class ScVmmInfrastructureProfile

Specifies the vmmServer infrastructure specific settings for the virtual machine instance.

Inheritance
System.Object
ScVmmInfrastructureProfile
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.ScVmm.dll
Syntax
public class ScVmmInfrastructureProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ScVmm.Models.ScVmmInfrastructureProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ScVmm.Models.ScVmmInfrastructureProfile>

Constructors

ScVmmInfrastructureProfile()

Initializes a new instance of ScVmmInfrastructureProfile.

Declaration
public ScVmmInfrastructureProfile ();

Properties

BiosGuid

Gets or sets the bios guid for the vm.

Declaration
public string BiosGuid { get; set; }
Property Value
System.String

Checkpoints

Checkpoints in the vm.

Declaration
public System.Collections.Generic.IList<Azure.ResourceManager.ScVmm.Models.ScVmmCheckpoint> Checkpoints { get; }
Property Value
System.Collections.Generic.IList<ScVmmCheckpoint>

CheckpointType

Type of checkpoint supported for the vm.

Declaration
public string CheckpointType { get; set; }
Property Value
System.String

CloudId

ARM Id of the cloud resource to use for deploying the vm.

Declaration
public Azure.Core.ResourceIdentifier CloudId { get; set; }
Property Value
Azure.Core.ResourceIdentifier

Generation

Gets or sets the generation for the vm.

Declaration
public Nullable<int> Generation { get; set; }
Property Value
System.Nullable<System.Int32>

InventoryItemId

Gets or sets the inventory Item ID for the resource.

Declaration
public string InventoryItemId { get; set; }
Property Value
System.String

LastRestoredVmCheckpoint

Last restored checkpoint in the vm.

Declaration
public Azure.ResourceManager.ScVmm.Models.ScVmmCheckpoint LastRestoredVmCheckpoint { get; }
Property Value
ScVmmCheckpoint

TemplateId

ARM Id of the template resource to use for deploying the vm.

Declaration
public Azure.Core.ResourceIdentifier TemplateId { get; set; }
Property Value
Azure.Core.ResourceIdentifier

Uuid

Unique ID of the virtual machine.

Declaration
public string Uuid { get; set; }
Property Value
System.String

VmmServerId

ARM Id of the vmmServer resource in which this resource resides.

Declaration
public Azure.Core.ResourceIdentifier VmmServerId { get; set; }
Property Value
Azure.Core.ResourceIdentifier

VmName

VMName is the name of VM on the SCVMM server.

Declaration
public string VmName { get; set; }
Property Value
System.String

Explicit Interface Implementations

IJsonModel<ScVmmInfrastructureProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

Declaration
Azure.ResourceManager.ScVmm.Models.ScVmmInfrastructureProfile IJsonModel<ScVmmInfrastructureProfile>.Create (ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.Text.Json.Utf8JsonReader reader

The System.Text.Json.Utf8JsonReader to read.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
ScVmmInfrastructureProfile

A T representation of the JSON value.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IJsonModel<ScVmmInfrastructureProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

Declaration
void IJsonModel<ScVmmInfrastructureProfile>.Write (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.Text.Json.Utf8JsonWriter writer

The System.Text.Json.Utf8JsonWriter to write into.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IPersistableModel<ScVmmInfrastructureProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

Declaration
Azure.ResourceManager.ScVmm.Models.ScVmmInfrastructureProfile IPersistableModel<ScVmmInfrastructureProfile>.Create (BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.BinaryData data

The System.BinaryData to parse.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
ScVmmInfrastructureProfile

A T representation of the data.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IPersistableModel<ScVmmInfrastructureProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.
Declaration
string IPersistableModel<ScVmmInfrastructureProfile>.GetFormatFromOptions (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.ClientModel.Primitives.ModelReaderWriterOptions options

Returns
System.String

The format that the model uses when communicating with the serivce.

IPersistableModel<ScVmmInfrastructureProfile>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Declaration
BinaryData IPersistableModel<ScVmmInfrastructureProfile>.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
System.BinaryData

A binary representation of the written model.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

Back to top Azure SDK for .NET