次の方法で共有


IExpressRouteCircuit インターフェイス

定義

Azure での Express Route 回線管理 API のエントリ ポイント。

public interface IExpressRouteCircuit : Microsoft.Azure.Management.Network.Fluent.IUpdatableWithTags<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuit>, 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.ExpressRouteCircuitInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitInner>, 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.IExpressRouteCircuit>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Update.IUpdate>
type IExpressRouteCircuit = interface
    interface IBeta
    interface IGroupableResource<INetworkManager, ExpressRouteCircuitInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<ExpressRouteCircuitInner>
    interface IRefreshable<IExpressRouteCircuit>
    interface IUpdatable<IUpdate>
    interface IUpdatableWithTags<IExpressRouteCircuit>
Public Interface IExpressRouteCircuit
Implements IBeta, IGroupableResource(Of INetworkManager, ExpressRouteCircuitInner), IHasInner(Of ExpressRouteCircuitInner), IHasManager(Of INetworkManager), IRefreshable(Of IExpressRouteCircuit), IUpdatable(Of IUpdate), IUpdatableWithTags(Of IExpressRouteCircuit)
実装

プロパティ

CircuitProvisioningState

リソースの CircuitProvisioningState 状態を取得します。

Id

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

(継承元 IHasId)
Inner

Azure での Express Route 回線管理 API のエントリ ポイント。

(継承元 IHasInner<T>)
IsAllowClassicOperations

クラシック操作が許可されているかどうかを示すフラグを取得します。

Key

Azure での Express Route 回線管理 API のエントリ ポイント。

(継承元 IIndexable)
Manager

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

(継承元 IHasManager<ManagerT>)
Name

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

(継承元 IHasName)
Peerings

高速ルート回線に関連付けられている高速ルート ピアリングを管理するためのエントリ ポイントを取得します。

PeeringsMap

名前でインデックス付けされた、この高速ルート回線に関連付けられているピアリングを取得します。

ProvisioningState

高速ルート回線リソースのプロビジョニング状態を取得します。

Region

Azure での Express Route 回線管理 API のエントリ ポイント。

(継承元 IResource)
RegionName

Azure での Express Route 回線管理 API のエントリ ポイント。

(継承元 IResource)
ResourceGroupName

Azure での Express Route 回線管理 API のエントリ ポイント。

(継承元 IHasResourceGroup)
ServiceKey

ServiceKey を取得します。

ServiceProviderNotes

ServiceProviderNotes を取得します。

ServiceProviderProperties

ServiceProviderProperties を取得します。

ServiceProviderProvisioningState

リソースの ServiceProviderProvisioningState 状態を取得します。

Sku

SKU の種類を取得します。

Tags

Azure での Express Route 回線管理 API のエントリ ポイント。

(継承元 IResource)
Type

Azure での Express Route 回線管理 API のエントリ ポイント。

(継承元 IResource)

メソッド

Refresh()

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

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

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

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

Azure での Express Route 回線管理 API のエントリ ポイント。

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

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

(継承元 IUpdatableWithTags<T>)

適用対象