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