你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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