DataProductPatch 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 type used for update operations of the DataProduct.
public class DataProductPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkAnalytics.Models.DataProductPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkAnalytics.Models.DataProductPatch>
type DataProductPatch = class
interface IJsonModel<DataProductPatch>
interface IPersistableModel<DataProductPatch>
Public Class DataProductPatch
Implements IJsonModel(Of DataProductPatch), IPersistableModel(Of DataProductPatch)
- Inheritance
-
System.ObjectDataProductPatch
- Implements
-
System.ClientModel.Primitives.IJsonModel<DataProductPatch> System.ClientModel.Primitives.IPersistableModel<DataProductPatch> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
| DataProductPatch() |
Initializes a new instance of DataProductPatch. |
Properties
| CurrentMinorVersion |
Current configured minor version of the data product resource. |
| Identity |
The managed service identities assigned to this resource. |
| Owners |
List of name or email associated with data product resource deployment. |
| PrivateLinksEnabled |
Flag to enable or disable private link for data product resource. |
| PurviewAccount |
Purview account url for data product to connect to. |
| PurviewCollection |
Purview collection url for data product to connect to. |
| Tags |
Resource tags. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<DataProductPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DataProductPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<DataProductPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<DataProductPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DataProductPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |