Aracılığıyla paylaş


AllowedConnectionsResourceProperties Constructors

Definition

Overloads

AllowedConnectionsResourceProperties()

Initializes a new instance of the AllowedConnectionsResourceProperties class.

AllowedConnectionsResourceProperties(Nullable<DateTime>, IList<ConnectableResource>)

Initializes a new instance of the AllowedConnectionsResourceProperties class.

AllowedConnectionsResourceProperties()

Initializes a new instance of the AllowedConnectionsResourceProperties class.

public AllowedConnectionsResourceProperties ();
Public Sub New ()

Applies to

AllowedConnectionsResourceProperties(Nullable<DateTime>, IList<ConnectableResource>)

Initializes a new instance of the AllowedConnectionsResourceProperties class.

public AllowedConnectionsResourceProperties (DateTime? calculatedDateTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ConnectableResource> connectableResources = default);
new Microsoft.Azure.Management.Security.Models.AllowedConnectionsResourceProperties : Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ConnectableResource> -> Microsoft.Azure.Management.Security.Models.AllowedConnectionsResourceProperties
Public Sub New (Optional calculatedDateTime As Nullable(Of DateTime) = Nothing, Optional connectableResources As IList(Of ConnectableResource) = Nothing)

Parameters

calculatedDateTime
Nullable<DateTime>

The UTC time on which the allowed connections resource was calculated

connectableResources
IList<ConnectableResource>

List of connectable resources

Applies to