ApiResourceProperties Class

The API resource properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ApiResourceProperties

Constructor

ApiResourceProperties(*, integration_service_environment: Optional[azure.mgmt.logic.models._models_py3.ResourceReference] = None, **kwargs)

Variables

name
str

The name.

connection_parameters
dict[str, any]

The connection parameters.

metadata
ApiResourceMetadata

The metadata.

runtime_urls
list[str]

The runtime urls.

general_information
ApiResourceGeneralInformation

The api general information.

capabilities
list[str]

The capabilities.

backend_service
ApiResourceBackendService

The backend service.

policies
ApiResourcePolicies

The policies for the API.

api_definition_url
str

The API definition.

api_definitions
ApiResourceDefinitions

The api definitions.

integration_service_environment
ResourceReference

The integration service environment reference.

provisioning_state
str or WorkflowProvisioningState

The provisioning state. Possible values include: "NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Moving", "Updating", "Registering", "Registered", "Unregistering", "Unregistered", "Completed", "Renewing", "Pending", "Waiting", "InProgress".

category
str or ApiTier

The category. Possible values include: "NotSpecified", "Enterprise", "Standard", "Premium".