InfaServerlessFetchConfigProperties 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.
InfaServerlessFetchConfigProperties for the fetch all serverless API as received from informatica API response
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InfaServerlessFetchConfigPropertiesTypeConverter))]
public class InfaServerlessFetchConfigProperties : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInfaServerlessFetchConfigProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InfaServerlessFetchConfigPropertiesTypeConverter))>]
type InfaServerlessFetchConfigProperties = class
interface IInfaServerlessFetchConfigProperties
interface IJsonSerializable
Public Class InfaServerlessFetchConfigProperties
Implements IInfaServerlessFetchConfigProperties
- Inheritance
-
InfaServerlessFetchConfigProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| InfaServerlessFetchConfigProperties() |
Creates an new InfaServerlessFetchConfigProperties instance. |
Properties
| Name | Description |
|---|---|
| AdvancedCustomProperty |
Advanced custom properties |
| ApplicationType |
applicationType name |
| ComputeUnit |
Compute Units |
| ExecutionTimeout |
Execution timeout |
| Platform |
Serverless Account Platform |
| Region |
region name for the runtime environment |
| ResourceGroupName |
Resource group name |
| ServerlessArmResourceId |
Serverless Arm Resource ID |
| Subnet |
subnet name |
| SubscriptionId |
subscription ID |
| SupplementaryFileLocation |
Supplementary File location |
| Tag |
Tags for the resource |
| TenantId |
Tenant ID |
| Vnet |
virtual network |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InfaServerlessFetchConfigProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InfaServerlessFetchConfigProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInfaServerlessFetchConfigProperties. |
| FromJsonString(String) |
Creates a new instance of InfaServerlessFetchConfigProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of InfaServerlessFetchConfigProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |