Uses of Class
com.azure.resourcemanager.monitor.models.AccessModeSettingsExclusion
Packages that use AccessModeSettingsExclusion
Package
Description
Package containing the data models for MonitorClient.
-
Uses of AccessModeSettingsExclusion in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return AccessModeSettingsExclusionModifier and TypeMethodDescriptionstatic AccessModeSettingsExclusion
AccessModeSettingsExclusion.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AccessModeSettingsExclusion from the JsonReader.AccessModeSettingsExclusion.withIngestionAccessMode
(AccessMode ingestionAccessMode) Set the ingestionAccessMode property: Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion.AccessModeSettingsExclusion.withPrivateEndpointConnectionName
(String privateEndpointConnectionName) Set the privateEndpointConnectionName property: The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings.AccessModeSettingsExclusion.withQueryAccessMode
(AccessMode queryAccessMode) Set the queryAccessMode property: Specifies the access mode of queries through the specified private endpoint connection in the exclusion.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AccessModeSettingsExclusionModifier and TypeMethodDescriptionAccessModeSettings.exclusions()
Get the exclusions property: List of exclusions that override the default access mode settings for specific private endpoint connections.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type AccessModeSettingsExclusionModifier and TypeMethodDescriptionAccessModeSettings.withExclusions
(List<AccessModeSettingsExclusion> exclusions) Set the exclusions property: List of exclusions that override the default access mode settings for specific private endpoint connections.