DataFactoryGlobalParameterProperties 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.
Definition of a single parameter for an entity.
public class DataFactoryGlobalParameterProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryGlobalParameterProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryGlobalParameterProperties>
public class DataFactoryGlobalParameterProperties
type DataFactoryGlobalParameterProperties = class
interface IJsonModel<DataFactoryGlobalParameterProperties>
interface IPersistableModel<DataFactoryGlobalParameterProperties>
type DataFactoryGlobalParameterProperties = class
Public Class DataFactoryGlobalParameterProperties
Implements IJsonModel(Of DataFactoryGlobalParameterProperties), IPersistableModel(Of DataFactoryGlobalParameterProperties)
Public Class DataFactoryGlobalParameterProperties
- Inheritance
-
DataFactoryGlobalParameterProperties
- Implements
Constructors
DataFactoryGlobalParameterProperties(DataFactoryGlobalParameterType, BinaryData) |
Initializes a new instance of DataFactoryGlobalParameterProperties. |
Properties
GlobalParameterType |
Global Parameter type. |
Value |
Value of parameter. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataFactoryGlobalParameterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataFactoryGlobalParameterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataFactoryGlobalParameterProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataFactoryGlobalParameterProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataFactoryGlobalParameterProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET