SsisFolder Class

Definition

Ssis folder.

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

Properties

Description

Metadata description.

(Inherited from SsisObjectMetadata)
Id

Metadata id.

(Inherited from SsisObjectMetadata)
Name

Metadata name.

(Inherited from SsisObjectMetadata)

Explicit Interface Implementations

IJsonModel<SsisFolder>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SsisFolder>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SsisObjectMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SsisObjectMetadata)
IJsonModel<SsisObjectMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SsisObjectMetadata)
IPersistableModel<SsisFolder>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SsisFolder>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SsisFolder>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SsisObjectMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SsisObjectMetadata)
IPersistableModel<SsisObjectMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SsisObjectMetadata)
IPersistableModel<SsisObjectMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SsisObjectMetadata)

Applies to