IntegrationAccountPartnerType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The partner type.
public readonly struct IntegrationAccountPartnerType : IEquatable<Azure.ResourceManager.Logic.Models.IntegrationAccountPartnerType>
type IntegrationAccountPartnerType = struct
Public Structure IntegrationAccountPartnerType
Implements IEquatable(Of IntegrationAccountPartnerType)
- Inheritance
-
IntegrationAccountPartnerType
- Implements
Constructors
| Name | Description |
|---|---|
| IntegrationAccountPartnerType(String) |
Initializes a new instance of IntegrationAccountPartnerType. |
Properties
| Name | Description |
|---|---|
| B2B |
B2B. |
| NotSpecified |
NotSpecified. |
Methods
| Name | Description |
|---|---|
| Equals(IntegrationAccountPartnerType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(IntegrationAccountPartnerType, IntegrationAccountPartnerType) |
Determines if two IntegrationAccountPartnerType values are the same. |
| Implicit(String to IntegrationAccountPartnerType) |
Converts a String to a IntegrationAccountPartnerType. |
| Inequality(IntegrationAccountPartnerType, IntegrationAccountPartnerType) |
Determines if two IntegrationAccountPartnerType values are not the same. |