Uses of Class
com.azure.resourcemanager.batch.models.NetworkConfiguration
Packages that use NetworkConfiguration
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of NetworkConfiguration in com.azure.resourcemanager.batch.fluent.models
Methods in com.azure.resourcemanager.batch.fluent.models that return NetworkConfigurationModifier and TypeMethodDescriptionPoolInner.networkConfiguration()Get the networkConfiguration property: The network configuration for a pool.PoolProperties.networkConfiguration()Get the networkConfiguration property: The network configuration for a pool.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionPoolInner.withNetworkConfiguration(NetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for a pool.PoolProperties.withNetworkConfiguration(NetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for a pool. -
Uses of NetworkConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return NetworkConfigurationModifier and TypeMethodDescriptionPool.networkConfiguration()Gets the networkConfiguration property: The network configuration for a pool.NetworkConfiguration.withDynamicVnetAssignmentScope(DynamicVNetAssignmentScope dynamicVnetAssignmentScope) Set the dynamicVnetAssignmentScope property: The scope of dynamic vnet assignment.NetworkConfiguration.withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking) Set the enableAcceleratedNetworking property: Whether this pool should enable accelerated networking.NetworkConfiguration.withEndpointConfiguration(PoolEndpointConfiguration endpointConfiguration) Set the endpointConfiguration property: The endpoint configuration for a pool.NetworkConfiguration.withPublicIpAddressConfiguration(PublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: This property is only supported on Pools with the virtualMachineConfiguration property.NetworkConfiguration.withSubnetId(String subnetId) Set the subnetId property: The ARM resource identifier of the virtual network subnet which the compute nodes of the pool will join.Methods in com.azure.resourcemanager.batch.models with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionPool.DefinitionStages.WithNetworkConfiguration.withNetworkConfiguration(NetworkConfiguration networkConfiguration) Specifies the networkConfiguration property: The network configuration for a pool..Pool.UpdateStages.WithNetworkConfiguration.withNetworkConfiguration(NetworkConfiguration networkConfiguration) Specifies the networkConfiguration property: The network configuration for a pool..