共用方式為


IWebAppAuthentication 介面

定義

Web 應用程式中的 Web 應用程式驗證組態。

public interface IWebAppAuthentication : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.SiteAuthSettingsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type IWebAppAuthentication = interface
    interface IBeta
    interface IHasInner<SiteAuthSettingsInner>
    interface IIndexable
    interface IHasParent<IWebAppBase>
Public Interface IWebAppAuthentication
Implements IBeta, IHasInner(Of SiteAuthSettingsInner), IHasParent(Of IWebAppBase), IIndexable
實作

屬性

Inner

Web 應用程式中的 Web 應用程式驗證組態。

(繼承來源 IHasInner<T>)
Key

Web 應用程式中的 Web 應用程式驗證組態。

(繼承來源 IIndexable)
Parent

取得這個子資源的父系。

(繼承來源 IHasParent<ParentT>)

適用於