Class ServerlessRuntimePropertiesUpdate
Patchable Properties of the Informatica Serverless Runtime resource.
Inheritance
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.InformaticaDataManagement.dll
Syntax
public class ServerlessRuntimePropertiesUpdate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimePropertiesUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimePropertiesUpdate>
Constructors
ServerlessRuntimePropertiesUpdate()
Initializes a new instance of ServerlessRuntimePropertiesUpdate.
Declaration
public ServerlessRuntimePropertiesUpdate ();
Properties
AdvancedCustomProperties
String KV pairs indicating Advanced custom properties.
Declaration
public System.Collections.Generic.IList<Azure.ResourceManager.InformaticaDataManagement.Models.AdvancedCustomProperties> AdvancedCustomProperties { get; }
Property Value
|
System.Collections.Generic.IList<AdvancedCustomProperties>
|
ApplicationType
Application type of the Serverless Runtime environment.
Declaration
public Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaApplicationType> ApplicationType { get; set; }
Property Value
|
System.Nullable<InformaticaApplicationType>
|
ComputeUnits
Compute units of the serverless runtime.
Declaration
public string ComputeUnits { get; set; }
Property Value
|
System.String
|
Description
description of the serverless runtime.
Declaration
public string Description { get; set; }
Property Value
|
System.String
|
ExecutionTimeout
Serverless Execution timeout.
Declaration
public string ExecutionTimeout { get; set; }
Property Value
|
System.String
|
NetworkInterfaceConfiguration
Network Interface Configuration Profile Update.
Declaration
public Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaNetworkInterfaceConfigurationUpdate NetworkInterfaceConfiguration { get; set; }
Property Value
|
InformaticaNetworkInterfaceConfigurationUpdate
|
Platform
Platform type of the Serverless Runtime.
Declaration
public Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaPlatformType> Platform { get; set; }
Property Value
|
System.Nullable<InformaticaPlatformType>
|
ServerlessAccountLocation
Serverless account creation location.
Declaration
public string ServerlessAccountLocation { get; set; }
Property Value
|
System.String
|
ServerlessRuntimeConfig
Serverless config properties.
Declaration
public Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeConfigPropertiesUpdate ServerlessRuntimeConfig { get; set; }
Property Value
|
ServerlessRuntimeConfigPropertiesUpdate
|
ServerlessRuntimeTags
Serverless Runtime Tags.
Declaration
public System.Collections.Generic.IList<Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeTag> ServerlessRuntimeTags { get; }
Property Value
|
System.Collections.Generic.IList<ServerlessRuntimeTag>
|
SupplementaryFileLocation
Supplementary file location.
Declaration
public string SupplementaryFileLocation { get; set; }
Property Value
|
System.String
|
UserContextToken
User context token for OBO flow.
Declaration
public string UserContextToken { get; set; }
Property Value
|
System.String
|
Explicit Interface Implementations
IJsonModel<ServerlessRuntimePropertiesUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.
Declaration
Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimePropertiesUpdate IJsonModel<ServerlessRuntimePropertiesUpdate>.Create (ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
|
System.Text.Json.Utf8JsonReader
reader
The System.Text.Json.Utf8JsonReader to read. |
|
System.ClientModel.Primitives.ModelReaderWriterOptions
options
The System.ClientModel.Primitives.ModelReaderWriterOptions to use. |
Returns
|
ServerlessRuntimePropertiesUpdate
A |
Exceptions
|
System.FormatException
If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format. |
IJsonModel<ServerlessRuntimePropertiesUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
Writes the model to the provided System.Text.Json.Utf8JsonWriter.
Declaration
void IJsonModel<ServerlessRuntimePropertiesUpdate>.Write (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
|
System.Text.Json.Utf8JsonWriter
writer
The System.Text.Json.Utf8JsonWriter to write into. |
|
System.ClientModel.Primitives.ModelReaderWriterOptions
options
The System.ClientModel.Primitives.ModelReaderWriterOptions to use. |
Exceptions
|
System.FormatException
If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format. |
IPersistableModel<ServerlessRuntimePropertiesUpdate>.Create(BinaryData, ModelReaderWriterOptions)
Converts the provided System.BinaryData into a model.
Declaration
Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimePropertiesUpdate IPersistableModel<ServerlessRuntimePropertiesUpdate>.Create (BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
|
System.BinaryData
data
The System.BinaryData to parse. |
|
System.ClientModel.Primitives.ModelReaderWriterOptions
options
The System.ClientModel.Primitives.ModelReaderWriterOptions to use. |
Returns
|
ServerlessRuntimePropertiesUpdate
A |
Exceptions
|
System.FormatException
If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format. |
IPersistableModel<ServerlessRuntimePropertiesUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.
The System.ClientModel.Primitives.ModelReaderWriterOptions to use.Declaration
string IPersistableModel<ServerlessRuntimePropertiesUpdate>.GetFormatFromOptions (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
|
System.ClientModel.Primitives.ModelReaderWriterOptions
options
|
Returns
|
System.String
The format that the model uses when communicating with the serivce. |
IPersistableModel<ServerlessRuntimePropertiesUpdate>.Write(ModelReaderWriterOptions)
Writes the model into a System.BinaryData.
Declaration
BinaryData IPersistableModel<ServerlessRuntimePropertiesUpdate>.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
|
System.ClientModel.Primitives.ModelReaderWriterOptions
options
The System.ClientModel.Primitives.ModelReaderWriterOptions to use. |
Returns
|
System.BinaryData
A binary representation of the written model. |
Exceptions
|
System.FormatException
If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format. |