Share via


MessageScope Struct

Definition

The MessageScope.

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

Constructors

MessageScope(String)

Initializes a new instance of MessageScope.

Properties

NotSpecified

NotSpecified.

RegisteredSubscriptions

RegisteredSubscriptions.

Methods

Equals(MessageScope)

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

Equality(MessageScope, MessageScope)

Determines if two MessageScope values are the same.

Implicit(String to MessageScope)

Converts a string to a MessageScope.

Inequality(MessageScope, MessageScope)

Determines if two MessageScope values are not the same.

Applies to