Uses of Class
com.azure.resourcemanager.monitor.fluent.models.PrivateLinkResourceInner
Packages that use PrivateLinkResourceInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionGets 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 PrivateLinkResourceInnerModifier and TypeMethodDescriptionGets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.com.azure.core.http.rest.Response
<PrivateLinkResourceInner> PrivateLinkResourcesClient.getWithResponse
(String resourceGroupName, String scopeName, String groupName, 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<PrivateLinkResourceInner>> PrivateLinkResourcesClient.getWithResponseAsync
(String resourceGroupName, String scopeName, String groupName) Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionstatic PrivateLinkResourceInner
PrivateLinkResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceInner from the JsonReader.PrivateLinkResourceInner.withRequiredZoneNames
(List<String> requiredZoneNames) Set the requiredZoneNames property: The private link resource Private link DNS zone name.Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResultInner.value()
Get the value property: Array of private link resources.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResultInner.withValue
(List<PrivateLinkResourceInner> value) Set the value property: Array of private link resources.