次の方法で共有


SiteContainer Class

Definition

Container of a site

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteContainerTypeConverter))]
public class SiteContainer : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteContainer, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteContainerTypeConverter))>]
type SiteContainer = class
    interface ISiteContainer
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class SiteContainer
Implements ISiteContainer, IValidates
Inheritance
SiteContainer
Attributes
Implements

Constructors

SiteContainer()

Creates an new SiteContainer instance.

Properties

AuthType

Auth Type

CreatedTime

Created Time

EnvironmentVariable

List of environment variables

Id

Resource Id.

Image

Image Name

IsMain

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

Kind

Kind of resource.

LastModifiedTime

Last Modified Time

Name

Resource Name.

PasswordSecret

Password Secret

StartUpCommand

StartUp Command

TargetPort

Target Port

Type

Resource type.

UserManagedIdentityClientId

UserManagedIdentity ClientId

UserName

User Name

VolumeMount

List of volume mounts

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SiteContainer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SiteContainer.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SiteContainer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to