Share via


OffAzureDiscoverySourceProperties Class

Definition

OffAzure discovery source resource properties.

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

Constructors

OffAzureDiscoverySourceProperties(ResourceIdentifier)

Initializes a new instance of OffAzureDiscoverySourceProperties.

Properties

ProvisioningState

Provisioning state of Discovery Source resource.

(Inherited from DependencyMapDiscoverySourceProperties)
SourceId

Source ArmId of Discovery Source resource.

(Inherited from DependencyMapDiscoverySourceProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DependencyMapDiscoverySourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DependencyMapDiscoverySourceProperties)
IJsonModel<OffAzureDiscoverySourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OffAzureDiscoverySourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DependencyMapDiscoverySourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DependencyMapDiscoverySourceProperties)
IPersistableModel<OffAzureDiscoverySourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OffAzureDiscoverySourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OffAzureDiscoverySourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to