Share via


ContainerAppIdentitySettings(String) Constructor

Definition

Initializes a new instance of ContainerAppIdentitySettings.

public ContainerAppIdentitySettings(string identity);
new Azure.ResourceManager.AppContainers.Models.ContainerAppIdentitySettings : string -> Azure.ResourceManager.AppContainers.Models.ContainerAppIdentitySettings
Public Sub New (identity As String)

Parameters

identity
String

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

Exceptions

identity is null.

Applies to