ProviderNotificationOption Struct

Definition

Notification options.

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

Constructors

Name Description
ProviderNotificationOption(String)

Initializes a new instance of ProviderNotificationOption.

Properties

Name Description
EmitSpendingLimit

Gets the EmitSpendingLimit.

None

Gets the None.

NotSpecified

Gets the NotSpecified.

Methods

Name Description
Equals(ProviderNotificationOption)

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

Determines if two ProviderNotificationOption values are the same.

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

Converts a string to a ProviderNotificationOption.

Inequality(ProviderNotificationOption, ProviderNotificationOption)

Determines if two ProviderNotificationOption values are not the same.

Applies to