Class InfaServerlessFetchConfigProperties
java.lang.Object
com.azure.resourcemanager.informaticadatamanagement.models.InfaServerlessFetchConfigProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<InfaServerlessFetchConfigProperties>
public final class InfaServerlessFetchConfigProperties
extends Object
implements com.azure.json.JsonSerializable<InfaServerlessFetchConfigProperties>
InfaServerlessFetchConfigProperties for the fetch all serverless API as received from informatica API response.
-
Method Summary
Modifier and TypeMethodDescriptionGet the advancedCustomProperties property: Advanced custom properties.Get the applicationType property: applicationType name.Get the computeUnits property: Compute Units.Get the executionTimeout property: Execution timeout.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InfaServerlessFetchConfigProperties from the JsonReader.platform()Get the platform property: Serverless Account Platform.region()Get the region property: region name for the runtime environment.Get the resourceGroupName property: Resource group name.Get the serverlessArmResourceId property: Serverless Arm Resource ID.subnet()Get the subnet property: subnet name.Get the subscriptionId property: subscription ID.Get the supplementaryFileLocation property: Supplementary File location.tags()Get the tags property: Tags for the resource.tenantId()Get the tenantId property: Tenant ID.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.vnet()Get the vnet property: virtual network.
-
Method Details
-
subnet
Get the subnet property: subnet name.- Returns:
- the subnet value.
-
applicationType
Get the applicationType property: applicationType name.- Returns:
- the applicationType value.
-
resourceGroupName
Get the resourceGroupName property: Resource group name.- Returns:
- the resourceGroupName value.
-
advancedCustomProperties
Get the advancedCustomProperties property: Advanced custom properties.- Returns:
- the advancedCustomProperties value.
-
supplementaryFileLocation
Get the supplementaryFileLocation property: Supplementary File location.- Returns:
- the supplementaryFileLocation value.
-
platform
Get the platform property: Serverless Account Platform.- Returns:
- the platform value.
-
tags
Get the tags property: Tags for the resource.- Returns:
- the tags value.
-
vnet
Get the vnet property: virtual network.- Returns:
- the vnet value.
-
executionTimeout
Get the executionTimeout property: Execution timeout.- Returns:
- the executionTimeout value.
-
computeUnits
Get the computeUnits property: Compute Units.- Returns:
- the computeUnits value.
-
tenantId
Get the tenantId property: Tenant ID.- Returns:
- the tenantId value.
-
subscriptionId
Get the subscriptionId property: subscription ID.- Returns:
- the subscriptionId value.
-
region
Get the region property: region name for the runtime environment.- Returns:
- the region value.
-
serverlessArmResourceId
Get the serverlessArmResourceId property: Serverless Arm Resource ID.- Returns:
- the serverlessArmResourceId value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<InfaServerlessFetchConfigProperties>- Throws:
IOException
-
fromJson
public static InfaServerlessFetchConfigProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of InfaServerlessFetchConfigProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of InfaServerlessFetchConfigProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the InfaServerlessFetchConfigProperties.
-