ISiteContainer Interface
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.
[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 |
|
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) |