IntegrationAccountSchema Class

The integration account schema.

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.Resource
IntegrationAccountSchema

Constructor

IntegrationAccountSchema(*, schema_type: Union[str, azure.mgmt.logic.models._logic_management_client_enums.SchemaType], location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, target_namespace: Optional[str] = None, document_name: Optional[str] = None, file_name: Optional[str] = None, metadata: Optional[Any] = None, content: Optional[str] = None, content_type: Optional[str] = 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.

tags
dict[str, str]

A set of tags. The resource tags.

schema_type
str or SchemaType

Required. The schema type. Possible values include: "NotSpecified", "Xml".

target_namespace
str

The target namespace of the schema.

document_name
str

The document name.

file_name
str

The file name.

created_time
datetime

The created time.

changed_time
datetime

The changed time.

metadata
any

The metadata.

content
str

The content.

content_type
str

The content type.

content_link
ContentLink

The content link.