IBlank<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイ フロントエンド定義の最初のステージ。
public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithSubnet<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.UpdateDefinition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<ParentT>>
type IBlank<'ParentT> = interface
interface IWithSubnet<'ParentT>
interface IWithSubnet<IWithAttach<'ParentT>>
Public Interface IBlank(Of ParentT)
Implements IWithSubnet(Of IWithAttach(Of ParentT)), IWithSubnet(Of ParentT)
型パラメーター
- ParentT
この定義をアタッチした後に戻る親アプリケーション ゲートウェイ定義のステージ。
- 派生
- 実装
-
IWithSubnet<ParentT> IWithSubnet<IWithAttach<ParentT>>
メソッド
WithExistingSubnet(INetwork, String) |
指定したサブネットをこのプライベート フロントエンドに割り当てます。 (継承元 IWithSubnet<ParentT>) |
WithExistingSubnet(String, String) |
指定したサブネットをこのリソースに割り当てます。 (継承元 IWithSubnet<ReturnT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET