Share via


ResourceProviderType Struct

Definition

The ResourceProviderType.

public readonly struct ResourceProviderType : IEquatable<Azure.ResourceManager.ProviderHub.Models.ResourceProviderType>
type ResourceProviderType = struct
Public Structure ResourceProviderType
Implements IEquatable(Of ResourceProviderType)
Inheritance
ResourceProviderType
Implements

Constructors

ResourceProviderType(String)

Initializes a new instance of ResourceProviderType.

Properties

AuthorizationFree

AuthorizationFree.

External

External.

Hidden

Hidden.

Internal

Internal.

LegacyRegistrationRequired

LegacyRegistrationRequired.

NotSpecified

NotSpecified.

RegistrationFree

RegistrationFree.

TenantOnly

TenantOnly.

Methods

Equals(ResourceProviderType)

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(ResourceProviderType, ResourceProviderType)

Determines if two ResourceProviderType values are the same.

Implicit(String to ResourceProviderType)

Converts a string to a ResourceProviderType.

Inequality(ResourceProviderType, ResourceProviderType)

Determines if two ResourceProviderType values are not the same.

Applies to