SiteContainer 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.
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 |
|
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. |