你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AllowedConnectionsResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The resource whose properties describes the allowed traffic between Azure resources
[Microsoft.Rest.Serialization.JsonTransformation]
public class AllowedConnectionsResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AllowedConnectionsResource = class
Public Class AllowedConnectionsResource
- Inheritance
-
AllowedConnectionsResource
- Attributes
Constructors
AllowedConnectionsResource() |
Initializes a new instance of the AllowedConnectionsResource class. |
AllowedConnectionsResource(String, String, String, String, Nullable<DateTime>, IList<ConnectableResource>) |
Initializes a new instance of the AllowedConnectionsResource class. |
Properties
CalculatedDateTime |
Gets the UTC time on which the allowed connections resource was calculated |
ConnectableResources |
Gets list of connectable resources |
Id |
Gets resource Id |
Location |
Gets location where the resource is stored |
Name |
Gets resource name |
Type |
Gets resource type |
Extension Methods
ConvertToPSType(AllowedConnectionsResource) |