Udostępnij przez


KeyVaultRoleType Struct

Definition

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.

Applies to