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
Classes in com.azure.resourcemanager.monitor.fluent.models that implement interfaces with type arguments of type PrivateEndpointConnectionListResultInnerModifier and TypeClassDescriptionfinal classList of private endpoint connection associated with the specified storage account.Methods in com.azure.resourcemanager.monitor.fluent.models that return PrivateEndpointConnectionListResultInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionListResultInner from the JsonReader.PrivateEndpointConnectionListResultInner.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: Array of private endpoint connections.