Udostępnij przez


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

AuthorizationFree.

External

External.

Hidden

Hidden.

Internal

Internal.

LegacyRegistrationRequired

LegacyRegistrationRequired.

NotSpecified

NotSpecified.

RegistrationFree

RegistrationFree.

TenantOnly

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

Converts a String to a ResourceProviderType.

Inequality(ResourceProviderType, ResourceProviderType)

Determines if two ResourceProviderType values are not the same.

Applies to