IAppIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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 |
Name of the connectedEnvironment. |
ContainerAppName |
Name of the Container App. |
DetectorName |
Name of the Container App Detector. |
EnvironmentName |
Name of the Environment. |
Id |
Resource identity path |
JobExecutionName |
Job execution name. |
JobName |
Job Name |
Location |
The name of Azure region. |
ManagedCertificateName |
Name of the Managed Certificate. |
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) |