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
IntegrationAccountPartnerType(String) |
Initializes a new instance of IntegrationAccountPartnerType. |
Properties
B2B |
B2B. |
NotSpecified |
NotSpecified. |
Methods
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
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. |
Applies to
Azure SDK for .NET