IntegrationAccountMap Class
The integration account map.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.logic.models._models_py3.ResourceIntegrationAccountMap
Constructor
IntegrationAccountMap(*, map_type: Union[str, azure.mgmt.logic.models._logic_management_client_enums.MapType], location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, parameters_schema: Optional[azure.mgmt.logic.models._models_py3.IntegrationAccountMapPropertiesParametersSchema] = None, content: Optional[str] = None, content_type: Optional[str] = None, metadata: Optional[Any] = None, **kwargs)
Variables
- id
- str
The resource id.
- name
- str
Gets the resource name.
- type
- str
Gets the resource type.
- location
- str
The resource location.
Required. The map type. Possible values include: "NotSpecified", "Xslt", "Xslt20", "Xslt30", "Liquid".
- parameters_schema
- IntegrationAccountMapPropertiesParametersSchema
The parameters schema of integration account map.
- created_time
- datetime
The created time.
- changed_time
- datetime
The changed time.
- content
- str
The content.
- content_type
- str
The content type.
- content_link
- ContentLink
The content link.
- metadata
- any
The metadata.
Feedback
Submit and view feedback for