Uses of Class
com.azure.resourcemanager.appservice.fluent.models.InboundEnvironmentEndpointInner
-
Packages that use InboundEnvironmentEndpointInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 InboundEnvironmentEndpointInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<InboundEnvironmentEndpointInner>AppServiceEnvironmentsClient. getInboundNetworkDependenciesEndpoints(String resourceGroupName, String name)Description for 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)Description for 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)Description for 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 InboundEnvironmentEndpointInner Modifier and Type Method Description InboundEnvironmentEndpointInnerInboundEnvironmentEndpointInner. withDescription(String description)Set the description property: Short text describing the purpose of the network traffic.InboundEnvironmentEndpointInnerInboundEnvironmentEndpointInner. withEndpoints(List<String> endpoints)Set the endpoints property: The IP addresses that network traffic will originate from in cidr notation.InboundEnvironmentEndpointInnerInboundEnvironmentEndpointInner. withPorts(List<String> ports)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 InboundEnvironmentEndpointInner Modifier and Type Method Description List<InboundEnvironmentEndpointInner>InboundEnvironmentEndpointCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type InboundEnvironmentEndpointInner Modifier and Type Method Description InboundEnvironmentEndpointCollectionInboundEnvironmentEndpointCollection. withValue(List<InboundEnvironmentEndpointInner> value)Set the value property: Collection of resources.
-