Share via


KeyVaultRoleDefinitionType Struct

Definition

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