DiscoverProtectableItemProperties Class

Definition

Discover protectable item properties.

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

Constructors

DiscoverProtectableItemProperties()

Initializes a new instance of DiscoverProtectableItemProperties.

Properties

FriendlyName

The friendly name of the physical machine.

IPAddress

The IP address of the physical machine to be discovered.

OSType

The OS type on the physical machine.

Explicit Interface Implementations

IJsonModel<DiscoverProtectableItemProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiscoverProtectableItemProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiscoverProtectableItemProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiscoverProtectableItemProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiscoverProtectableItemProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to