SiteInner 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 web app, a mobile app backend, or an API app.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SiteInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SiteInner = class
inherit Resource
Public Class SiteInner
Inherits Resource
- Inheritance
- Attributes
Constructors
Properties
AvailabilityState |
Gets management information availability state for the app. Possible values include: 'Normal', 'Limited', 'DisasterRecoveryMode' |
ClientAffinityEnabled |
Gets or sets <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>. |
ClientCertEnabled |
Gets or sets <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>. |
ClientCertExclusionPaths |
Gets or sets client certificate authentication comma-separated exclusion paths |
CloningInfo |
Gets or sets if specified during app creation, the app is cloned from a source app. |
ContainerSize |
Gets or sets size of the function container. |
DailyMemoryTimeQuota |
Gets or sets maximum allowed daily memory-time quota (applicable on dynamic apps only). |
DefaultHostName |
Gets default hostname of the app. Read-only. |
Enabled |
Gets or sets <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline). |
EnabledHostNames |
Gets enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise, the app is not served on those hostnames. |
HostingEnvironmentProfile |
Gets or sets app Service Environment to use for the app. |
HostNames |
Gets hostnames associated with the app. |
HostNamesDisabled |
Gets or sets <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>. If <code>true</code>, the app is only accessible via API management process. |
HostNameSslStates |
Gets or sets hostname SSL states are used to manage the SSL bindings for app's hostnames. |
HttpsOnly |
Gets or sets httpsOnly: configures a web site to accept only https requests. Issues redirect for http requests |
HyperV |
Gets or sets hyper-V sandbox. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Identity | |
InProgressOperationId |
Gets specifies an operation id if this site has a pending operation. |
IsDefaultContainer |
Gets <code>true</code> if the app is a default container; otherwise, <code>false</code>. |
IsXenon |
Gets or sets obsolete: Hyper-V sandbox. |
Kind |
Gets or sets kind of resource. |
LastModifiedTimeUtc |
Gets last time the app was modified, in UTC. Read-only. |
Location |
Resource location (Inherited from Resource) |
MaxNumberOfWorkers |
Gets maximum number of workers. This only applies to Functions container. |
Name |
Resource name (Inherited from ProxyResource) |
OutboundIpAddresses |
Gets list of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only. |
PossibleOutboundIpAddresses |
Gets list of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only. |
RedundancyMode |
Gets or sets site redundancy mode. Possible values include: 'None', 'Manual', 'Failover', 'ActiveActive', 'GeoRedundant' |
RepositorySiteName |
Gets name of the repository site. |
Reserved |
Gets or sets <code>true</code> if reserved; otherwise, <code>false</code>. |
ResourceGroup |
Gets name of the resource group the app belongs to. Read-only. |
ScmSiteAlsoStopped |
Gets or sets <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>. |
ServerFarmId |
Gets or sets resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}". |
SiteConfig |
Gets or sets configuration of the app. |
SlotSwapStatus |
Gets status of the last deployment slot swap operation. |
State |
Gets current state of the app. |
SuspendedTill |
Gets app suspended till in case memory-time quota is exceeded. |
Tags |
Resource tags (Inherited from Resource) |
TargetSwapSlot |
Gets specifies which deployment slot this app will swap into. Read-only. |
TrafficManagerHostNames |
Gets azure Traffic Manager hostnames associated with the app. Read-only. |
Type |
Resource type (Inherited from ProxyResource) |
UsageState |
Gets state indicating whether the app has exceeded its quota usage. Read-only. Possible values include: 'Normal', 'Exceeded' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET