Uses of Class
com.azure.resourcemanager.appservice.fluent.models.InboundEnvironmentEndpointInner
Packages that use InboundEnvironmentEndpointInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of InboundEnvironmentEndpointInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type InboundEnvironmentEndpointInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<InboundEnvironmentEndpointInner> AppServiceEnvironmentsClient.getInboundNetworkDependenciesEndpoints(String resourceGroupName, String name) Get the network endpoints of all inbound dependencies of an App Service Environment.com.azure.core.http.rest.PagedIterable<InboundEnvironmentEndpointInner> AppServiceEnvironmentsClient.getInboundNetworkDependenciesEndpoints(String resourceGroupName, String name, com.azure.core.util.Context context) Get the network endpoints of all inbound dependencies of an App Service Environment.com.azure.core.http.rest.PagedFlux<InboundEnvironmentEndpointInner> AppServiceEnvironmentsClient.getInboundNetworkDependenciesEndpointsAsync(String resourceGroupName, String name) Get the network endpoints of all inbound dependencies of an App Service Environment. -
Uses of InboundEnvironmentEndpointInner in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type InboundEnvironmentEndpointInnerModifier and TypeClassDescriptionfinal classThe IP Addresses and Ports that require inbound network access to and within the subnet of the App Service Environment.Methods in com.azure.resourcemanager.appservice.fluent.models that return InboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionInboundEnvironmentEndpointInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InboundEnvironmentEndpointInner from the JsonReader.