AccessPolicyRole 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.
Defines values for AccessPolicyRole.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRoleConverter))]
public struct AccessPolicyRole : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRole>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRoleConverter))>]
type AccessPolicyRole = struct
Public Structure AccessPolicyRole
Implements IEquatable(Of AccessPolicyRole)
- Inheritance
-
AccessPolicyRole
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Reader |
Reader role allows for read-only operations to be performed through the client APIs. |
Methods
Equals(AccessPolicyRole) |
Compares enums of type AccessPolicyRole |
Equals(Object) |
Overrides Equals operator for AccessPolicyRole |
GetHashCode() |
Returns for hashCode AccessPolicyRole |
ToString() |
Returns string representation for AccessPolicyRole |
Operators
Equality(AccessPolicyRole, AccessPolicyRole) |
Overriding == operator for enum AccessPolicyRole |
Implicit(AccessPolicyRole to String) |
Implicit operator to convert AccessPolicyRole to string |
Implicit(String to AccessPolicyRole) |
Implicit operator to convert string to AccessPolicyRole |
Inequality(AccessPolicyRole, AccessPolicyRole) |
Overriding != operator for enum AccessPolicyRole |
Applies to
Azure SDK for .NET