AppServicePlanRestrictions 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.
App Service plans this offer is restricted to.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictionsTypeConverter))]
public struct AppServicePlanRestrictions : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictions>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AppServicePlanRestrictionsTypeConverter))>]
type AppServicePlanRestrictions = struct
interface IArgumentCompleter
Public Structure AppServicePlanRestrictions
Implements IArgumentCompleter, IEquatable(Of AppServicePlanRestrictions)
- Inheritance
-
AppServicePlanRestrictions
- Attributes
- Implements
Fields
Basic | |
Free | |
None | |
Premium | |
Shared | |
Standard |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AppServicePlanRestrictions) |
Compares values of enum type AppServicePlanRestrictions |
Equals(Object) |
Compares values of enum type AppServicePlanRestrictions (override for Object) |
GetHashCode() |
Returns hashCode for enum AppServicePlanRestrictions |
ToString() |
Returns string representation for AppServicePlanRestrictions |
Operators
Equality(AppServicePlanRestrictions, AppServicePlanRestrictions) |
Overriding == operator for enum AppServicePlanRestrictions |
Implicit(AppServicePlanRestrictions to String) |
Implicit operator to convert AppServicePlanRestrictions to string |
Implicit(String to AppServicePlanRestrictions) |
Implicit operator to convert string to AppServicePlanRestrictions |
Inequality(AppServicePlanRestrictions, AppServicePlanRestrictions) |
Overriding != operator for enum AppServicePlanRestrictions |