Uses of Class
com.azure.resourcemanager.appservice.fluent.models.OutboundEnvironmentEndpointInner
Packages that use OutboundEnvironmentEndpointInner
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 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
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.OutboundEnvironmentEndpointInner.withCategory
(String category) Set the category property: The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.OutboundEnvironmentEndpointInner.withEndpoints
(List<EndpointDependency> endpoints) Set the endpoints property: The endpoints that the App Service Environment reaches the service at. -
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointCollection.withValue
(List<OutboundEnvironmentEndpointInner> value) Set the value property: Collection of resources.