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

AppIdentity Class

Definition

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

Constructors

AppIdentity()

Creates an new AppIdentity instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AppIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AppIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAppIdentity.

FromJsonString(String)

Creates a new instance of AppIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AppIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to