NetworkProfile Constructors

Definition

Overloads

NetworkProfile()

Initializes a new instance of the NetworkProfile class.

NetworkProfile(EndpointAccessProfile, EndpointAccessProfile)

Initializes a new instance of the NetworkProfile class.

NetworkProfile()

Initializes a new instance of the NetworkProfile class.

public NetworkProfile ();
Public Sub New ()

Applies to

NetworkProfile(EndpointAccessProfile, EndpointAccessProfile)

Initializes a new instance of the NetworkProfile class.

public NetworkProfile (Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile accountAccess = default, Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile nodeManagementAccess = default);
new Microsoft.Azure.Management.Batch.Models.NetworkProfile : Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile * Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile -> Microsoft.Azure.Management.Batch.Models.NetworkProfile
Public Sub New (Optional accountAccess As EndpointAccessProfile = Nothing, Optional nodeManagementAccess As EndpointAccessProfile = Nothing)

Parameters

accountAccess
EndpointAccessProfile

Network access profile for batchAccount endpoint (Batch account data plane API).

nodeManagementAccess
EndpointAccessProfile

Network access profile for nodeManagement endpoint (Batch service managing compute nodes for Batch pools).

Applies to