ApiResourceMetadata Class
The api resource metadata.
- Inheritance
-
ApiResourceMetadata
Constructor
ApiResourceMetadata(*, source: Optional[str] = None, brand_color: Optional[str] = None, hide_key: Optional[str] = None, tags: Optional[Dict[str, str]] = None, api_type: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.ApiType]] = None, wsdl_service: Optional[azure.mgmt.logic.models._models_py3.WsdlService] = None, wsdl_import_method: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.WsdlImportMethod]] = None, connection_type: Optional[str] = None, provisioning_state: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.WorkflowProvisioningState]] = None, deployment_parameters: Optional[azure.mgmt.logic.models._models_py3.ApiDeploymentParameterMetadataSet] = None, **kwargs)
Variables
- source
- str
The source.
- brand_color
- str
The brand color.
- hide_key
- str
The hide key.
- wsdl_service
- WsdlService
The WSDL service.
- wsdl_import_method
- str or WsdlImportMethod
The WSDL import method. Possible values include: "NotSpecified", "SoapToRest", "SoapPassThrough".
- connection_type
- str
The connection type.
- 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".
- deployment_parameters
- ApiDeploymentParameterMetadataSet
The connector deployment parameters metadata.
Feedback
Submit and view feedback for