Share via


ResourceProviderType Struct

Definition

Argument completer implementation for ResourceProviderType.

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

Fields

AuthorizationFree
External
Hidden
Internal
LegacyRegistrationRequired
NotSpecified
RegistrationFree
TenantOnly

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 ResourceProviderType (override for Object)

Equals(ResourceProviderType)

Compares values of enum type ResourceProviderType

GetHashCode()

Returns hashCode for enum ResourceProviderType

ToString()

Returns string representation for ResourceProviderType

Operators

Equality(ResourceProviderType, ResourceProviderType)

Overriding == operator for enum ResourceProviderType

Implicit(ResourceProviderType to String)

Implicit operator to convert ResourceProviderType to string

Implicit(String to ResourceProviderType)

Implicit operator to convert string to ResourceProviderType

Inequality(ResourceProviderType, ResourceProviderType)

Overriding != operator for enum ResourceProviderType

Applies to