Uses of Class
com.azure.resourcemanager.batch.models.NetworkProfile
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of NetworkProfile in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountCreateProperties.networkProfile()
Get the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountInner.networkProfile()
Get the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountProperties.networkProfile()
Get the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountUpdateProperties.networkProfile()
Get the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.Modifier and TypeMethodDescriptionBatchAccountCreateProperties.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountInner.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountProperties.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountUpdateProperties.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled. -
Uses of NetworkProfile in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccount.networkProfile()
Gets the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountCreateParameters.networkProfile()
Get the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountUpdateParameters.networkProfile()
Get the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.NetworkProfile.withAccountAccess
(EndpointAccessProfile accountAccess) Set the accountAccess property: Network access profile for batchAccount endpoint (Batch account data plane API).NetworkProfile.withNodeManagementAccess
(EndpointAccessProfile nodeManagementAccess) Set the nodeManagementAccess property: Network access profile for nodeManagement endpoint (Batch service managing compute nodes for Batch pools).Modifier and TypeMethodDescriptionBatchAccount.DefinitionStages.WithNetworkProfile.withNetworkProfile
(NetworkProfile networkProfile) Specifies the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled..BatchAccount.UpdateStages.WithNetworkProfile.withNetworkProfile
(NetworkProfile networkProfile) Specifies the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled..BatchAccountCreateParameters.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.BatchAccountUpdateParameters.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: The network profile only takes effect when publicNetworkAccess is enabled.