Sdílet prostřednictvím


SitePatchResource Konstruktory

Definice

Přetížení

SitePatchResource()

Inicializuje novou instanci SitePatchResource třídy.

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)

Inicializuje novou instanci SitePatchResource třídy.

SitePatchResource()

Inicializuje novou instanci SitePatchResource třídy.

public SitePatchResource ();
Public Sub New ()

Platí pro

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)

Inicializuje novou instanci SitePatchResource třídy.

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)

Parametry

id
String
name
String
type
String
kind
String

Druh prostředku.

state
String

Aktuální stav aplikace.

hostNames
IList<String>

Názvy hostitelů přidružené k aplikaci

repositorySiteName
String

Název webu úložiště.

usageState
Nullable<UsageState>

Stav označující, jestli aplikace překročila využití kvóty. Jen pro čtení. Mezi možné hodnoty patří: "Normální", "Překročeno"

enabled
Nullable<Boolean>

<kód>true</code> , pokud je aplikace povolená, <v opačném případě kód>false</kód>. Nastavení této hodnoty na false aplikaci zakáže (přenese aplikaci do offline režimu).

enabledHostNames
IList<String>

Povolené názvy hostitelů pro aplikaci Názvy hostitelů musí být přiřazeny (viz HostNames) A povoleny. V opačném případě se aplikace na tyto názvy hostitelů neobsloužila.

availabilityState
Nullable<SiteAvailabilityState>

Stav dostupnosti informací o správě pro aplikaci Mezi možné hodnoty patří: Normal, Limited, DisasterRecoveryMode.

hostNameSslStates
IList<HostNameSslState>

Stavy SSL názvu hostitele se používají ke správě vazeb SSL pro názvy hostitelů aplikace.

serverFarmId
String

ID prostředku přidruženého plánu App Service ve formátu:/subscriptions/{id_předplatného}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}.

reserved
Nullable<Boolean>

<kód>true</code> if reserved; v opačném případě kód <>false</code>.

isXenon
Nullable<Boolean>

Zastaralé: Sandbox Hyper-V.

hyperV
Nullable<Boolean>

Sandbox technologie Hyper-V.

lastModifiedTimeUtc
Nullable<DateTime>

Čas poslední změny aplikace v UTC. Jen pro čtení.

siteConfig
SiteConfig

Konfigurace aplikace.

trafficManagerHostNames
IList<String>

Názvy hostitelů Azure Traffic Manageru přidružené k aplikaci Jen pro čtení.

scmSiteAlsoStopped
Nullable<Boolean>

<code>true</code> to stop SCM (KUDU) site when the app is stop; otherwise, <code>false</code>. Výchozí hodnota je <kód>false</kód>.

targetSwapSlot
String

Určuje, do kterého slotu nasazení tato aplikace prohodí. Jen pro čtení.

hostingEnvironmentProfile
HostingEnvironmentProfile

App Service Environment použít pro aplikaci.

clientAffinityEnabled
Nullable<Boolean>

<kód>true</kód> pro povolení spřažení klienta; < code>false</code> to stop sending session affinity cookie, které směrují požadavky klientů ve stejné relaci do stejné instance. Výchozí hodnota je <true</>code>.

clientCertEnabled
Nullable<Boolean>

<kód>true</kód> pro povolení ověřování klientských certifikátů (vzájemné ověřování TLS), v opačném případě <kód>false</kód>. Výchozí hodnota je <kód>false</kód>.

clientCertExclusionPaths
String

Cesty vyloučení ověřování klientských certifikátů oddělené čárkami

hostNamesDisabled
Nullable<Boolean>

<code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>. Pokud <je kód>true</code>, je aplikace přístupná pouze prostřednictvím procesu správy rozhraní API.

outboundIpAddresses
String

Seznam IP adres, které aplikace používá pro odchozí připojení (např. přístup k databázi) Zahrnuje virtuální IP adresy z tenantů, které web může hostovat s aktuálním nastavením. Jen pro čtení.

possibleOutboundIpAddresses
String

Seznam IP adres, které aplikace používá pro odchozí připojení (např. přístup k databázi) Zahrnuje virtuální IP adresy ze všech tenantů s výjimkou dataComponent. Jen pro čtení.

containerSize
Nullable<Int32>

Velikost kontejneru funkcí

dailyMemoryTimeQuota
Nullable<Int32>

Maximální povolená denní kvóta paměti (platí jenom pro dynamické aplikace).

suspendedTill
Nullable<DateTime>

Aplikace se pozastaví do doby, než dojde k překročení kvóty v čase paměti.

maxNumberOfWorkers
Nullable<Int32>

Maximální počet pracovních procesů. To platí jenom pro kontejner Functions.

cloningInfo
CloningInfo

Pokud je tato funkce zadána během vytváření aplikace, aplikace se naklonuje ze zdrojové aplikace.

resourceGroup
String

Název skupiny prostředků, do které aplikace patří. Jen pro čtení.

isDefaultContainer
Nullable<Boolean>

<kód>true</code> , pokud je aplikace výchozím kontejnerem; <v opačném případě kód>false</kód>.

defaultHostName
String

Výchozí název hostitele aplikace. Jen pro čtení.

slotSwapStatus
SlotSwapStatus

Stav poslední operace prohození slotu nasazení

httpsOnly
Nullable<Boolean>

HttpsOnly: Nakonfiguruje web tak, aby přijímal pouze požadavky https. Problémy s přesměrováním požadavků HTTP

redundancyMode
Nullable<RedundancyMode>

Režim redundance webu. Mezi možné hodnoty patří: 'None', 'Manual', 'Failover', 'ActiveActive', 'GeoRedundant'

inProgressOperationId
Nullable<Guid>

Určuje ID operace, pokud má tato lokalita čekající operaci.

Platí pro