AppIdentity Class
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 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 |
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
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() |