Uses of Class
com.azure.resourcemanager.monitor.models.KnownPublicNetworkAccessOptions
Packages that use KnownPublicNetworkAccessOptions
Package
Description
Package containing the data models for MonitorClient.
-
Uses of KnownPublicNetworkAccessOptions in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as KnownPublicNetworkAccessOptionsModifier and TypeFieldDescriptionstatic final KnownPublicNetworkAccessOptions
KnownPublicNetworkAccessOptions.DISABLED
Static value Disabled for KnownPublicNetworkAccessOptions.static final KnownPublicNetworkAccessOptions
KnownPublicNetworkAccessOptions.ENABLED
Static value Enabled for KnownPublicNetworkAccessOptions.Methods in com.azure.resourcemanager.monitor.models that return KnownPublicNetworkAccessOptionsModifier and TypeMethodDescriptionKnownPublicNetworkAccessOptions.fromString
(String name) Creates or finds a KnownPublicNetworkAccessOptions from its string representation.NetworkRuleSet.publicNetworkAccess()
Get the publicNetworkAccess property: The configuration to set whether network access from public internet to the endpoints are allowed.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type KnownPublicNetworkAccessOptionsModifier and TypeMethodDescriptionKnownPublicNetworkAccessOptions.values()
Gets known KnownPublicNetworkAccessOptions values.Methods in com.azure.resourcemanager.monitor.models with parameters of type KnownPublicNetworkAccessOptionsModifier and TypeMethodDescriptionDataCollectionEndpointNetworkAcls.withPublicNetworkAccess
(KnownPublicNetworkAccessOptions publicNetworkAccess) Set the publicNetworkAccess property: The configuration to set whether network access from public internet to the endpoints are allowed.NetworkRuleSet.withPublicNetworkAccess
(KnownPublicNetworkAccessOptions publicNetworkAccess) Set the publicNetworkAccess property: The configuration to set whether network access from public internet to the endpoints are allowed.