Uses of Class
com.azure.resourcemanager.monitor.fluent.models.PrivateEndpointConnectionListResultInner
Packages that use PrivateEndpointConnectionListResultInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
-
Uses of PrivateEndpointConnectionListResultInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return PrivateEndpointConnectionListResultInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.listByPrivateLinkScope(String resourceGroupName, String scopeName) Gets all private endpoint connections on a private link scope.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type PrivateEndpointConnectionListResultInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.listByPrivateLinkScopeAsync(String resourceGroupName, String scopeName) Gets all private endpoint connections on a private link scope.com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>PrivateEndpointConnectionsClient.listByPrivateLinkScopeWithResponse(String resourceGroupName, String scopeName, com.azure.core.util.Context context) Gets all private endpoint connections on a private link scope.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>>PrivateEndpointConnectionsClient.listByPrivateLinkScopeWithResponseAsync(String resourceGroupName, String scopeName) Gets all private endpoint connections on a private link scope. -
Uses of PrivateEndpointConnectionListResultInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return PrivateEndpointConnectionListResultInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResultInner.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: Array of private endpoint connections.