Freigeben über


SkipNotification Struct

Definition

Whether notifications should be skipped.

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

Constructors

Name Description
SkipNotification(String)

Initializes a new instance of SkipNotification.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Unspecified

Unspecified.

Methods

Name Description
Equals(SkipNotification)

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

Determines if two SkipNotification values are the same.

Implicit(String to SkipNotification)

Converts a String to a SkipNotification.

Inequality(SkipNotification, SkipNotification)

Determines if two SkipNotification values are not the same.

Applies to