IWebAppAuthentication 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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>) |