IntegrationAccountSkuName Struct

Definition

The integration account sku name.

public readonly struct IntegrationAccountSkuName : IEquatable<Azure.ResourceManager.Logic.Models.IntegrationAccountSkuName>
type IntegrationAccountSkuName = struct
Public Structure IntegrationAccountSkuName
Implements IEquatable(Of IntegrationAccountSkuName)
Inheritance
IntegrationAccountSkuName
Implements

Constructors

IntegrationAccountSkuName(String)

Initializes a new instance of IntegrationAccountSkuName.

Properties

Basic

Basic.

Free

Free.

NotSpecified

NotSpecified.

Standard

Standard.

Methods

Equals(IntegrationAccountSkuName)

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(IntegrationAccountSkuName, IntegrationAccountSkuName)

Determines if two IntegrationAccountSkuName values are the same.

Implicit(String to IntegrationAccountSkuName)

Converts a string to a IntegrationAccountSkuName.

Inequality(IntegrationAccountSkuName, IntegrationAccountSkuName)

Determines if two IntegrationAccountSkuName values are not the same.

Applies to