A2ARemoveDisksContent Class

Definition

A2A remove disk(s) input.

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

Constructors

A2ARemoveDisksContent()

Initializes a new instance of A2ARemoveDisksContent.

Properties

VmDisksUris

The list of vm disk vhd URIs.

VmManagedDisksIds

The list of vm managed disk Ids.

Explicit Interface Implementations

IJsonModel<A2ARemoveDisksContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2ARemoveDisksContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RemoveDisksProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RemoveDisksProviderSpecificContent)
IPersistableModel<A2ARemoveDisksContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2ARemoveDisksContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2ARemoveDisksContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RemoveDisksProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RemoveDisksProviderSpecificContent)

Applies to