次の方法で共有


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>)

適用対象