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
Subclasses with type arguments of type KnownPublicNetworkAccessOptions in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal classThe configuration to set whether network access from public internet to the endpoints are allowed.Fields in com.azure.resourcemanager.monitor.models declared as KnownPublicNetworkAccessOptionsModifier and TypeFieldDescriptionstatic final KnownPublicNetworkAccessOptionsKnownPublicNetworkAccessOptions.DISABLEDStatic value Disabled for KnownPublicNetworkAccessOptions.static final KnownPublicNetworkAccessOptionsKnownPublicNetworkAccessOptions.ENABLEDStatic 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.