VirtualEnclavePrincipalType 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.
Renamed to VirtualEnclavePrincipalType.
public readonly struct VirtualEnclavePrincipalType : IEquatable<Azure.ResourceManager.VirtualEnclaves.Models.VirtualEnclavePrincipalType>
type VirtualEnclavePrincipalType = struct
Public Structure VirtualEnclavePrincipalType
Implements IEquatable(Of VirtualEnclavePrincipalType)
- Inheritance
-
VirtualEnclavePrincipalType
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualEnclavePrincipalType(String) |
Initializes a new instance of VirtualEnclavePrincipalType. |
Properties
| Name | Description |
|---|---|
| Group |
Group. |
| ServicePrincipal |
ServicePrincipal. |
| User |
User. |
Methods
| Name | Description |
|---|---|
| Equals(VirtualEnclavePrincipalType) |
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(VirtualEnclavePrincipalType, VirtualEnclavePrincipalType) |
Determines if two VirtualEnclavePrincipalType values are the same. |
| Implicit(String to VirtualEnclavePrincipalType) |
Converts a String to a VirtualEnclavePrincipalType. |
| Inequality(VirtualEnclavePrincipalType, VirtualEnclavePrincipalType) |
Determines if two VirtualEnclavePrincipalType values are not the same. |