ResourceProviderType Struct

Definition

The provider type.

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

Constructors

Name Description
ResourceProviderType(String)

Initializes a new instance of ResourceProviderType.

Properties

Name Description
AuthorizationFree

Gets the AuthorizationFree.

External

Gets the External.

Hidden

Gets the Hidden.

Internal

Gets the Internal.

LegacyRegistrationRequired

Gets the LegacyRegistrationRequired.

NotSpecified

Gets the NotSpecified.

RegistrationFree

Gets the RegistrationFree.

TenantOnly

Gets the TenantOnly.

Methods

Name Description
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

Name Description
Equality(ResourceProviderType, ResourceProviderType)

Determines if two ResourceProviderType values are the same.

Implicit(String to Nullable<ResourceProviderType>)
Implicit(String to ResourceProviderType)

Converts a string to a ResourceProviderType.

Inequality(ResourceProviderType, ResourceProviderType)

Determines if two ResourceProviderType values are not the same.

Applies to