Uses of Class
com.azure.resourcemanager.sql.fluent.models.OutboundEnvironmentEndpointInner
Packages that use OutboundEnvironmentEndpointInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OutboundEnvironmentEndpointInner> ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstance(String resourceGroupName, String managedInstanceName) Gets the collection of outbound network dependencies for the given managed instance.com.azure.core.http.rest.PagedIterable<OutboundEnvironmentEndpointInner> ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstance(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context) Gets the collection of outbound network dependencies for the given managed instance.com.azure.core.http.rest.PagedFlux<OutboundEnvironmentEndpointInner> ManagedInstancesClient.listOutboundNetworkDependenciesByManagedInstanceAsync(String resourceGroupName, String managedInstanceName) Gets the collection of outbound network dependencies for the given managed instance. -
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type OutboundEnvironmentEndpointInnerModifier and TypeClassDescriptionfinal classAn endpoint that the managed instance service requires outbound network access to.Methods in com.azure.resourcemanager.sql.fluent.models that return OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OutboundEnvironmentEndpointInner from the JsonReader. -
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointCollection.value()Get the value property: Array of results.