你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SecurityCenterAllowedConnection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
资源,其属性描述 Azure 资源之间允许的流量。
public class SecurityCenterAllowedConnection : Azure.ResourceManager.Models.ResourceData
type SecurityCenterAllowedConnection = class
inherit ResourceData
Public Class SecurityCenterAllowedConnection
Inherits ResourceData
- 继承
构造函数
SecurityCenterAllowedConnection() |
初始化 SecurityCenterAllowedConnection 的新实例。 |
属性
CalculatedOn |
计算允许的连接资源的 UTC 时间。 |
ConnectableResources |
可连接资源的列表。 |
Id |
资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。 (继承自 ResourceData) |
Location |
存储资源的位置。 |
Name |
资源的名称。 (继承自 ResourceData) |
ResourceType |
资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。 (继承自 ResourceData) |
SystemData |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 (继承自 ResourceData) |