Uses of Class
com.azure.resourcemanager.monitor.models.AccessMode
Packages that use AccessMode
Package
Description
Package containing the data models for MonitorClient.
-
Uses of AccessMode in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as AccessModeModifier and TypeFieldDescriptionstatic final AccessMode
AccessMode.OPEN
Static value Open for AccessMode.static final AccessMode
AccessMode.PRIVATE_ONLY
Static value PrivateOnly for AccessMode.Methods in com.azure.resourcemanager.monitor.models that return AccessModeModifier and TypeMethodDescriptionstatic AccessMode
AccessMode.fromString
(String name) Creates or finds a AccessMode from its string representation.AccessModeSettings.ingestionAccessMode()
Get the ingestionAccessMode property: Specifies the default access mode of ingestion through associated private endpoints in scope.AccessModeSettingsExclusion.ingestionAccessMode()
Get the ingestionAccessMode property: Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion.AccessModeSettings.queryAccessMode()
Get the queryAccessMode property: Specifies the default access mode of queries through associated private endpoints in scope.AccessModeSettingsExclusion.queryAccessMode()
Get 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 AccessModeModifier and TypeMethodDescriptionstatic Collection
<AccessMode> AccessMode.values()
Gets known AccessMode values.Methods in com.azure.resourcemanager.monitor.models with parameters of type AccessModeModifier and TypeMethodDescriptionAccessModeSettings.withIngestionAccessMode
(AccessMode ingestionAccessMode) Set the ingestionAccessMode property: Specifies the default access mode of ingestion through associated private endpoints in scope.AccessModeSettingsExclusion.withIngestionAccessMode
(AccessMode ingestionAccessMode) Set the ingestionAccessMode property: Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion.AccessModeSettings.withQueryAccessMode
(AccessMode queryAccessMode) Set the queryAccessMode property: Specifies the default access mode of queries through associated private endpoints in scope.AccessModeSettingsExclusion.withQueryAccessMode
(AccessMode queryAccessMode) Set the queryAccessMode property: Specifies the access mode of queries through the specified private endpoint connection in the exclusion.