IDdosProtectionPlan インターフェイス

定義

DDoS 保護プラン。

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

プロパティ

Id

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

(継承元 IHasId)
Inner

DDoS 保護プラン。

(継承元 IHasInner<T>)
Key

DDoS 保護プラン。

(継承元 IIndexable)
Manager

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

(継承元 IHasManager<ManagerT>)
Name

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

(継承元 IHasName)
ProvisioningState

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

Region

DDoS 保護プラン。

(継承元 IResource)
RegionName

DDoS 保護プラン。

(継承元 IResource)
ResourceGroupName

DDoS 保護プラン。

(継承元 IHasResourceGroup)
ResourceGuid

DDoS 保護プラン リソースのリソース GUID プロパティを取得します。 ユーザーが名前を変更したり、サブスクリプションまたはリソース グループ間でリソースを移行したりした場合でも、リソースを一意に識別します。

Tags

DDoS 保護プラン。

(継承元 IResource)
Type

DDoS 保護プラン。

(継承元 IResource)
VirtualNetworks

DDoS 保護プラン リソースに関連付けられている仮想ネットワークの一覧を取得します。 この一覧は読み取り専用です。

メソッド

Refresh()

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

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

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

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

DDoS 保護プラン。

(継承元 IUpdatable<T>)

適用対象