SsisFolder Class

Ssis folder.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.SsisObjectMetadata
SsisFolder

Constructor

SsisFolder(*, id: Optional[int] = None, name: Optional[str] = None, description: Optional[str] = None, **kwargs)

Variables

type
str or SsisObjectMetadataType

Required. Type of metadata.Constant filled by server. Known values are: "Folder", "Project", "Package", "Environment".

id
<xref:long>

Metadata id.

name
str

Metadata name.

description
str

Metadata description.