次の方法で共有


ILocalNetworkGateway インターフェイス

定義

Azure のローカル ネットワーク ゲートウェイ管理 API のエントリ ポイント。

public interface ILocalNetworkGateway : Microsoft.Azure.Management.Network.Fluent.IUpdatableWithTags<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Network.Fluent.INetworkManager,Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IUpdate>
type ILocalNetworkGateway = interface
    interface IBeta
    interface IGroupableResource<INetworkManager, LocalNetworkGatewayInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<LocalNetworkGatewayInner>
    interface IRefreshable<ILocalNetworkGateway>
    interface IUpdatable<IUpdate>
    interface IUpdatableWithTags<ILocalNetworkGateway>
Public Interface ILocalNetworkGateway
Implements IBeta, IGroupableResource(Of INetworkManager, LocalNetworkGatewayInner), IHasInner(Of LocalNetworkGatewayInner), IHasManager(Of INetworkManager), IRefreshable(Of ILocalNetworkGateway), IUpdatable(Of IUpdate), IUpdatableWithTags(Of ILocalNetworkGateway)
実装

プロパティ

AddressSpaces

ローカル ネットワーク サイトのアドレス空間を取得します。

BgpSettings

ローカル ネットワーク ゲートウェイの BGP スピーカー設定を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Azure のローカル ネットワーク ゲートウェイ管理 API のエントリ ポイント。

(継承元 IHasInner<T>)
IPAddress

ローカル ネットワーク ゲートウェイの IP アドレスを取得します。

Key

Azure のローカル ネットワーク ゲートウェイ管理 API のエントリ ポイント。

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

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

(継承元 IHasName)
ProvisioningState

LocalNetworkGateway リソースのプロビジョニング状態を取得します。

Region

Azure のローカル ネットワーク ゲートウェイ管理 API のエントリ ポイント。

(継承元 IResource)
RegionName

Azure のローカル ネットワーク ゲートウェイ管理 API のエントリ ポイント。

(継承元 IResource)
ResourceGroupName

Azure のローカル ネットワーク ゲートウェイ管理 API のエントリ ポイント。

(継承元 IHasResourceGroup)
Tags

Azure のローカル ネットワーク ゲートウェイ管理 API のエントリ ポイント。

(継承元 IResource)
Type

Azure のローカル ネットワーク ゲートウェイ管理 API のエントリ ポイント。

(継承元 IResource)

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

Azure のローカル ネットワーク ゲートウェイ管理 API のエントリ ポイント。

(継承元 IUpdatable<T>)
UpdateTags()

リソースのタグの更新を開始します。 これは、Azure のリソースのタグを更新するために使用されるビルダー パターンの始まりです。 定義を完了し、Azure で実際のリソース更新プロセスを開始する最後の方法は、AppliableWithTags.applyTags() です。

(継承元 IUpdatableWithTags<T>)

適用対象