Delen via


EndpointAccessProfile Constructors

Definitie

Overloads

EndpointAccessProfile()

Initialiseert een nieuw exemplaar van de klasse EndpointAccessProfile.

EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>)

Initialiseert een nieuw exemplaar van de klasse EndpointAccessProfile.

EndpointAccessProfile()

Initialiseert een nieuw exemplaar van de klasse EndpointAccessProfile.

public EndpointAccessProfile ();
Public Sub New ()

Van toepassing op

EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>)

Initialiseert een nieuw exemplaar van de klasse EndpointAccessProfile.

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

De standaardactie wanneer er geen IPRule overeenkomt.

ipRules
IList<IPRule>

Matrix van IP-bereiken om het IP-adres van de client te filteren.

Van toepassing op