Uses of Class
com.azure.resourcemanager.batch.fluent.models.OutboundEnvironmentEndpointInner
Packages that use OutboundEnvironmentEndpointInner
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.batch.fluent
Methods in com.azure.resourcemanager.batch.fluent that return types with arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OutboundEnvironmentEndpointInner>BatchAccountsClient.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String accountName) Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch service administration.com.azure.core.http.rest.PagedIterable<OutboundEnvironmentEndpointInner>BatchAccountsClient.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String accountName, com.azure.core.util.Context context) Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch service administration. -
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpoint.innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.OutboundEnvironmentEndpointInner object.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointCollection.value()Get the value property: The collection of outbound network dependency endpoints returned by the listing operation.