次の方法で共有


IBlank<ParentT> インターフェイス

定義

ドメイン連絡先定義の最初のステージ。

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithFirstName<ParentT>
type IBlank<'ParentT> = interface
    interface IWithFirstName<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithFirstName(Of ParentT)

型パラメーター

ParentT

アタッチ後に戻る親定義のステージ。

派生
実装

メソッド

WithFirstName(String)

名を指定します。

(継承元 IWithFirstName<ParentT>)

適用対象