IntegrationServiceEnvironmentManagedApiInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. logic. fluent. models. IntegrationServiceEnvironmentManagedApiInner
- com.
- com.
- com.
public final class IntegrationServiceEnvironmentManagedApiInner
extends Resource
The integration service environment managed api.
Constructor Summary
Constructor | Description |
---|---|
IntegrationServiceEnvironmentManagedApiInner() |
Creates an instance of Integration |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
apiDefinitionUrl()
Get the api |
Api |
apiDefinitions()
Get the api |
Api |
backendService()
Get the backend |
List<String> |
capabilities()
Get the capabilities property: The capabilities. |
Api |
category()
Get the category property: The category. |
Map<String,Object> |
connectionParameters()
Get the connection |
Integration |
deploymentParameters()
Get the deployment |
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
Api |
generalInformation()
Get the general |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Resource |
integrationServiceEnvironment()
Get the integration |
Api |
metadata()
Get the metadata property: The metadata. |
String |
name()
Get the name property: The name of the resource. |
String |
namePropertiesName()
Get the name property: The name. |
Api |
policies()
Get the policies property: The policies for the API. |
Workflow |
provisioningState()
Get the provisioning |
List<String> |
runtimeUrls()
Get the runtime |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Integration |
withDeploymentParameters(IntegrationServiceEnvironmentManagedApiDeploymentParameters deploymentParameters)
Set the deployment |
Integration |
withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment)
Set the integration |
Integration |
withLocation(String location) |
Integration |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
IntegrationServiceEnvironmentManagedApiInner
public IntegrationServiceEnvironmentManagedApiInner()
Creates an instance of IntegrationServiceEnvironmentManagedApiInner class.
Method Details
apiDefinitionUrl
public String apiDefinitionUrl()
Get the apiDefinitionUrl property: The API definition.
Returns:
apiDefinitions
public ApiResourceDefinitions apiDefinitions()
Get the apiDefinitions property: The api definitions.
Returns:
backendService
public ApiResourceBackendService backendService()
Get the backendService property: The backend service.
Returns:
capabilities
public List
Get the capabilities property: The capabilities.
Returns:
category
public ApiTier category()
Get the category property: The category.
Returns:
connectionParameters
public Map
Get the connectionParameters property: The connection parameters.
Returns:
deploymentParameters
public IntegrationServiceEnvironmentManagedApiDeploymentParameters deploymentParameters()
Get the deploymentParameters property: The integration service environment managed api deployment parameters.
Returns:
fromJson
public static IntegrationServiceEnvironmentManagedApiInner fromJson(JsonReader jsonReader)
Reads an instance of IntegrationServiceEnvironmentManagedApiInner from the JsonReader.
Parameters:
Returns:
Throws:
generalInformation
public ApiResourceGeneralInformation generalInformation()
Get the generalInformation property: The api general information.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
IntegrationServiceEnvironmentManagedApiInner.id()Returns:
integrationServiceEnvironment
public ResourceReference integrationServiceEnvironment()
Get the integrationServiceEnvironment property: The integration service environment reference.
Returns:
metadata
public ApiResourceMetadata metadata()
Get the metadata property: The metadata.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
IntegrationServiceEnvironmentManagedApiInner.name()Returns:
namePropertiesName
public String namePropertiesName()
Get the name property: The name.
Returns:
policies
public ApiResourcePolicies policies()
Get the policies property: The policies for the API.
Returns:
provisioningState
public WorkflowProvisioningState provisioningState()
Get the provisioningState property: The provisioning state.
Returns:
runtimeUrls
public List
Get the runtimeUrls property: The runtime urls.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
IntegrationServiceEnvironmentManagedApiInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
IntegrationServiceEnvironmentManagedApiInner.type()Returns:
validate
public void validate()
Validates the instance.
withDeploymentParameters
public IntegrationServiceEnvironmentManagedApiInner withDeploymentParameters(IntegrationServiceEnvironmentManagedApiDeploymentParameters deploymentParameters)
Set the deploymentParameters property: The integration service environment managed api deployment parameters.
Parameters:
Returns:
withIntegrationServiceEnvironment
public IntegrationServiceEnvironmentManagedApiInner withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment)
Set the integrationServiceEnvironment property: The integration service environment reference.
Parameters:
Returns:
withLocation
public IntegrationServiceEnvironmentManagedApiInner withLocation(String location)
Overrides:
IntegrationServiceEnvironmentManagedApiInner.withLocation(String location)Parameters:
withTags
public IntegrationServiceEnvironmentManagedApiInner withTags(Map
Overrides:
IntegrationServiceEnvironmentManagedApiInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java