Delen via


ContainerAppAllowedPrincipals Class

Definition

The configuration settings of the Azure Active Directory allowed principals.

public class ContainerAppAllowedPrincipals : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppAllowedPrincipals>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppAllowedPrincipals>
type ContainerAppAllowedPrincipals = class
    interface IJsonModel<ContainerAppAllowedPrincipals>
    interface IPersistableModel<ContainerAppAllowedPrincipals>
Public Class ContainerAppAllowedPrincipals
Implements IJsonModel(Of ContainerAppAllowedPrincipals), IPersistableModel(Of ContainerAppAllowedPrincipals)
Inheritance
ContainerAppAllowedPrincipals
Implements

Constructors

ContainerAppAllowedPrincipals()

Initializes a new instance of ContainerAppAllowedPrincipals.

Properties

Groups

The list of the allowed groups.

Identities

The list of the allowed identities.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppAllowedPrincipals>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerAppAllowedPrincipals>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppAllowedPrincipals>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppAllowedPrincipals>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerAppAllowedPrincipals>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to