IntegrationRuntimeSsisProperties 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.
SSIS properties for managed integration runtime.
public class IntegrationRuntimeSsisProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeSsisProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeSsisProperties>
public class IntegrationRuntimeSsisProperties
type IntegrationRuntimeSsisProperties = class
interface IJsonModel<IntegrationRuntimeSsisProperties>
interface IPersistableModel<IntegrationRuntimeSsisProperties>
type IntegrationRuntimeSsisProperties = class
Public Class IntegrationRuntimeSsisProperties
Implements IJsonModel(Of IntegrationRuntimeSsisProperties), IPersistableModel(Of IntegrationRuntimeSsisProperties)
Public Class IntegrationRuntimeSsisProperties
- Inheritance
-
IntegrationRuntimeSsisProperties
- Implements
Constructors
IntegrationRuntimeSsisProperties() |
Initializes a new instance of IntegrationRuntimeSsisProperties. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
CatalogInfo |
Catalog information for managed dedicated integration runtime. |
Credential |
The credential reference containing authentication information. |
CustomSetupScriptProperties |
Custom setup script properties for a managed dedicated integration runtime. |
DataProxyProperties |
Data proxy properties for a managed dedicated integration runtime. |
Edition |
The edition for the SSIS Integration Runtime. |
ExpressCustomSetupProperties |
Custom setup without script properties for a SSIS integration runtime. Please note CustomSetupBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzPowerShellSetup, CmdkeySetup, ComponentSetup and EnvironmentVariableSetup. |
LicenseType |
License type for bringing your own license scenario. |
PackageStores |
Package stores for the SSIS Integration Runtime. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<IntegrationRuntimeSsisProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IntegrationRuntimeSsisProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IntegrationRuntimeSsisProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IntegrationRuntimeSsisProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IntegrationRuntimeSsisProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET