Share via


ContainerGroupIdentityAccessControlLevels Class

Definition

The access control levels of the identities.

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

Constructors

ContainerGroupIdentityAccessControlLevels()

Initializes a new instance of ContainerGroupIdentityAccessControlLevels.

Properties

Acls

The access control levels for each identity.

DefaultAccess

The default access level.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerGroupIdentityAccessControlLevels>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerGroupIdentityAccessControlLevels>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerGroupIdentityAccessControlLevels>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerGroupIdentityAccessControlLevels>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerGroupIdentityAccessControlLevels>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to