EndpointAccessProfile Constructors

Definition

Overloads

EndpointAccessProfile()

Initializes a new instance of the EndpointAccessProfile class.

EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>)

Initializes a new instance of the EndpointAccessProfile class.

EndpointAccessProfile()

Initializes a new instance of the EndpointAccessProfile class.

public EndpointAccessProfile ();
Public Sub New ()

Applies to

EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>)

Initializes a new instance of the EndpointAccessProfile class.

public EndpointAccessProfile (Microsoft.Azure.Management.Batch.Models.EndpointAccessDefaultAction defaultAction, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.IPRule> ipRules = default);
new Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile : Microsoft.Azure.Management.Batch.Models.EndpointAccessDefaultAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.IPRule> -> Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile
Public Sub New (defaultAction As EndpointAccessDefaultAction, Optional ipRules As IList(Of IPRule) = Nothing)

Parameters

defaultAction
EndpointAccessDefaultAction

The default action when there is no IPRule matched.

ipRules
IList<IPRule>

Array of IP ranges to filter client IP address.

Applies to