IAppResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.AppResourceTypeConverter))]
public interface IAppResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.AppResourceTypeConverter))>]
type IAppResource = interface
    interface IJsonSerializable
    interface IResource
Public Interface IAppResource
Implements IResource
Derived
Attributes
Implements

Properties

AddonConfig

Collection of addons

EnableEndToEndTl

Indicate if end to end TLS is enabled.

Fqdn

Fully qualified dns Name.

HttpsOnly

Indicate if only https is allowed.

Id

Fully qualified resource Id for the resource.

(Inherited from IResource)
IdentityPrincipalId

Principal Id of system-assigned managed identity.

IdentityTenantId

Tenant Id of system-assigned managed identity.

IdentityType

Type of the managed identity

LoadedCertificate

Collection of loaded certificates

Location

The GEO location of the application, always the same with its parent resource

Name

The name of the resource.

(Inherited from IResource)
PersistentDiskMountPath

Mount path of the persistent disk

PersistentDiskSizeInGb

Size of the persistent disk in GB

PersistentDiskUsedInGb

Size of the used persistent disk in GB

ProvisioningState

Provisioning state of the App

Public

Indicates whether the App exposes public endpoint

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
TemporaryDiskMountPath

Mount path of the temporary disk

TemporaryDiskSizeInGb

Size of the temporary disk in GB

Type

The type of the resource.

(Inherited from IResource)
Url

URL of the App

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to