Share via


ResourceScopeType Struct

Definition

Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeTypeTypeConverter))]
public struct ResourceScopeType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeTypeTypeConverter))>]
type ResourceScopeType = struct
    interface IArgumentCompleter
Public Structure ResourceScopeType
Implements IArgumentCompleter, IEquatable(Of ResourceScopeType)
Inheritance
ResourceScopeType
Attributes
Implements

Fields

ServerFarm
Subscription
WebSite

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ResourceScopeType (override for Object)

Equals(ResourceScopeType)

Compares values of enum type ResourceScopeType

GetHashCode()

Returns hashCode for enum ResourceScopeType

ToString()

Returns string representation for ResourceScopeType

Operators

Equality(ResourceScopeType, ResourceScopeType)

Overriding == operator for enum ResourceScopeType

Implicit(ResourceScopeType to String)

Implicit operator to convert ResourceScopeType to string

Implicit(String to ResourceScopeType)

Implicit operator to convert string to ResourceScopeType

Inequality(ResourceScopeType, ResourceScopeType)

Overriding != operator for enum ResourceScopeType

Applies to