Uses of Class
com.azure.resourcemanager.batch.models.NetworkProfile
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return NetworkProfileModifier 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.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type NetworkProfileModifier 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
Methods in com.azure.resourcemanager.batch.models that return NetworkProfileModifier 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).Methods in com.azure.resourcemanager.batch.models with parameters of type NetworkProfileModifier 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.