你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DevCenterCmkIdentityType Struct

Definition

The type of identity used to access the key vault key.

public readonly struct DevCenterCmkIdentityType : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterCmkIdentityType>
type DevCenterCmkIdentityType = struct
Public Structure DevCenterCmkIdentityType
Implements IEquatable(Of DevCenterCmkIdentityType)
Inheritance
DevCenterCmkIdentityType
Implements

Constructors

Name Description
DevCenterCmkIdentityType(String)

Initializes a new instance of DevCenterCmkIdentityType.

Properties

Name Description
SystemAssigned

System assigned identity type.

UserAssigned

User assigned identity type.

Methods

Name Description
Equals(DevCenterCmkIdentityType)

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(DevCenterCmkIdentityType, DevCenterCmkIdentityType)

Determines if two DevCenterCmkIdentityType values are the same.

Implicit(String to DevCenterCmkIdentityType)

Converts a string to a DevCenterCmkIdentityType.

Implicit(String to Nullable<DevCenterCmkIdentityType>)
Inequality(DevCenterCmkIdentityType, DevCenterCmkIdentityType)

Determines if two DevCenterCmkIdentityType values are not the same.

Applies to