SapVirtualInstanceIdentityType 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 (where only None and UserAssigned types are allowed).
public readonly struct SapVirtualInstanceIdentityType : IEquatable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceIdentityType>
type SapVirtualInstanceIdentityType = struct
Public Structure SapVirtualInstanceIdentityType
Implements IEquatable(Of SapVirtualInstanceIdentityType)
- Inheritance
-
SapVirtualInstanceIdentityType
- Implements
Constructors
| Name | Description |
|---|---|
| SapVirtualInstanceIdentityType(String) |
Initializes a new instance of SapVirtualInstanceIdentityType. |
Properties
| Name | Description |
|---|---|
| None |
No managed identity. |
| UserAssigned |
User assigned managed identity. |
Methods
| Name | Description |
|---|---|
| Equals(SapVirtualInstanceIdentityType) |
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(SapVirtualInstanceIdentityType, SapVirtualInstanceIdentityType) |
Determines if two SapVirtualInstanceIdentityType values are the same. |
| Implicit(String to Nullable<SapVirtualInstanceIdentityType>) | |
| Implicit(String to SapVirtualInstanceIdentityType) |
Converts a string to a SapVirtualInstanceIdentityType. |
| Inequality(SapVirtualInstanceIdentityType, SapVirtualInstanceIdentityType) |
Determines if two SapVirtualInstanceIdentityType values are not the same. |