IFlowLogSettings インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ネットワーク ウォッチャーと Azure リソースに関連付けられたフロー ログの構成のクライアント側表現。
public interface IFlowLogSettings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.FlowLogInformationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.IFlowLogSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.FlowLogSettings.Update.IUpdate>
type IFlowLogSettings = interface
interface IBeta
interface IHasParent<INetworkWatcher>
interface IHasInner<FlowLogInformationInner>
interface IUpdatable<IUpdate>
interface IRefreshable<IFlowLogSettings>
Public Interface IFlowLogSettings
Implements IBeta, IHasInner(Of FlowLogInformationInner), IHasParent(Of INetworkWatcher), IRefreshable(Of IFlowLogSettings), IUpdatable(Of IUpdate)
- 実装
プロパティ
Enabled |
ログ記録が有効な場合は true、それ以外の場合は false を取得します。 |
Inner |
ネットワーク ウォッチャーと Azure リソースに関連付けられたフロー ログの構成のクライアント側表現。 (継承元 IHasInner<T>) |
IsRetentionEnabled |
アイテム保持ポリシーが有効な場合は true、それ以外の場合は false を取得します。 |
NetworkSecurityGroupId |
これらのフロー ログ設定が適用されるネットワーク セキュリティ グループ ID を取得します。 |
Parent |
この子リソースの親を取得します。 (継承元 IHasParent<ParentT>) |
RetentionDays |
フロー ログ レコードを保持する日数を取得します。 |
StorageId |
フロー ログの格納に使用されるストレージ アカウントの ID を取得します。 |
TargetResourceId |
フロー ログ用に構成するリソースの ID を取得します。 |
メソッド
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
Update() |
ネットワーク ウォッチャーと Azure リソースに関連付けられたフロー ログの構成のクライアント側表現。 (継承元 IUpdatable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET