Freigeben über


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

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.

Applies to