Share via


ConnectionPolicyName Struct

Definition

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