IntegrationAccountPartnerType Struct

Definition

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