IntegrationAccountPartner Class

The integration account partner.

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
IntegrationAccountPartner

Constructor

IntegrationAccountPartner(*, partner_type: Union[str, azure.mgmt.logic.models._logic_management_client_enums.PartnerType], content: azure.mgmt.logic.models._models_py3.PartnerContent, location: Optional[str] = None, tags: Optional[Dict[str, 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.

tags
dict[str, str]

A set of tags. The resource tags.

partner_type
str or PartnerType

Required. The partner type. Possible values include: "NotSpecified", "B2B".

created_time
datetime

The created time.

changed_time
datetime

The changed time.

metadata
any

The metadata.

content
PartnerContent

Required. The partner content.