Uses of Class
com.azure.resourcemanager.appservice.fluent.models.OutboundEnvironmentEndpointInner
Packages that use OutboundEnvironmentEndpointInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OutboundEnvironmentEndpointInner> AppServiceEnvironmentsClient.getOutboundNetworkDependenciesEndpoints(String resourceGroupName, String name) Get the network endpoints of all outbound dependencies of an App Service Environment.com.azure.core.http.rest.PagedIterable<OutboundEnvironmentEndpointInner> AppServiceEnvironmentsClient.getOutboundNetworkDependenciesEndpoints(String resourceGroupName, String name, com.azure.core.util.Context context) Get the network endpoints of all outbound dependencies of an App Service Environment.com.azure.core.http.rest.PagedFlux<OutboundEnvironmentEndpointInner> AppServiceEnvironmentsClient.getOutboundNetworkDependenciesEndpointsAsync(String resourceGroupName, String name) Get the network endpoints of all outbound dependencies of an App Service Environment. -
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type OutboundEnvironmentEndpointInnerModifier and TypeClassDescriptionfinal classEndpoints accessed for a common purpose that the App Service Environment requires outbound network access to.Methods in com.azure.resourcemanager.appservice.fluent.models that return OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OutboundEnvironmentEndpointInner from the JsonReader.