Interface IntegrationServiceEnvironmentManagedApi


public interface IntegrationServiceEnvironmentManagedApi
An immutable client-side representation of IntegrationServiceEnvironmentManagedApi.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • deploymentParameters

      Gets the deploymentParameters property: The integration service environment managed api deployment parameters.
      Returns:
      the deploymentParameters value.
    • namePropertiesName

      String namePropertiesName()
      Gets the namePropertiesName property: The name.
      Returns:
      the namePropertiesName value.
    • connectionParameters

      Map<String,Object> connectionParameters()
      Gets the connectionParameters property: The connection parameters.
      Returns:
      the connectionParameters value.
    • metadata

      Gets the metadata property: The metadata.
      Returns:
      the metadata value.
    • runtimeUrls

      List<String> runtimeUrls()
      Gets the runtimeUrls property: The runtime urls.
      Returns:
      the runtimeUrls value.
    • generalInformation

      ApiResourceGeneralInformation generalInformation()
      Gets the generalInformation property: The api general information.
      Returns:
      the generalInformation value.
    • capabilities

      List<String> capabilities()
      Gets the capabilities property: The capabilities.
      Returns:
      the capabilities value.
    • backendService

      ApiResourceBackendService backendService()
      Gets the backendService property: The backend service.
      Returns:
      the backendService value.
    • policies

      Gets the policies property: The policies for the API.
      Returns:
      the policies value.
    • apiDefinitionUrl

      String apiDefinitionUrl()
      Gets the apiDefinitionUrl property: The API definition.
      Returns:
      the apiDefinitionUrl value.
    • apiDefinitions

      ApiResourceDefinitions apiDefinitions()
      Gets the apiDefinitions property: The api definitions.
      Returns:
      the apiDefinitions value.
    • integrationServiceEnvironment

      ResourceReference integrationServiceEnvironment()
      Gets the integrationServiceEnvironment property: The integration service environment reference.
      Returns:
      the integrationServiceEnvironment value.
    • provisioningState

      WorkflowProvisioningState provisioningState()
      Gets the provisioningState property: The provisioning state.
      Returns:
      the provisioningState value.
    • category

      ApiTier category()
      Gets the category property: The category.
      Returns:
      the category value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.logic.fluent.models.IntegrationServiceEnvironmentManagedApiInner object.
      Returns:
      the inner object.
    • update

      Begins update for the IntegrationServiceEnvironmentManagedApi resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      IntegrationServiceEnvironmentManagedApi refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.