DataProductsCatalogData 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.
A class representing the DataProductsCatalog data model. The data catalog resource.
public class DataProductsCatalogData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkAnalytics.DataProductsCatalogData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkAnalytics.DataProductsCatalogData>
type DataProductsCatalogData = class
inherit ResourceData
interface IJsonModel<DataProductsCatalogData>
interface IPersistableModel<DataProductsCatalogData>
Public Class DataProductsCatalogData
Inherits ResourceData
Implements IJsonModel(Of DataProductsCatalogData), IPersistableModel(Of DataProductsCatalogData)
- Inheritance
-
Azure.ResourceManager.Models.ResourceDataDataProductsCatalogData
- Implements
-
System.ClientModel.Primitives.IJsonModel<DataProductsCatalogData> System.ClientModel.Primitives.IPersistableModel<DataProductsCatalogData> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
DataProductsCatalogData() |
Initializes a new instance of DataProductsCatalogData. |
Properties
ProvisioningState |
The data catalog provisioning state. |
Publishers |
The data product publisher information. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataProductsCatalogData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataProductsCatalogData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
IPersistableModel<DataProductsCatalogData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
IPersistableModel<DataProductsCatalogData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataProductsCatalogData>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |