次の方法で共有


IApplicationGatewayFrontend インターフェイス

定義

アプリケーション ゲートウェイ フロントエンドのクライアント側表現。

public interface IApplicationGatewayFrontend : Microsoft.Azure.Management.Network.Fluent.IHasPrivateIPAddress, Microsoft.Azure.Management.Network.Fluent.IHasPublicIPAddress, 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.ApplicationGatewayFrontendIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasSubnet
type IApplicationGatewayFrontend = interface
    interface IHasInner<ApplicationGatewayFrontendIPConfigurationInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
    interface IHasPrivateIPAddress
    interface IHasSubnet
    interface IHasPublicIPAddress
Public Interface IApplicationGatewayFrontend
Implements IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayFrontendIPConfigurationInner), IHasParent(Of IApplicationGateway), IHasPrivateIPAddress, IHasPublicIPAddress, IHasSubnet
実装

プロパティ

Inner

アプリケーション ゲートウェイ フロントエンドのクライアント側表現。

(継承元 IHasInner<T>)
IsPrivate

Gets true は、フロントエンドがプライベート IP アドレスを介してアクセスできる場合です。

IsPublic

フロントエンドがパブリック IP アドレスを介してアクセスできる場合は true、それ以外の場合は false を取得します。

Key

アプリケーション ゲートウェイ フロントエンドのクライアント側表現。

(継承元 IIndexable)
Name

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

(継承元 IHasName)
NetworkId

アプリケーション ゲートウェイ フロントエンドのクライアント側表現。

(継承元 IHasSubnet)
Parent

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

(継承元 IHasParent<ParentT>)
PrivateIPAddress

このリソースに関連付けられているプライベート IP アドレスを取得します。

(継承元 IHasPrivateIPAddress)
PrivateIPAllocationMethod

関連付けられたサブネット内のプライベート IP アドレス割り当て方法を取得します。

(継承元 IHasPrivateIPAddress)
PublicIPAddressId

関連付けられているパブリック IP アドレスのリソース ID を取得します。

(継承元 IHasPublicIPAddress)
SubnetName

アプリケーション ゲートウェイ フロントエンドのクライアント側表現。

(継承元 IHasSubnet)

メソッド

GetPublicIPAddress()

アプリケーション ゲートウェイ フロントエンドのクライアント側表現。

(継承元 IHasPublicIPAddress)
GetSubnet()

アプリケーション ゲートウェイ フロントエンドのクライアント側表現。

適用対象