Partager via


SitePatchResource Constructeurs

Définition

Surcharges

SitePatchResource()

Initialise une nouvelle instance de la classe SitePatchResource.

SitePatchResource(String, String, String, String, String, IList<String>, String, Nullable<UsageState>, Nullable<Boolean>, IList<String>, Nullable<SiteAvailabilityState>, IList<HostNameSslState>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, SiteConfig, IList<String>, Nullable<Boolean>, String, HostingEnvironmentProfile, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<Int32>, CloningInfo, String, Nullable<Boolean>, String, SlotSwapStatus, Nullable<Boolean>, Nullable<RedundancyMode>, Nullable<Guid>, ManagedServiceIdentity)

Initialise une nouvelle instance de la classe SitePatchResource.

SitePatchResource()

Initialise une nouvelle instance de la classe SitePatchResource.

public SitePatchResource ();
Public Sub New ()

S’applique à

SitePatchResource(String, String, String, String, String, IList<String>, String, Nullable<UsageState>, Nullable<Boolean>, IList<String>, Nullable<SiteAvailabilityState>, IList<HostNameSslState>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, SiteConfig, IList<String>, Nullable<Boolean>, String, HostingEnvironmentProfile, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<Int32>, CloningInfo, String, Nullable<Boolean>, String, SlotSwapStatus, Nullable<Boolean>, Nullable<RedundancyMode>, Nullable<Guid>, ManagedServiceIdentity)

Initialise une nouvelle instance de la classe SitePatchResource.

public SitePatchResource (string id = default, string name = default, string type = default, string kind = default, string state = default, System.Collections.Generic.IList<string> hostNames = default, string repositorySiteName = default, Microsoft.Azure.Management.AppService.Fluent.Models.UsageState? usageState = default, bool? enabled = default, System.Collections.Generic.IList<string> enabledHostNames = default, Microsoft.Azure.Management.AppService.Fluent.Models.SiteAvailabilityState? availabilityState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState> hostNameSslStates = default, string serverFarmId = default, bool? reserved = default, bool? isXenon = default, bool? hyperV = default, DateTime? lastModifiedTimeUtc = default, Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfig siteConfig = default, System.Collections.Generic.IList<string> trafficManagerHostNames = default, bool? scmSiteAlsoStopped = default, string targetSwapSlot = default, Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentProfile hostingEnvironmentProfile = default, bool? clientAffinityEnabled = default, bool? clientCertEnabled = default, string clientCertExclusionPaths = default, bool? hostNamesDisabled = default, string outboundIpAddresses = default, string possibleOutboundIpAddresses = default, int? containerSize = default, int? dailyMemoryTimeQuota = default, DateTime? suspendedTill = default, int? maxNumberOfWorkers = default, Microsoft.Azure.Management.AppService.Fluent.Models.CloningInfo cloningInfo = default, string resourceGroup = default, bool? isDefaultContainer = default, string defaultHostName = default, Microsoft.Azure.Management.AppService.Fluent.Models.SlotSwapStatus slotSwapStatus = default, bool? httpsOnly = default, Microsoft.Azure.Management.AppService.Fluent.Models.RedundancyMode? redundancyMode = default, Guid? inProgressOperationId = default, Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentity identity = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SitePatchResource : string * string * string * string * string * System.Collections.Generic.IList<string> * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.UsageState> * Nullable<bool> * System.Collections.Generic.IList<string> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.SiteAvailabilityState> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<DateTime> * Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfig * System.Collections.Generic.IList<string> * Nullable<bool> * string * Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentProfile * Nullable<bool> * Nullable<bool> * string * Nullable<bool> * string * string * Nullable<int> * Nullable<int> * Nullable<DateTime> * Nullable<int> * Microsoft.Azure.Management.AppService.Fluent.Models.CloningInfo * string * Nullable<bool> * string * Microsoft.Azure.Management.AppService.Fluent.Models.SlotSwapStatus * Nullable<bool> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.RedundancyMode> * Nullable<Guid> * Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentity -> Microsoft.Azure.Management.AppService.Fluent.Models.SitePatchResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional state As String = Nothing, Optional hostNames As IList(Of String) = Nothing, Optional repositorySiteName As String = Nothing, Optional usageState As Nullable(Of UsageState) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional enabledHostNames As IList(Of String) = Nothing, Optional availabilityState As Nullable(Of SiteAvailabilityState) = Nothing, Optional hostNameSslStates As IList(Of HostNameSslState) = Nothing, Optional serverFarmId As String = Nothing, Optional reserved As Nullable(Of Boolean) = Nothing, Optional isXenon As Nullable(Of Boolean) = Nothing, Optional hyperV As Nullable(Of Boolean) = Nothing, Optional lastModifiedTimeUtc As Nullable(Of DateTime) = Nothing, Optional siteConfig As SiteConfig = Nothing, Optional trafficManagerHostNames As IList(Of String) = Nothing, Optional scmSiteAlsoStopped As Nullable(Of Boolean) = Nothing, Optional targetSwapSlot As String = Nothing, Optional hostingEnvironmentProfile As HostingEnvironmentProfile = Nothing, Optional clientAffinityEnabled As Nullable(Of Boolean) = Nothing, Optional clientCertEnabled As Nullable(Of Boolean) = Nothing, Optional clientCertExclusionPaths As String = Nothing, Optional hostNamesDisabled As Nullable(Of Boolean) = Nothing, Optional outboundIpAddresses As String = Nothing, Optional possibleOutboundIpAddresses As String = Nothing, Optional containerSize As Nullable(Of Integer) = Nothing, Optional dailyMemoryTimeQuota As Nullable(Of Integer) = Nothing, Optional suspendedTill As Nullable(Of DateTime) = Nothing, Optional maxNumberOfWorkers As Nullable(Of Integer) = Nothing, Optional cloningInfo As CloningInfo = Nothing, Optional resourceGroup As String = Nothing, Optional isDefaultContainer As Nullable(Of Boolean) = Nothing, Optional defaultHostName As String = Nothing, Optional slotSwapStatus As SlotSwapStatus = Nothing, Optional httpsOnly As Nullable(Of Boolean) = Nothing, Optional redundancyMode As Nullable(Of RedundancyMode) = Nothing, Optional inProgressOperationId As Nullable(Of Guid) = Nothing, Optional identity As ManagedServiceIdentity = Nothing)

Paramètres

id
String
name
String
type
String
kind
String

Type de ressource.

state
String

État actuel de l’application.

hostNames
IList<String>

Noms d’hôte associés à l’application.

repositorySiteName
String

Nom du site de dépôt.

usageState
Nullable<UsageState>

État indiquant si l’application a dépassé son utilisation du quota. Lecture seule. Les valeurs possibles sont les suivantes : « Normal », « Dépassé »

enabled
Nullable<Boolean>

<code>true</code> si l’application est activée ; sinon, <code>false</code>. La définition de cette valeur sur false désactive l’application (met l’application hors connexion).

enabledHostNames
IList<String>

Noms d’hôte activés pour l’application. Les noms d’hôte doivent être attribués (voir HostNames) ET activés. Sinon, l’application n’est pas servie sur ces noms d’hôte.

availabilityState
Nullable<SiteAvailabilityState>

État de disponibilité des informations de gestion pour l’application. Les valeurs possibles sont les suivantes : 'Normal', 'Limited', 'DisasterRecoveryMode'

hostNameSslStates
IList<HostNameSslState>

Les états SSL de nom d’hôte sont utilisés pour gérer les liaisons SSL pour les noms d’hôte de l’application.

serverFarmId
String

ID de ressource du plan App Service associé, au format « /subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName} ».

reserved
Nullable<Boolean>

<code>true</code> si réservé ; sinon, <code>false</code>.

isXenon
Nullable<Boolean>

Obsolète : bac à sable Hyper-V.

hyperV
Nullable<Boolean>

Bac à sable Hyper-V.

lastModifiedTimeUtc
Nullable<DateTime>

Dernière modification de l’application, en UTC. Lecture seule.

siteConfig
SiteConfig

Configuration de l’application.

trafficManagerHostNames
IList<String>

Noms d’hôte Azure Traffic Manager associés à l’application. Lecture seule.

scmSiteAlsoStopped
Nullable<Boolean>

<code>true</code> pour arrêter le site SCM (KUDU) lorsque l’application est arrêtée ; sinon, <code>false</code>. La valeur par défaut est <code>false</code>.

targetSwapSlot
String

Spécifie l’emplacement de déploiement dans lequel cette application va échanger. Lecture seule.

hostingEnvironmentProfile
HostingEnvironmentProfile

App Service Environment à utiliser pour l’application.

clientAffinityEnabled
Nullable<Boolean>

<code>true</code> pour activer l’affinité client ; < code>false</code> pour arrêter l’envoi de cookies d’affinité de session, qui acheminent les requêtes client dans la même session vers le même instance. La valeur par défaut est <true></code>.

clientCertEnabled
Nullable<Boolean>

<code>true</code> pour activer l’authentification par certificat client (authentification mutuelle TLS) ; sinon, <code>false</code>. La valeur par défaut est <le code>false</code>.

clientCertExclusionPaths
String

chemins d’exclusion séparés par des virgules par certificat client

hostNamesDisabled
Nullable<Boolean>

<code>true</code> pour désactiver les noms d’hôte publics de l’application ; sinon, <code>false</code>. Si <le code>est true</code>, l’application n’est accessible que via le processus de gestion des API.

outboundIpAddresses
String

Liste des adresses IP que l’application utilise pour les connexions sortantes (par exemple, l’accès à la base de données). Inclut les adresses IP virtuelles des locataires qui peuvent être hébergés avec les paramètres actuels. Lecture seule.

possibleOutboundIpAddresses
String

Liste des adresses IP que l’application utilise pour les connexions sortantes (par exemple, l’accès à la base de données). Inclut des adresses IP virtuelles de tous les locataires à l’exception de dataComponent. Lecture seule.

containerSize
Nullable<Int32>

Taille du conteneur de fonction.

dailyMemoryTimeQuota
Nullable<Int32>

Quota de mémoire quotidien maximal autorisé (applicable uniquement aux applications dynamiques).

suspendedTill
Nullable<DateTime>

Application suspendue jusqu’au dépassement du quota de mémoire.

maxNumberOfWorkers
Nullable<Int32>

Nombre maximal de workers. Cela s’applique uniquement au conteneur Functions.

cloningInfo
CloningInfo

Si elle est spécifiée lors de la création de l’application, l’application est cloné à partir d’une application source.

resourceGroup
String

Nom du groupe de ressources auquel l’application appartient. Lecture seule.

isDefaultContainer
Nullable<Boolean>

<code>true</code> si l’application est un conteneur par défaut ; sinon, <code>false</code>.

defaultHostName
String

Nom d’hôte par défaut de l’application. Lecture seule.

slotSwapStatus
SlotSwapStatus

État de la dernière opération d’échange d’emplacement de déploiement.

httpsOnly
Nullable<Boolean>

HttpsOnly : configure un site web pour qu’il accepte uniquement les requêtes https. Problèmes de redirection pour les requêtes http

redundancyMode
Nullable<RedundancyMode>

Mode de redondance de site. Les valeurs possibles sont les suivantes : « None », « Manual », « Failover », « ActiveActive », « GeoRedundant »

inProgressOperationId
Nullable<Guid>

Spécifie un ID d’opération si ce site a une opération en attente.

S’applique à