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) |