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 message scope.
public readonly struct MessageScope : IEquatable<Azure.ResourceManager.ProviderHub.Models.MessageScope>
type MessageScope = struct
Public Structure MessageScope
Implements IEquatable(Of MessageScope)
- Inheritance
-
MessageScope
- Implements
Constructors
| Name | Description |
|---|---|
| MessageScope(String) |
Initializes a new instance of MessageScope. |
Properties
| Name | Description |
|---|---|
| NotSpecified |
Gets the NotSpecified. |
| RegisteredSubscriptions |
Gets the RegisteredSubscriptions. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(MessageScope, MessageScope) |
Determines if two MessageScope values are the same. |
| Implicit(String to MessageScope) |
Converts a string to a MessageScope. |
| Implicit(String to Nullable<MessageScope>) | |
| Inequality(MessageScope, MessageScope) |
Determines if two MessageScope values are not the same. |