Uses of Class
com.azure.resourcemanager.appservice.fluent.models.InboundEnvironmentEndpointInner
Packages that use InboundEnvironmentEndpointInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
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
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.InboundEnvironmentEndpointInner.withDescription
(String description) Set the description property: Short text describing the purpose of the network traffic.InboundEnvironmentEndpointInner.withEndpoints
(List<String> endpoints) Set the endpoints property: The IP addresses that network traffic will originate from in cidr notation.Set the ports property: The ports that network traffic will arrive to the App Service Environment at. -
Uses of InboundEnvironmentEndpointInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type InboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionInboundEnvironmentEndpointCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type InboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionInboundEnvironmentEndpointCollection.withValue
(List<InboundEnvironmentEndpointInner> value) Set the value property: Collection of resources.