ProviderQuotaPolicy Struct

Definition

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

Constructors

Name Description
ProviderQuotaPolicy(String)

Initializes a new instance of ProviderQuotaPolicy.

Properties

Name Description
Default

Gets the Default.

None

Gets the None.

Restricted

Gets the Restricted.

Methods

Name Description
Equals(ProviderQuotaPolicy)

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

Determines if two ProviderQuotaPolicy values are the same.

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

Converts a string to a ProviderQuotaPolicy.

Inequality(ProviderQuotaPolicy, ProviderQuotaPolicy)

Determines if two ProviderQuotaPolicy values are not the same.

Applies to