MessageScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |