Uses of Class
com.azure.resourcemanager.monitor.models.AzureMonitorPrivateLinkScopeListResult
Packages that use AzureMonitorPrivateLinkScopeListResult
Package
Description
Package containing the data models for MonitorClient.
-
Uses of AzureMonitorPrivateLinkScopeListResult in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return AzureMonitorPrivateLinkScopeListResultModifier and TypeMethodDescriptionAzureMonitorPrivateLinkScopeListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureMonitorPrivateLinkScopeListResult from the JsonReader.AzureMonitorPrivateLinkScopeListResult.withNextLink(String nextLink) Set the nextLink property: The URI to get the next set of Azure Monitor PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set.AzureMonitorPrivateLinkScopeListResult.withValue(List<AzureMonitorPrivateLinkScopeInner> value) Set the value property: List of Azure Monitor PrivateLinkScope definitions.