DevCenterCmkIdentityType 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 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. |