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 Details

    • subnet

      public String subnet()
      Get the subnet property: subnet name.
      Returns:
      the subnet value.
    • applicationType

      public String applicationType()
      Get the applicationType property: applicationType name.
      Returns:
      the applicationType value.
    • resourceGroupName

      public String resourceGroupName()
      Get the resourceGroupName property: Resource group name.
      Returns:
      the resourceGroupName value.
    • advancedCustomProperties

      public String advancedCustomProperties()
      Get the advancedCustomProperties property: Advanced custom properties.
      Returns:
      the advancedCustomProperties value.
    • supplementaryFileLocation

      public String supplementaryFileLocation()
      Get the supplementaryFileLocation property: Supplementary File location.
      Returns:
      the supplementaryFileLocation value.
    • platform

      public String platform()
      Get the platform property: Serverless Account Platform.
      Returns:
      the platform value.
    • tags

      public String tags()
      Get the tags property: Tags for the resource.
      Returns:
      the tags value.
    • vnet

      public String vnet()
      Get the vnet property: virtual network.
      Returns:
      the vnet value.
    • executionTimeout

      public String executionTimeout()
      Get the executionTimeout property: Execution timeout.
      Returns:
      the executionTimeout value.
    • computeUnits

      public String computeUnits()
      Get the computeUnits property: Compute Units.
      Returns:
      the computeUnits value.
    • tenantId

      public String tenantId()
      Get the tenantId property: Tenant ID.
      Returns:
      the tenantId value.
    • subscriptionId

      public String subscriptionId()
      Get the subscriptionId property: subscription ID.
      Returns:
      the subscriptionId value.
    • region

      public String region()
      Get the region property: region name for the runtime environment.
      Returns:
      the region value.
    • serverlessArmResourceId

      public String 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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.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.