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