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