PostgreSqlFlexibleServerIdentityType 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 types of identities associated with this resource; currently restricted to 'None and UserAssigned'.
public readonly struct PostgreSqlFlexibleServerIdentityType : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType>
type PostgreSqlFlexibleServerIdentityType = struct
Public Structure PostgreSqlFlexibleServerIdentityType
Implements IEquatable(Of PostgreSqlFlexibleServerIdentityType)
- Inheritance
-
PostgreSqlFlexibleServerIdentityType
- Implements
Constructors
PostgreSqlFlexibleServerIdentityType(String) |
Initializes a new instance of PostgreSqlFlexibleServerIdentityType. |
Properties
None |
None. |
UserAssigned |
UserAssigned. |
Methods
Equals(PostgreSqlFlexibleServerIdentityType) |
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(PostgreSqlFlexibleServerIdentityType, PostgreSqlFlexibleServerIdentityType) |
Determines if two PostgreSqlFlexibleServerIdentityType values are the same. |
Implicit(String to PostgreSqlFlexibleServerIdentityType) |
Converts a string to a PostgreSqlFlexibleServerIdentityType. |
Inequality(PostgreSqlFlexibleServerIdentityType, PostgreSqlFlexibleServerIdentityType) |
Determines if two PostgreSqlFlexibleServerIdentityType values are not the same. |
Applies to
Azure SDK for .NET