EndpointAccessProfile Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.
Van toepassing op
Azure SDK for .NET