SqlPoolSecurityAlertPolicyName 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 SqlPoolSecurityAlertPolicyName.
public readonly struct SqlPoolSecurityAlertPolicyName : IEquatable<Azure.ResourceManager.Synapse.Models.SqlPoolSecurityAlertPolicyName>
type SqlPoolSecurityAlertPolicyName = struct
Public Structure SqlPoolSecurityAlertPolicyName
Implements IEquatable(Of SqlPoolSecurityAlertPolicyName)
- Inheritance
-
SqlPoolSecurityAlertPolicyName
- Implements
Constructors
| Name | Description |
|---|---|
| SqlPoolSecurityAlertPolicyName(String) |
Initializes a new instance of SqlPoolSecurityAlertPolicyName. |
Properties
| Name | Description |
|---|---|
| Default |
default. |
Methods
| Name | Description |
|---|---|
| Equals(SqlPoolSecurityAlertPolicyName) |
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(SqlPoolSecurityAlertPolicyName, SqlPoolSecurityAlertPolicyName) |
Determines if two SqlPoolSecurityAlertPolicyName values are the same. |
| Implicit(String to SqlPoolSecurityAlertPolicyName) |
Converts a String to a SqlPoolSecurityAlertPolicyName. |
| Inequality(SqlPoolSecurityAlertPolicyName, SqlPoolSecurityAlertPolicyName) |
Determines if two SqlPoolSecurityAlertPolicyName values are not the same. |