Uses of Class
com.azure.resourcemanager.appservice.fluent.models.OutboundEnvironmentEndpointInner
-
Packages that use OutboundEnvironmentEndpointInner 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 OutboundEnvironmentEndpointInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type OutboundEnvironmentEndpointInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OutboundEnvironmentEndpointInner>AppServiceEnvironmentsClient. getOutboundNetworkDependenciesEndpoints(String resourceGroupName, String name)Description for 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)Description for 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)Description for 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 OutboundEnvironmentEndpointInner Modifier and Type Method Description OutboundEnvironmentEndpointInnerOutboundEnvironmentEndpointInner. 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.OutboundEnvironmentEndpointInnerOutboundEnvironmentEndpointInner. 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 OutboundEnvironmentEndpointInner Modifier and Type Method Description List<OutboundEnvironmentEndpointInner>OutboundEnvironmentEndpointCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type OutboundEnvironmentEndpointInner Modifier and Type Method Description OutboundEnvironmentEndpointCollectionOutboundEnvironmentEndpointCollection. withValue(List<OutboundEnvironmentEndpointInner> value)Set the value property: Collection of resources.
-