Show / Hide Table of Contents

Class ScVmmCloudData

A class representing the ScVmmCloud data model. The Clouds resource definition.

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

Constructors

ScVmmCloudData(AzureLocation, ExtendedLocation)

Initializes a new instance of ScVmmCloudData.

Declaration
public ScVmmCloudData (Azure.Core.AzureLocation location, Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation);
Parameters
Azure.Core.AzureLocation location

The location.

Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation

The extended location.

Exceptions
System.ArgumentNullException

extendedLocation is null.

Properties

CloudCapacity

Capacity of the cloud.

Declaration
public Azure.ResourceManager.ScVmm.Models.ScVmmCloudCapacity CloudCapacity { get; }
Property Value
ScVmmCloudCapacity

CloudName

Name of the cloud in VMMServer.

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

ExtendedLocation

The extended location.

Declaration
public Azure.ResourceManager.Resources.Models.ExtendedLocation ExtendedLocation { get; set; }
Property Value
Azure.ResourceManager.Resources.Models.ExtendedLocation

InventoryItemId

Gets or sets the inventory Item ID for the resource.

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

ProvisioningState

Provisioning state of the resource.

Declaration
public Nullable<Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningState> ProvisioningState { get; }
Property Value
System.Nullable<ScVmmProvisioningState>

StorageQosPolicies

List of QoS policies available for the cloud.

Declaration
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.ScVmm.Models.ScVmmStorageQosPolicy> StorageQosPolicies { get; }
Property Value
System.Collections.Generic.IReadOnlyList<ScVmmStorageQosPolicy>

Uuid

Unique ID of the cloud.

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

Explicit Interface Implementations

IJsonModel<ScVmmCloudData>.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.ScVmmCloudData IJsonModel<ScVmmCloudData>.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
ScVmmCloudData

A T representation of the JSON value.

Exceptions
System.FormatException

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

IJsonModel<ScVmmCloudData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

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

Declaration
void IJsonModel<ScVmmCloudData>.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<ScVmmCloudData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

Declaration
Azure.ResourceManager.ScVmm.ScVmmCloudData IPersistableModel<ScVmmCloudData>.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
ScVmmCloudData

A T representation of the data.

Exceptions
System.FormatException

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

IPersistableModel<ScVmmCloudData>.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<ScVmmCloudData>.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<ScVmmCloudData>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Declaration
BinaryData IPersistableModel<ScVmmCloudData>.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