Freigeben über


VmResourceFeatureSupportResult Class

Definition

Response for feature support requests for Azure IaasVm.

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

Properties

Name Description
SupportStatus

Support status of feature.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<VmResourceFeatureSupportResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VmResourceFeatureSupportResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VmResourceFeatureSupportResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmResourceFeatureSupportResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VmResourceFeatureSupportResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to