IntegrationAccountSkuName 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 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
Azure SDK for .NET