Compartir a través de


Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201 Namespace

Classes

AllowedAudiencesValidation

The configuration settings of the Allowed Audiences validation flow.

AllowedPrincipals

The configuration settings of the Azure Active Directory allowed principals.

ApiDefinitionInfo

Information about the formal API definition for the app.

ApiKvReference

Description of site key vault references.

ApiKvReferenceCollection
ApiKvReferenceProperties

ApiKVReference resource specific properties

ApiManagementConfig

Azure API management (APIM) configuration linked to the app.

Apple

The configuration settings of the Apple provider.

AppleRegistration

The configuration settings of the registration for the Apple provider

ApplicationLogsConfig

Application logs configuration.

AppRegistration

The configuration settings of the app registration for providers that have app ids and app secrets

AuthPlatform

The configuration settings of the platform of App Service Authentication/Authorization.

AutoHealActions

Actions which to take by the auto-heal module when a rule is triggered.

AutoHealCustomAction

Custom action to be executed when an auto heal rule is triggered.

AutoHealRules

Rules that can be defined for auto-heal.

AutoHealTriggers

Triggers for auto-heal.

AzureActiveDirectory

The configuration settings of the Azure Active directory provider.

AzureActiveDirectoryLogin

The configuration settings of the Azure Active Directory login flow.

AzureActiveDirectoryRegistration

The configuration settings of the Azure Active Directory app registration.

AzureActiveDirectoryValidation

The configuration settings of the Azure Active Directory token validation flow.

AzureBlobStorageApplicationLogsConfig

Application logs azure blob storage configuration.

AzureBlobStorageHttpLogsConfig

Http logs to azure blob storage configuration.

AzureStaticWebApps

The configuration settings of the Azure Static Web Apps provider.

AzureStaticWebAppsRegistration

The configuration settings of the registration for the Azure Static Web Apps provider

AzureStorageInfoValue

Azure Files or Blob Storage access information value for dictionary storage.

AzureStoragePropertyDictionaryResource

AzureStorageInfo dictionary resource.

AzureStoragePropertyDictionaryResourceProperties

Azure storage accounts.

AzureTableStorageApplicationLogsConfig

Application logs to Azure table storage configuration.

BackupItem

Backup description.

BackupItemCollection

Collection of backup items.

BackupItemProperties

BackupItem resource specific properties

BackupRequest

Description of a backup which will be performed.

BackupRequestProperties

BackupRequest resource specific properties

BackupSchedule

Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.

BlobStorageTokenStore

The configuration settings of the storage of the tokens if blob storage is used.

ClientRegistration

The configuration settings of the app registration for providers that have client ids and client secrets

CloningInfo

Information needed for cloning operation.

CloningInfoAppSettingsOverrides

Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained.

ConnectionStringDictionary

String dictionary resource.

ConnectionStringDictionaryProperties

Connection strings.

ConnStringInfo

Database connection string information.

ConnStringValueTypePair

Database connection string value to type pair.

ContainerCpuStatistics
ContainerCpuUsage
ContainerInfo
ContainerMemoryStatistics
ContainerNetworkInterfaceStatistics
ContainerThrottlingData
ContinuousWebJob

Continuous Web Job Information.

ContinuousWebJobCollection

Collection of Kudu continuous web job information elements.

ContinuousWebJobProperties

ContinuousWebJob resource specific properties

ContinuousWebJobPropertiesSettings

Job settings.

CookieExpiration

The configuration settings of the session cookie's expiration.

CorsSettings

Cross-Origin Resource Sharing (CORS) settings for the app.

CsmPublishingCredentialsPoliciesEntity

Publishing Credentials Policies parameters.

CsmPublishingCredentialsPoliciesEntityProperties

CsmPublishingCredentialsPoliciesEntity resource specific properties

CsmPublishingProfileOptions

Publishing options for requested profile.

CsmSlotEntity

Deployment slot parameters.

CustomHostnameAnalysisResult

Custom domain analysis.

CustomHostnameAnalysisResultProperties

CustomHostnameAnalysisResult resource specific properties

CustomOpenIdConnectProvider

The configuration settings of the custom Open ID Connect provider.

DatabaseBackupSetting

Database backup settings.

DefaultAuthorizationPolicy

The configuration settings of the Azure Active Directory default authorization policy.

DeletedAppRestoreRequest

Details about restoring a deleted app.

DeletedAppRestoreRequestProperties

DeletedAppRestoreRequest resource specific properties

Deployment

User credentials used for publishing activity.

DeploymentCollection

Collection of app deployments.

DeploymentProperties

Deployment resource specific properties

EnabledConfig

Enabled configuration.

ErrorEntityAutoGenerated

Body of the error response returned from the API.

Experiments

Routing rules in production experiments.

Facebook

The configuration settings of the Facebook provider.

FileSystemApplicationLogsConfig

Application logs to file system configuration.

FileSystemHttpLogsConfig

Http logs to file system configuration.

FileSystemTokenStore

The configuration settings of the storage of the tokens if a file system is used.

ForwardProxy

The configuration settings of a forward proxy used to make the requests.

FunctionEnvelope

Function information.

FunctionEnvelopeCollection

Collection of Kudu function information elements.

FunctionEnvelopeProperties

FunctionEnvelope resource specific properties

FunctionEnvelopePropertiesFiles

File list.

FunctionSecrets

Function secrets.

GitHub

The configuration settings of the GitHub provider.

GitHubActionCodeConfiguration

The GitHub action code configuration.

GitHubActionConfiguration

The GitHub action configuration.

GitHubActionContainerConfiguration

The GitHub action container configuration.

GlobalValidation

The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.

Google

The configuration settings of the Google provider.

HandlerMapping

The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.

HostingEnvironmentProfile

Specification for an App Service Environment to use for this resource.

HostKeys

Functions host level keys.

HostKeysFunctionKeys

Host level function keys.

HostKeysSystemKeys

System keys.

HostNameBinding

A hostname binding object.

HostNameBindingCollection

Collection of hostname bindings.

HostNameBindingProperties

HostNameBinding resource specific properties

HostNameSslState

SSL-enabled hostname.

HttpLogsConfig

Http logs configuration.

HttpSettings

The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.

HttpSettingsRoutes

The configuration settings of the paths HTTP requests.

HybridConnection

Hybrid Connection contract. This is used to configure a Hybrid Connection.

HybridConnectionProperties

HybridConnection resource specific properties

IdentityProviders

The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.

IdentityProvidersCustomOpenIdConnectProviders

The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.

IPSecurityRestriction

IP security restriction on an app.

IPSecurityRestrictionHeaders

IP restriction rule headers. X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples). The matching logic is ..

  • If the property is null or empty (default), all hosts(or lack of) are allowed.
  • A value is compared using ordinal-ignore-case (excluding port number).
  • Subdomain wildcards are permitted but don't match the root domain. For example, *.contoso.com matches the subdomain foo.contoso.com but not the root domain contoso.com or multi-level foo.bar.contoso.com
  • Unicode host names are allowed but are converted to Punycode for matching. X-Forwarded-For (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples). The matching logic is ..
  • If the property is null or empty (default), any forwarded-for chains (or lack of) are allowed.
  • If any address (excluding port number) in the chain (comma separated) matches the CIDR defined by the property. X-Azure-FDID and X-FD-HealthProbe. The matching logic is exact match.
JwtClaimChecks

The configuration settings of the checks that should be made while validating the JWT Claims.

KeyInfo

Function key info.

LegacyMicrosoftAccount

The configuration settings of the legacy Microsoft Account provider.

Login

The configuration settings of the login flow of users using App Service Authentication/Authorization.

LoginRoutes

The routes that specify the endpoints used for login and logout requests.

LoginScopes

The configuration settings of the login flow, including the scopes that should be requested.

ManagedServiceIdentityAutoGenerated

Managed service identity.

ManagedServiceIdentityUserAssignedIdentities

The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}

MigrateMySqlRequest

MySQL migration request.

MigrateMySqlRequestProperties

MigrateMySqlRequest resource specific properties

MigrateMySqlStatus

MySQL migration status.

MigrateMySqlStatusProperties

MigrateMySqlStatus resource specific properties

MSDeploy

MSDeploy ARM PUT information

MSDeployCore

MSDeploy ARM PUT core information

MSDeployCoreSetParameters

MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.

MSDeployLog

MSDeploy log

MSDeployLogEntry

MSDeploy log entry

MSDeployLogProperties

MSDeployLog resource specific properties

MSDeployStatus

MSDeploy ARM response

MSDeployStatusProperties

MSDeployStatus resource specific properties

NameValuePair

Name value pair.

NetworkFeatures

Full view of network features for an app (presently VNET integration and Hybrid Connections).

NetworkFeaturesProperties

NetworkFeatures resource specific properties

NetworkTrace

Network trace

Nonce

The configuration settings of the nonce used in the login flow.

OpenIdConnectClientCredential

The authentication client credentials of the custom Open ID Connect provider.

OpenIdConnectConfig

The configuration settings of the endpoints used for the custom Open ID Connect provider.

OpenIdConnectLogin

The configuration settings of the login flow of the custom Open ID Connect provider.

OpenIdConnectRegistration

The configuration settings of the app registration for the custom Open ID Connect provider.

PerfMonCounterCollection

Collection of performance monitor counters.

PerfMonResponse

Performance monitor API response.

PerfMonSample

Performance monitor sample in a set.

PerfMonSet

Metric information.

PremierAddOn

Premier add-on.

PremierAddOnPatchResource

ARM resource for a PremierAddOn.

PremierAddOnPatchResourceProperties

PremierAddOnPatchResource resource specific properties

PremierAddOnProperties

PremierAddOn resource specific properties

PrivateAccess

Description of the parameters of Private Access for a Web Site.

PrivateAccessProperties

PrivateAccess resource specific properties

PrivateAccessSubnet

Description of a Virtual Network subnet that is useable for private site access.

PrivateAccessVirtualNetwork

Description of a Virtual Network that is useable for private site access.

ProcessInfo

Process Information.

ProcessInfoCollection

Collection of Kudu process information elements.

ProcessInfoProperties

ProcessInfo resource specific properties

ProcessInfoPropertiesEnvironmentVariables

List of environment variables.

ProcessModuleInfo

Process Module Information.

ProcessModuleInfoCollection

Collection of Kudu thread information elements.

ProcessModuleInfoProperties

ProcessModuleInfo resource specific properties

ProcessThreadInfo

Process Thread Information.

ProcessThreadInfoCollection

Collection of Kudu thread information elements.

ProcessThreadInfoProperties

ProcessThreadInfo resource specific properties

PublicCertificate

Public certificate object

PublicCertificateCollection

Collection of public certificates

PublicCertificateProperties

PublicCertificate resource specific properties

PublishingCredentialsPoliciesCollection

Publishing Credentials Policies entity collection ARM resource.

PushSettings

Push settings for the App.

PushSettingsProperties

PushSettings resource specific properties

RampUpRule

Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.

RelayServiceConnectionEntity

Hybrid Connection for an App Service app.

RelayServiceConnectionEntityProperties

RelayServiceConnectionEntity resource specific properties

RequestsBasedTrigger

Trigger based on total requests.

RestoreRequest

Description of a restore request.

RestoreRequestProperties

RestoreRequest resource specific properties

SiteAuthSettings

Configuration settings for the Azure App Service Authentication / Authorization feature.

SiteAuthSettingsProperties

SiteAuthSettings resource specific properties

SiteAuthSettingsV2

Configuration settings for the Azure App Service Authentication / Authorization V2 feature.

SiteAuthSettingsV2Properties

SiteAuthSettingsV2 resource specific properties

SiteCloneability

Represents whether or not an app is cloneable.

SiteCloneabilityCriterion

An app cloneability criterion.

SiteConfig

Configuration of an App Service app.

SiteConfigAzureStorageAccounts

List of Azure Storage Accounts.

SiteConfigResource

Web app configuration ARM resource.

SiteConfigResourceCollection

Collection of site configurations.

SiteConfigurationSnapshotInfo

A snapshot of a web app configuration.

SiteConfigurationSnapshotInfoCollection

Collection of metadata for the app configuration snapshots that can be restored.

SiteConfigurationSnapshotInfoProperties

SiteConfigurationSnapshotInfo resource specific properties

SiteExtensionInfo

Site Extension Information.

SiteExtensionInfoCollection

Collection of Kudu site extension information elements.

SiteExtensionInfoProperties

SiteExtensionInfo resource specific properties

SiteLimits

Metric limits set on an app.

SiteLogsConfig

Configuration of App Service site logs.

SiteLogsConfigProperties

SiteLogsConfig resource specific properties

SiteMachineKey

MachineKey of an app.

SitePatchResource

ARM resource for a site.

SitePatchResourceProperties

SitePatchResource resource specific properties

SitePhpErrorLogFlag

Used for getting PHP error logging flag.

SitePhpErrorLogFlagProperties

SitePhpErrorLogFlag resource specific properties

SiteSourceControl

Source control configuration for an app.

SiteSourceControlProperties

SiteSourceControl resource specific properties

SlotConfigNames

Names for connection strings, application settings, and external Azure storage account configuration identifiers to be marked as sticky to the deployment slot and not moved during a swap operation. This is valid for all deployment slots in an app.

SlotConfigNamesResource

Slot Config names azure resource.

SlotDifference

A setting difference between two deployment slots of an app.

SlotDifferenceCollection

Collection of slot differences.

SlotDifferenceProperties

SlotDifference resource specific properties

SlotSwapStatus

The status of the last successful slot swap operation.

SlowRequestsBasedTrigger

Trigger based on request execution time.

Snapshot

A snapshot of an app.

SnapshotCollection

Collection of snapshots which can be used to revert an app to a previous time.

SnapshotProperties

Snapshot resource specific properties

SnapshotRecoverySource

Specifies the web app that snapshot contents will be retrieved from.

SnapshotRestoreRequest

Details about app recovery operation.

SnapshotRestoreRequestProperties

SnapshotRestoreRequest resource specific properties

StatusCodesBasedTrigger

Trigger based on status code.

StatusCodesRangeBasedTrigger

Trigger based on range of status codes.

StorageMigrationOptions

Options for app content migration.

StorageMigrationOptionsProperties

StorageMigrationOptions resource specific properties

StorageMigrationResponse

Response for a migration of app content request.

StorageMigrationResponseProperties

StorageMigrationResponse resource specific properties

SwiftVirtualNetwork

Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.

SwiftVirtualNetworkProperties

SwiftVirtualNetwork resource specific properties

TokenStore

The configuration settings of the token store.

TriggeredJobHistory

Triggered Web Job History. List of Triggered Web Job Run Information elements.

TriggeredJobHistoryCollection

Collection of Kudu continuous web job information elements.

TriggeredJobHistoryProperties

TriggeredJobHistory resource specific properties

TriggeredJobRun

Triggered Web Job Run Information.

TriggeredWebJob

Triggered Web Job Information.

TriggeredWebJobCollection

Collection of Kudu continuous web job information elements.

TriggeredWebJobProperties

TriggeredWebJob resource specific properties

TriggeredWebJobPropertiesSettings

Job settings.

Twitter

The configuration settings of the Twitter provider.

TwitterRegistration

The configuration settings of the app registration for the Twitter provider.

UserAssignedIdentity

User Assigned identity.

VirtualApplication

Virtual application in an app.

VirtualDirectory

Directory for virtual application.

VnetInfo

Virtual Network information contract.

VnetRoute

Virtual Network route contract used to pass routing information for a Virtual Network.

VnetRouteProperties

VnetRoute resource specific properties

WebAppInstanceStatusCollection

Collection of app instances.

WebJob

Web Job Information.

WebJobCollection

Collection of Kudu web job information elements.

WebJobProperties

WebJob resource specific properties

WebJobPropertiesSettings

Job settings.

WebSiteInstanceStatus
WebSiteInstanceStatusProperties

WebSiteInstanceStatus resource specific properties

WebSiteInstanceStatusPropertiesContainers

Interfaces

IAllowedAudiencesValidation
IAllowedPrincipals
IApiDefinitionInfo
IApiKvReference
IApiKvReferenceCollection
IApiKvReferenceProperties
IApiManagementConfig
IApple
IAppleRegistration
IApplicationLogsConfig
IAppRegistration
IAuthPlatform
IAutoHealActions
IAutoHealCustomAction
IAutoHealRules
IAutoHealTriggers
IAzureActiveDirectory
IAzureActiveDirectoryLogin
IAzureActiveDirectoryRegistration
IAzureActiveDirectoryValidation
IAzureBlobStorageApplicationLogsConfig
IAzureBlobStorageHttpLogsConfig
IAzureStaticWebApps
IAzureStaticWebAppsRegistration
IAzureStorageInfoValue
IAzureStoragePropertyDictionaryResource
IAzureStoragePropertyDictionaryResourceProperties
IAzureTableStorageApplicationLogsConfig
IBackupItem
IBackupItemCollection
IBackupItemProperties
IBackupRequest
IBackupRequestProperties
IBackupSchedule
IBlobStorageTokenStore
IClientRegistration
ICloningInfo
ICloningInfoAppSettingsOverrides
IConnectionStringDictionary
IConnectionStringDictionaryProperties
IConnStringInfo
IConnStringValueTypePair
IContainerCpuStatistics
IContainerCpuUsage
IContainerInfo
IContainerMemoryStatistics
IContainerNetworkInterfaceStatistics
IContainerThrottlingData
IContinuousWebJob
IContinuousWebJobCollection
IContinuousWebJobProperties
IContinuousWebJobPropertiesSettings
ICookieExpiration
ICorsSettings
ICsmPublishingCredentialsPoliciesEntity
ICsmPublishingCredentialsPoliciesEntityProperties
ICsmPublishingProfileOptions
ICsmSlotEntity
ICustomHostnameAnalysisResult
ICustomHostnameAnalysisResultProperties
ICustomOpenIdConnectProvider
IDatabaseBackupSetting
IDefaultAuthorizationPolicy
IDeletedAppRestoreRequest
IDeletedAppRestoreRequestProperties
IDeployment
IDeploymentCollection
IDeploymentProperties
IEnabledConfig
IErrorEntityAutoGenerated
IExperiments
IFacebook
IFileSystemApplicationLogsConfig
IFileSystemHttpLogsConfig
IFileSystemTokenStore
IForwardProxy
IFunctionEnvelope
IFunctionEnvelopeCollection
IFunctionEnvelopeProperties
IFunctionEnvelopePropertiesFiles
IFunctionSecrets
IGitHub
IGitHubActionCodeConfiguration
IGitHubActionConfiguration
IGitHubActionContainerConfiguration
IGlobalValidation
IGoogle
IHandlerMapping
IHostingEnvironmentProfile
IHostKeys
IHostKeysFunctionKeys
IHostKeysSystemKeys
IHostNameBinding
IHostNameBindingCollection
IHostNameBindingProperties
IHostNameSslState
IHttpLogsConfig
IHttpSettings
IHttpSettingsRoutes
IHybridConnection
IHybridConnectionProperties
IIdentityProviders
IIdentityProvidersCustomOpenIdConnectProviders
IIPSecurityRestriction
IIPSecurityRestrictionHeaders
IJwtClaimChecks
IKeyInfo
ILegacyMicrosoftAccount
ILogin
ILoginRoutes
ILoginScopes
IManagedServiceIdentityAutoGenerated
IManagedServiceIdentityUserAssignedIdentities
IMigrateMySqlRequest
IMigrateMySqlRequestProperties
IMigrateMySqlStatus
IMigrateMySqlStatusProperties
IMSDeploy
IMSDeployCore
IMSDeployCoreSetParameters
IMSDeployLog
IMSDeployLogEntry
IMSDeployLogProperties
IMSDeployStatus
IMSDeployStatusProperties
INameValuePair
INetworkFeatures
INetworkFeaturesProperties
INetworkTrace
INonce
IOpenIdConnectClientCredential
IOpenIdConnectConfig
IOpenIdConnectLogin
IOpenIdConnectRegistration
IPerfMonCounterCollection
IPerfMonResponse
IPerfMonSample
IPerfMonSet
IPremierAddOn
IPremierAddOnPatchResource
IPremierAddOnPatchResourceProperties
IPremierAddOnProperties
IPrivateAccess
IPrivateAccessProperties
IPrivateAccessSubnet
IPrivateAccessVirtualNetwork
IProcessInfo
IProcessInfoCollection
IProcessInfoProperties
IProcessInfoPropertiesEnvironmentVariables
IProcessModuleInfo
IProcessModuleInfoCollection
IProcessModuleInfoProperties
IProcessThreadInfo
IProcessThreadInfoCollection
IProcessThreadInfoProperties
IPublicCertificate
IPublicCertificateCollection
IPublicCertificateProperties
IPublishingCredentialsPoliciesCollection
IPushSettings
IPushSettingsProperties
IRampUpRule
IRelayServiceConnectionEntity
IRelayServiceConnectionEntityProperties
IRequestsBasedTrigger
IRestoreRequest
IRestoreRequestProperties
ISiteAuthSettings
ISiteAuthSettingsProperties
ISiteAuthSettingsV2
ISiteAuthSettingsV2Properties
ISiteCloneability
ISiteCloneabilityCriterion
ISiteConfig
ISiteConfigAzureStorageAccounts
ISiteConfigResource
ISiteConfigResourceCollection
ISiteConfigurationSnapshotInfo
ISiteConfigurationSnapshotInfoCollection
ISiteConfigurationSnapshotInfoProperties
ISiteExtensionInfo
ISiteExtensionInfoCollection
ISiteExtensionInfoProperties
ISiteLimits
ISiteLogsConfig
ISiteLogsConfigProperties
ISiteMachineKey
ISitePatchResource
ISitePatchResourceProperties
ISitePhpErrorLogFlag
ISitePhpErrorLogFlagProperties
ISiteSourceControl
ISiteSourceControlProperties
ISlotConfigNames
ISlotConfigNamesResource
ISlotDifference
ISlotDifferenceCollection
ISlotDifferenceProperties
ISlotSwapStatus
ISlowRequestsBasedTrigger
ISnapshot
ISnapshotCollection
ISnapshotProperties
ISnapshotRecoverySource
ISnapshotRestoreRequest
ISnapshotRestoreRequestProperties
IStatusCodesBasedTrigger
IStatusCodesRangeBasedTrigger
IStorageMigrationOptions
IStorageMigrationOptionsProperties
IStorageMigrationResponse
IStorageMigrationResponseProperties
ISwiftVirtualNetwork
ISwiftVirtualNetworkProperties
ITokenStore
ITriggeredJobHistory
ITriggeredJobHistoryCollection
ITriggeredJobHistoryProperties
ITriggeredJobRun
ITriggeredWebJob
ITriggeredWebJobCollection
ITriggeredWebJobProperties
ITriggeredWebJobPropertiesSettings
ITwitter
ITwitterRegistration
IUserAssignedIdentity
IVirtualApplication
IVirtualDirectory
IVnetInfo
IVnetRoute
IVnetRouteProperties
IWebAppInstanceStatusCollection
IWebJob
IWebJobCollection
IWebJobProperties
IWebJobPropertiesSettings
IWebSiteInstanceStatus
IWebSiteInstanceStatusProperties
IWebSiteInstanceStatusPropertiesContainers