ResourceSkuRestrictionsReasonCode 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.
Gets the reason for restriction. Possible values include: 'QuotaId', 'NotAvailableForSubscription'
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.ResourceSkuRestrictionsReasonCodeTypeConverter))]
public struct ResourceSkuRestrictionsReasonCode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.ResourceSkuRestrictionsReasonCode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.ResourceSkuRestrictionsReasonCodeTypeConverter))>]
type ResourceSkuRestrictionsReasonCode = struct
interface IArgumentCompleter
Public Structure ResourceSkuRestrictionsReasonCode
Implements IArgumentCompleter, IEquatable(Of ResourceSkuRestrictionsReasonCode)
- Inheritance
-
ResourceSkuRestrictionsReasonCode
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| NotAvailableForSubscription | |
| QuotaId | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(Object) |
Compares values of enum type ResourceSkuRestrictionsReasonCode (override for Object) |
| Equals(ResourceSkuRestrictionsReasonCode) |
Compares values of enum type ResourceSkuRestrictionsReasonCode |
| GetHashCode() |
Returns hashCode for enum ResourceSkuRestrictionsReasonCode |
| ToString() |
Returns string representation for ResourceSkuRestrictionsReasonCode |
Operators
| Name | Description |
|---|---|
| Equality(ResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode) |
Overriding == operator for enum ResourceSkuRestrictionsReasonCode |
| Implicit(ResourceSkuRestrictionsReasonCode to String) |
Implicit operator to convert ResourceSkuRestrictionsReasonCode to string |
| Implicit(String to ResourceSkuRestrictionsReasonCode) |
Implicit operator to convert string to ResourceSkuRestrictionsReasonCode |
| Inequality(ResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode) |
Overriding != operator for enum ResourceSkuRestrictionsReasonCode |