다음을 통해 공유


ContainerAppIdentitySettings Class

Definition

Optional settings for a Managed Identity that is assigned to the Container App.

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

Constructors

ContainerAppIdentitySettings(String)

Initializes a new instance of ContainerAppIdentitySettings.

Properties

Identity

The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.

Lifecycle

Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppIdentitySettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppIdentitySettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppIdentitySettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppIdentitySettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppIdentitySettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to