IAppIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AppIdentityTypeConverter))]
public interface IAppIdentity : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AppIdentityTypeConverter))>]
type IAppIdentity = interface
    interface IJsonSerializable
Public Interface IAppIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AuthConfigName

Name of the Container App AuthConfig.

CertificateName

Name of the Certificate.

ComponentName

Name of the Dapr Component.

ConnectedEnvironmentName
ContainerAppName

Name of the Container App.

DetectorName
EnvironmentName

Name of the Managed Environment.

Id

Resource identity path

JobExecutionName
JobName
Location
ManagedCertificateName
ReplicaName

Name of the Container App Revision Replica.

ResourceGroupName

The name of the resource group. The name is case insensitive.

RevisionName

Name of the Container App Revision.

SourceControlName

Name of the Container App SourceControl.

StorageName

Name of the storage.

SubscriptionId

The ID of the target subscription.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to