SiteContainerData 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.
A class representing the SiteContainer data model. Container of a site Serialized Name: SiteContainer
public class SiteContainerData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.SiteContainerData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.SiteContainerData>
type SiteContainerData = class
inherit ResourceData
interface IJsonModel<SiteContainerData>
interface IPersistableModel<SiteContainerData>
Public Class SiteContainerData
Inherits ResourceData
Implements IJsonModel(Of SiteContainerData), IPersistableModel(Of SiteContainerData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SiteContainerData() |
Initializes a new instance of SiteContainerData. |
Properties
| Name | Description |
|---|---|
| AuthType |
Auth Type Serialized Name: SiteContainer.properties.authType |
| CreatedOn |
Created Time Serialized Name: SiteContainer.properties.createdTime |
| EnvironmentVariables |
List of environment variables Serialized Name: SiteContainer.properties.environmentVariables |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Image |
Image Name Serialized Name: SiteContainer.properties.image |
| InheritAppSettingsAndConnectionStrings |
<code>true</code> if all AppSettings and ConnectionStrings have to be passed to the container as environment variables; <code>false</code> otherwise. Serialized Name: SiteContainer.properties.inheritAppSettingsAndConnectionStrings |
| IsMain |
<code>true</code> if the container is the main site container; <code>false</code> otherwise. Serialized Name: SiteContainer.properties.isMain |
| Kind |
Kind of resource. Serialized Name: SiteContainer.kind |
| LastModifiedOn |
Last Modified Time Serialized Name: SiteContainer.properties.lastModifiedTime |
| Name |
The name of the resource. (Inherited from ResourceData) |
| PasswordSecret |
Password Secret Serialized Name: SiteContainer.properties.passwordSecret |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| StartUpCommand |
StartUp Command Serialized Name: SiteContainer.properties.startUpCommand |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| TargetPort |
Target Port Serialized Name: SiteContainer.properties.targetPort |
| UserManagedIdentityClientId |
UserManagedIdentity ClientId Serialized Name: SiteContainer.properties.userManagedIdentityClientId |
| UserName |
User Name Serialized Name: SiteContainer.properties.userName |
| VolumeMounts |
List of volume mounts Serialized Name: SiteContainer.properties.volumeMounts |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<SiteContainerData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<SiteContainerData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<SiteContainerData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<SiteContainerData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<SiteContainerData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |