DataFactoryPatch Class

Definition

Parameters for updating a factory resource.

public class DataFactoryPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryPatch>
public class DataFactoryPatch
type DataFactoryPatch = class
    interface IJsonModel<DataFactoryPatch>
    interface IPersistableModel<DataFactoryPatch>
type DataFactoryPatch = class
Public Class DataFactoryPatch
Implements IJsonModel(Of DataFactoryPatch), IPersistableModel(Of DataFactoryPatch)
Public Class DataFactoryPatch
Inheritance
DataFactoryPatch
Implements

Constructors

DataFactoryPatch()

Initializes a new instance of DataFactoryPatch.

Properties

Identity

Managed service identity of the factory. Current supported identity types: SystemAssigned, UserAssigned, SystemAssigned,UserAssigned.

PublicNetworkAccess

Whether or not public network access is allowed for the data factory.

Tags

The resource tags.

Explicit Interface Implementations

IJsonModel<DataFactoryPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataFactoryPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFactoryPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFactoryPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataFactoryPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to