Share via


SiteContainerProperties Class

Definition

SiteContainer resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteContainerPropertiesTypeConverter))]
public class SiteContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteContainerProperties
Inheritance
SiteContainerProperties
Attributes
Implements

Constructors

Properties

AuthType

Auth Type

CreatedTime

Created Time

EnvironmentVariable

List of environment variables

Image

Image Name

IsMain

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

LastModifiedTime

Last Modified Time

PasswordSecret

Password Secret

StartUpCommand

StartUp Command

TargetPort

Target Port

UserManagedIdentityClientId

UserManagedIdentity ClientId

UserName

User Name

VolumeMount

List of volume mounts

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SiteContainerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SiteContainerProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteContainerProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SiteContainerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to