Uses of Class
com.azure.resourcemanager.monitor.models.AzureMonitorPrivateLinkScopeListResult
-
Packages that use AzureMonitorPrivateLinkScopeListResult Package Description com.azure.resourcemanager.monitor.models 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 AzureMonitorPrivateLinkScopeListResult Modifier and Type Method Description AzureMonitorPrivateLinkScopeListResultAzureMonitorPrivateLinkScopeListResult. 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.AzureMonitorPrivateLinkScopeListResultAzureMonitorPrivateLinkScopeListResult. withValue(List<AzureMonitorPrivateLinkScopeInner> value)Set the value property: List of Azure Monitor PrivateLinkScope definitions.
-