KeyVaultRoleType 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 role type.
public readonly struct KeyVaultRoleType : IEquatable<Azure.Security.KeyVault.Administration.KeyVaultRoleType>
type KeyVaultRoleType = struct
Public Structure KeyVaultRoleType
Implements IEquatable(Of KeyVaultRoleType)
- Inheritance
-
KeyVaultRoleType
- Implements
Constructors
| Name | Description |
|---|---|
| KeyVaultRoleType(String) |
Initializes a new instance of KeyVaultRoleType. |
Properties
| Name | Description |
|---|---|
| BuiltInRole |
Built in role. |
| CustomRole |
Custom role. |
Methods
| Name | Description |
|---|---|
| Equals(KeyVaultRoleType) |
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
| Name | Description |
|---|---|
| Equality(KeyVaultRoleType, KeyVaultRoleType) |
Determines if two KeyVaultRoleType values are the same. |
| Implicit(String to KeyVaultRoleType) |
Converts a String to a KeyVaultRoleType. |
| Inequality(KeyVaultRoleType, KeyVaultRoleType) |
Determines if two KeyVaultRoleType values are not the same. |