DependencyMapDiscoverySourceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of Discovery Source resource Please note DependencyMapDiscoverySourceProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OffAzureDiscoverySourceProperties.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DependencyMap.Models.UnknownDependencyMapDiscoverySourceProperties))]
public abstract class DependencyMapDiscoverySourceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DependencyMap.Models.DependencyMapDiscoverySourceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DependencyMap.Models.DependencyMapDiscoverySourceProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DependencyMap.Models.UnknownDependencyMapDiscoverySourceProperties))>]
type DependencyMapDiscoverySourceProperties = class
interface IJsonModel<DependencyMapDiscoverySourceProperties>
interface IPersistableModel<DependencyMapDiscoverySourceProperties>
Public MustInherit Class DependencyMapDiscoverySourceProperties
Implements IJsonModel(Of DependencyMapDiscoverySourceProperties), IPersistableModel(Of DependencyMapDiscoverySourceProperties)
- Inheritance
-
DependencyMapDiscoverySourceProperties
- Derived
- Attributes
- Implements
Constructors
DependencyMapDiscoverySourceProperties(ResourceIdentifier) |
Initializes a new instance of DependencyMapDiscoverySourceProperties. |
Properties
ProvisioningState |
Provisioning state of Discovery Source resource. |
SourceId |
Source ArmId of Discovery Source resource. |
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. |
IJsonModel<DependencyMapDiscoverySourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DependencyMapDiscoverySourceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DependencyMapDiscoverySourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DependencyMapDiscoverySourceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |