IntegrationAccountPartnerFilter Class
The integration account partner filter for odata query.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelIntegrationAccountPartnerFilter
Constructor
IntegrationAccountPartnerFilter(*, partner_type: str | PartnerType, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
partner_type
|
str or
PartnerType
Required. The partner type of integration account partner. Possible values include: "NotSpecified", "B2B". |
Variables
Name | Description |
---|---|
partner_type
|
str or
PartnerType
Required. The partner type of integration account partner. Possible values include: "NotSpecified", "B2B". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python