Share via


VmResourceFeatureSupportContent Class

Definition

AzureResource(IaaS VM) Specific feature support request.

public class VmResourceFeatureSupportContent : Azure.ResourceManager.RecoveryServicesBackup.Models.FeatureSupportContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.VmResourceFeatureSupportContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.VmResourceFeatureSupportContent>
type VmResourceFeatureSupportContent = class
    inherit FeatureSupportContent
    interface IJsonModel<VmResourceFeatureSupportContent>
    interface IPersistableModel<VmResourceFeatureSupportContent>
Public Class VmResourceFeatureSupportContent
Inherits FeatureSupportContent
Implements IJsonModel(Of VmResourceFeatureSupportContent), IPersistableModel(Of VmResourceFeatureSupportContent)
Inheritance
VmResourceFeatureSupportContent
Implements

Constructors

VmResourceFeatureSupportContent()

Initializes a new instance of VmResourceFeatureSupportContent.

Properties

VmSize

Size of the resource: VM size(A/D series etc) in case of IaasVM.

VmSku

SKUs (Premium/Managed etc) in case of IaasVM.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FeatureSupportContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from FeatureSupportContent)
IJsonModel<FeatureSupportContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FeatureSupportContent)
IJsonModel<VmResourceFeatureSupportContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VmResourceFeatureSupportContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FeatureSupportContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FeatureSupportContent)
IPersistableModel<FeatureSupportContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from FeatureSupportContent)
IPersistableModel<FeatureSupportContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FeatureSupportContent)
IPersistableModel<VmResourceFeatureSupportContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmResourceFeatureSupportContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VmResourceFeatureSupportContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to