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
KeyVaultRoleDefinitionType(String) |
Initializes a new instance of KeyVaultRoleDefinitionType. |
Properties
MicrosoftAuthorizationRoleDefinitions |
Microsoft.Authorization/roleDefinitions. |
Methods
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
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. |
Applies to
Azure SDK for .NET