Uses of Class
com.azure.resourcemanager.batch.fluent.models.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
Modifier 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
Modifier and TypeMethodDescriptionOutboundEnvironmentEndpoint.innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.OutboundEnvironmentEndpointInner object.Modifier and TypeMethodDescriptionOutboundEnvironmentEndpointCollection.value()
Get the value property: The collection of outbound network dependency endpoints returned by the listing operation.