DataProductPatch Class

Definition

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>
public class DataProductPatch
type DataProductPatch = class
    interface IJsonModel<DataProductPatch>
    interface IPersistableModel<DataProductPatch>
type DataProductPatch = class
Public Class DataProductPatch
Implements IJsonModel(Of DataProductPatch), IPersistableModel(Of DataProductPatch)
Public Class DataProductPatch
Inheritance
DataProductPatch
Implements

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.

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 Utf8JsonWriter.

IPersistableModel<DataProductPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided 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 BinaryData.

Applies to