Share via


AllowedConnectionsResource Constructors

Definition

Overloads

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.

AllowedConnectionsResource()

Initializes a new instance of the AllowedConnectionsResource class.

public AllowedConnectionsResource ();
Public Sub New ()

Applies to

AllowedConnectionsResource(String, String, String, String, Nullable<DateTime>, IList<ConnectableResource>)

Initializes a new instance of the AllowedConnectionsResource class.

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

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

location
String

Location where the resource is stored

calculatedDateTime
Nullable<DateTime>

The UTC time on which the allowed connections resource was calculated

connectableResources
IList<ConnectableResource>

List of connectable resources

Applies to