次の方法で共有


IApplicationGatewayIPConfiguration インターフェイス

定義

アプリケーション ゲートウェイ IP 構成のクライアント側表現。

public interface IApplicationGatewayIPConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayIPConfiguration = interface
    interface IHasInner<ApplicationGatewayIPConfigurationInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewayIPConfiguration
Implements IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayIPConfigurationInner), IHasParent(Of IApplicationGateway)
実装

プロパティ

Inner

アプリケーション ゲートウェイ IP 構成のクライアント側表現。

(継承元 IHasInner<T>)
Key

アプリケーション ゲートウェイ IP 構成のクライアント側表現。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
NetworkId

アプリケーション ゲートウェイが存在する仮想ネットワークのリソース ID を取得します。

Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
SubnetName

アプリケーション ゲートウェイが存在するサブネットの名前を取得します。

メソッド

GetSubnet()

アプリケーション ゲートウェイ IP 構成のクライアント側表現。

適用対象