SystemAssignedServiceIdentityType 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.
Type of managed service identity (either system assigned, or none).
public readonly struct SystemAssignedServiceIdentityType : IEquatable<Azure.ResourceManager.DeviceRegistry.Models.SystemAssignedServiceIdentityType>
type SystemAssignedServiceIdentityType = struct
Public Structure SystemAssignedServiceIdentityType
Implements IEquatable(Of SystemAssignedServiceIdentityType)
- Inheritance
-
SystemAssignedServiceIdentityType
- Implements
Constructors
| Name | Description |
|---|---|
| SystemAssignedServiceIdentityType(String) |
Initializes a new instance of SystemAssignedServiceIdentityType. |
Properties
| Name | Description |
|---|---|
| None |
No managed system identity. |
| SystemAssigned |
System assigned managed system identity. |
Methods
| Name | Description |
|---|---|
| Equals(SystemAssignedServiceIdentityType) |
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(SystemAssignedServiceIdentityType, SystemAssignedServiceIdentityType) |
Determines if two SystemAssignedServiceIdentityType values are the same. |
| Implicit(String to Nullable<SystemAssignedServiceIdentityType>) | |
| Implicit(String to SystemAssignedServiceIdentityType) |
Converts a string to a SystemAssignedServiceIdentityType. |
| Inequality(SystemAssignedServiceIdentityType, SystemAssignedServiceIdentityType) |
Determines if two SystemAssignedServiceIdentityType values are not the same. |