你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IDdosProtectionPlan 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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>) |