Uses of Class
com.azure.resourcemanager.monitor.fluent.models.PrivateLinkResourceListResultInner
Packages that use PrivateLinkResourceListResultInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
-
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourcesClient.listByPrivateLinkScope(String resourceGroupName, String scopeName) Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourcesClient.listByPrivateLinkScopeAsync(String resourceGroupName, String scopeName) Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner> PrivateLinkResourcesClient.listByPrivateLinkScopeWithResponse(String resourceGroupName, String scopeName, com.azure.core.util.Context context) Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.Mono<com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner>> PrivateLinkResourcesClient.listByPrivateLinkScopeWithResponseAsync(String resourceGroupName, String scopeName) Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope. -
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.monitor.fluent.models
Classes in com.azure.resourcemanager.monitor.fluent.models that implement interfaces with type arguments of type PrivateLinkResourceListResultInnerModifier and TypeClassDescriptionfinal classA list of private link resources.Methods in com.azure.resourcemanager.monitor.fluent.models that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceListResultInner from the JsonReader.PrivateLinkResourceListResultInner.withValue(List<PrivateLinkResourceInner> value) Set the value property: Array of private link resources.