PrincipalType Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Define valores para PrincipalType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType>))]
public class PrincipalType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType>))>]
type PrincipalType = class
inherit ExpandableStringEnum<PrincipalType>
Public Class PrincipalType
Inherits ExpandableStringEnum(Of PrincipalType)
- Herencia
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Constructores
PrincipalType() |
Define valores para PrincipalType. |
Campos
Application |
Define valores para PrincipalType. |
DirectoryObjectOrGroup |
Define valores para PrincipalType. |
DirectoryRoleTemplate |
Define valores para PrincipalType. |
Everyone |
Define valores para PrincipalType. |
ForeignGroup |
Define valores para PrincipalType. |
Group |
Define valores para PrincipalType. |
MSI |
Define valores para PrincipalType. |
ServicePrincipal |
Define valores para PrincipalType. |
Unknown |
Define valores para PrincipalType. |
User |
Define valores para PrincipalType. |
Propiedades
Value |
Define valores para PrincipalType. (Heredado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para PrincipalType. (Heredado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para PrincipalType. (Heredado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para PrincipalType. (Heredado de ExpandableStringEnum<T>) |
ToString() |
Define valores para PrincipalType. (Heredado de ExpandableStringEnum<T>) |
Se aplica a
Azure SDK for .NET