ITrafficManagerProfile インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure Traffic Manager プロファイルの不変のクライアント側表現。
public interface ITrafficManagerProfile : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManager,Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate>
type ITrafficManagerProfile = interface
interface IGroupableResource<ITrafficManager, ProfileInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<ITrafficManager>
interface IHasInner<ProfileInner>
interface IRefreshable<ITrafficManagerProfile>
interface IUpdatable<IUpdate>
Public Interface ITrafficManagerProfile
Implements IGroupableResource(Of ITrafficManager, ProfileInner), IHasInner(Of ProfileInner), IHasManager(Of ITrafficManager), IRefreshable(Of ITrafficManagerProfile), IUpdatable(Of IUpdate)
- 実装
プロパティ
AzureEndpoints |
名前でインデックスが付いた Traffic Manager プロファイル内の Azure エンドポイントを取得します。 |
DnsLabel |
Traffic Manager プロファイルの相対 DNS 名を取得します。 |
ExternalEndpoints |
名前でインデックスが付いた Traffic Manager プロファイル内の外部エンドポイントを取得します。 |
Fqdn |
Traffic Manager プロファイルの完全修飾ドメイン名 (FQDN) を取得します。 |
Id |
リソース ID 文字列を取得します (継承元 IHasId) |
Inner |
Azure Traffic Manager プロファイルの不変のクライアント側表現。 (継承元 IHasInner<T>) |
IntervalInSeconds |
このプロファイル内のエンドポイントの監視間隔を取得します。 これは、Traffic Manager がこのプロファイル内の各エンドポイントの正常性をチェックする間隔です。 |
IsEnabled |
Traffic Manager プロファイルが有効な場合は true、有効な場合は false を取得します。 |
Key |
Azure Traffic Manager プロファイルの不変のクライアント側表現。 (継承元 IIndexable) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
MonitoringPath |
Traffic Manager プロファイル エンドポイントの正常性をチェックするために監視されるパスを取得します。 |
MonitoringPort |
Traffic Manager プロファイル エンドポイントの正常性をチェックするために監視されるポートを取得します。 |
MonitorStatus |
プロファイル内のすべてのエンドポイントのエンドポイント モニターの状態値と、構成されたプロファイルの状態の組み合わせであるプロファイル モニターの状態を取得します。 |
Name |
リソースの名前を取得します (継承元 IHasName) |
NestedProfileEndpoints |
名前でインデックスが付いた、この Traffic Manager プロファイル内の入れ子になった Traffic Manager プロファイル エンドポイントを取得します。 |
Region |
Azure Traffic Manager プロファイルの不変のクライアント側表現。 (継承元 IResource) |
RegionName |
Azure Traffic Manager プロファイルの不変のクライアント側表現。 (継承元 IResource) |
ResourceGroupName |
Azure Traffic Manager プロファイルの不変のクライアント側表現。 (継承元 IHasResourceGroup) |
Tags |
Azure Traffic Manager プロファイルの不変のクライアント側表現。 (継承元 IResource) |
TimeoutInSeconds |
このプロファイル内のエンドポイントのモニター タイムアウトを取得します。 これは、Traffic Manager によって、このプロファイル内のエンドポイントが正常性チェックへの応答を許可する時間です。 |
TimeToLive |
DNS Time-To-Live (TTL) を秒単位で取得します。 |
ToleratedNumberOfFailures |
次に失敗した正常性チェックの後に、このプロファイルで低下したエンドポイントを宣言する前に、Traffic Manager が許容する連続した失敗した正常性チェックの数を取得します。 |
TrafficRoutingMethod |
トラフィックを Traffic Manager プロファイル エンドポイントにルーティングするために使用されるルーティング方法を取得します。 |
Type |
Azure Traffic Manager プロファイルの不変のクライアント側表現。 (継承元 IResource) |
メソッド
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
Update() |
Azure Traffic Manager プロファイルの不変のクライアント側表現。 (継承元 IUpdatable<T>) |
適用対象
Azure SDK for .NET