Condividi tramite


ISiteContainer Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteContainerTypeConverter))]
public interface ISiteContainer : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteContainerTypeConverter))>]
type ISiteContainer = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface ISiteContainer
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

AuthType

Auth Type

CreatedTime

Created Time

EnvironmentVariable

List of environment variables

Id

Resource Id.

(Inherited from IProxyOnlyResource)
Image

Image Name

IsMain

true if the container is the main site container; false otherwise.

Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
LastModifiedTime

Last Modified Time

Name

Resource Name.

(Inherited from IProxyOnlyResource)
PasswordSecret

Password Secret

StartUpCommand

StartUp Command

TargetPort

Target Port

Type

Resource type.

(Inherited from IProxyOnlyResource)
UserManagedIdentityClientId

UserManagedIdentity ClientId

UserName

User Name

VolumeMount

List of volume mounts

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to