BotServiceSeverity 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.
Provisioning state of Network Security Perimeter configuration propagation.
public readonly struct BotServiceSeverity : IEquatable<Azure.ResourceManager.BotService.Models.BotServiceSeverity>
type BotServiceSeverity = struct
Public Structure BotServiceSeverity
Implements IEquatable(Of BotServiceSeverity)
- Inheritance
-
BotServiceSeverity
- Implements
Constructors
| Name | Description |
|---|---|
| BotServiceSeverity(String) |
Initializes a new instance of BotServiceSeverity. |
Properties
| Name | Description |
|---|---|
| Error |
Gets the Error. |
| Warning |
Gets the Warning. |
Methods
| Name | Description |
|---|---|
| Equals(BotServiceSeverity) |
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(BotServiceSeverity, BotServiceSeverity) |
Determines if two BotServiceSeverity values are the same. |
| Implicit(String to BotServiceSeverity) |
Converts a string to a BotServiceSeverity. |
| Implicit(String to Nullable<BotServiceSeverity>) | |
| Inequality(BotServiceSeverity, BotServiceSeverity) |
Determines if two BotServiceSeverity values are not the same. |