EndpointAccessProfile Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
EndpointAccessProfile() |
Initialisiert eine neue instance der EndpointAccessProfile-Klasse. |
EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>) |
Initialisiert eine neue instance der EndpointAccessProfile-Klasse. |
EndpointAccessProfile()
Initialisiert eine neue instance der EndpointAccessProfile-Klasse.
public EndpointAccessProfile ();
Public Sub New ()
Gilt für:
EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>)
Initialisiert eine neue instance der EndpointAccessProfile-Klasse.
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)
Parameter
- defaultAction
- EndpointAccessDefaultAction
Die Standardaktion, wenn keine IPRule übereinstimmt.
Gilt für:
Azure SDK for .NET