Freigeben über


BatchEndpointAccessProfile(BatchEndpointAccessDefaultAction) Constructor

Definition

Initializes a new instance of BatchEndpointAccessProfile.

public BatchEndpointAccessProfile (Azure.ResourceManager.Batch.Models.BatchEndpointAccessDefaultAction defaultAction);
new Azure.ResourceManager.Batch.Models.BatchEndpointAccessProfile : Azure.ResourceManager.Batch.Models.BatchEndpointAccessDefaultAction -> Azure.ResourceManager.Batch.Models.BatchEndpointAccessProfile
Public Sub New (defaultAction As BatchEndpointAccessDefaultAction)

Parameters

defaultAction
BatchEndpointAccessDefaultAction

Default action for endpoint access. It is only applicable when publicNetworkAccess is enabled.

Applies to