ApiManagementServiceSkuType 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.
Name of the Sku.
public readonly struct ApiManagementServiceSkuType : IEquatable<Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceSkuType>
type ApiManagementServiceSkuType = struct
Public Structure ApiManagementServiceSkuType
Implements IEquatable(Of ApiManagementServiceSkuType)
- Inheritance
-
ApiManagementServiceSkuType
- Implements
Constructors
ApiManagementServiceSkuType(String) |
Initializes a new instance of ApiManagementServiceSkuType. |
Properties
Basic |
Basic SKU of Api Management. |
Consumption |
Consumption SKU of Api Management. |
Developer |
Developer SKU of Api Management. |
Isolated |
Isolated SKU of Api Management. |
Premium |
Premium SKU of Api Management. |
Standard |
Standard SKU of Api Management. |
Methods
Equals(ApiManagementServiceSkuType) |
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(ApiManagementServiceSkuType, ApiManagementServiceSkuType) |
Determines if two ApiManagementServiceSkuType values are the same. |
Implicit(String to ApiManagementServiceSkuType) |
Converts a string to a ApiManagementServiceSkuType. |
Inequality(ApiManagementServiceSkuType, ApiManagementServiceSkuType) |
Determines if two ApiManagementServiceSkuType values are not the same. |
Applies to
Azure SDK for .NET