Class InformaticaServerlessRuntimeProperties
Serverless Runtime properties.
Inheritance
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.InformaticaDataManagement.dll
Syntax
public class InformaticaServerlessRuntimeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimeProperties>
Constructors
InformaticaServerlessRuntimeProperties(String)
Initializes a new instance of InformaticaServerlessRuntimeProperties.
Declaration
public InformaticaServerlessRuntimeProperties (string serverlessAccountLocation);
Parameters
|
System.String
serverlessAccountLocation
Serverless account creation location. |
Exceptions
|
System.ArgumentNullException
|
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.
Declaration
public Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaNetworkInterfaceConfiguration NetworkInterfaceConfiguration { get; set; }
Property Value
|
InformaticaNetworkInterfaceConfiguration
|
Platform
Platform type of the Serverless Runtime.
Declaration
public Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaPlatformType> Platform { get; set; }
Property Value
|
System.Nullable<InformaticaPlatformType>
|
ProvisioningState
Provisioning State of the resource.
Declaration
public Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState> ProvisioningState { get; }
Property Value
|
System.Nullable<InformaticaProvisioningState>
|
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.ServerlessRuntimeConfigProperties ServerlessRuntimeConfig { get; set; }
Property Value
|
ServerlessRuntimeConfigProperties
|
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<InformaticaServerlessRuntimeProperties>.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.InformaticaServerlessRuntimeProperties IJsonModel<InformaticaServerlessRuntimeProperties>.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
|
InformaticaServerlessRuntimeProperties
A |
Exceptions
|
System.FormatException
If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format. |
IJsonModel<InformaticaServerlessRuntimeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
Writes the model to the provided System.Text.Json.Utf8JsonWriter.
Declaration
void IJsonModel<InformaticaServerlessRuntimeProperties>.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<InformaticaServerlessRuntimeProperties>.Create(BinaryData, ModelReaderWriterOptions)
Converts the provided System.BinaryData into a model.
Declaration
Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimeProperties IPersistableModel<InformaticaServerlessRuntimeProperties>.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
|
InformaticaServerlessRuntimeProperties
A |
Exceptions
|
System.FormatException
If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format. |
IPersistableModel<InformaticaServerlessRuntimeProperties>.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<InformaticaServerlessRuntimeProperties>.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<InformaticaServerlessRuntimeProperties>.Write(ModelReaderWriterOptions)
Writes the model into a System.BinaryData.
Declaration
BinaryData IPersistableModel<InformaticaServerlessRuntimeProperties>.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. |