ApiResourceMetadata Class
The api resource metadata.
- Inheritance
-
msrest.serialization.ModelApiResourceMetadata
Constructor
ApiResourceMetadata(*, source: str | None = None, brand_color: str | None = None, hide_key: str | None = None, tags: Dict[str, str] | None = None, api_type: str | ApiType | None = None, wsdl_service: WsdlService | None = None, wsdl_import_method: str | WsdlImportMethod | None = None, connection_type: str | None = None, provisioning_state: str | WorkflowProvisioningState | None = None, deployment_parameters: ApiDeploymentParameterMetadataSet | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
source
|
The source. |
brand_color
|
The brand color. |
hide_key
|
The hide key. |
tags
|
A set of tags. The tags. |
api_type
|
The api type. Possible values include: "NotSpecified", "Rest", "Soap". |
wsdl_service
|
The WSDL service. |
wsdl_import_method
|
The WSDL import method. Possible values include: "NotSpecified", "SoapToRest", "SoapPassThrough". |
connection_type
|
The connection type. |
provisioning_state
|
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
|
The connector deployment parameters metadata. |
Variables
Name | Description |
---|---|
source
|
The source. |
brand_color
|
The brand color. |
hide_key
|
The hide key. |
tags
|
A set of tags. The tags. |
api_type
|
The api type. Possible values include: "NotSpecified", "Rest", "Soap". |
wsdl_service
|
The WSDL service. |
wsdl_import_method
|
The WSDL import method. Possible values include: "NotSpecified", "SoapToRest", "SoapPassThrough". |
connection_type
|
The connection type. |
provisioning_state
|
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
|
The connector deployment parameters metadata. |
Azure SDK for Python