Uses of Class
com.azure.resourcemanager.monitor.models.DataCollectionEndpointNetworkAcls
Packages that use DataCollectionEndpointNetworkAcls
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DataCollectionEndpointNetworkAcls in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataCollectionEndpointNetworkAclsModifier and TypeMethodDescriptionDataCollectionEndpointResourceInner.networkAcls()
Get the networkAcls property: Network access control rules for the endpoints.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type DataCollectionEndpointNetworkAclsModifier and TypeMethodDescriptionDataCollectionEndpointResourceInner.withNetworkAcls
(DataCollectionEndpointNetworkAcls networkAcls) Set the networkAcls property: Network access control rules for the endpoints.DataCollectionEndpointResourceProperties.withNetworkAcls
(DataCollectionEndpointNetworkAcls networkAcls) Set the networkAcls property: Network access control rules for the endpoints. -
Uses of DataCollectionEndpointNetworkAcls in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DataCollectionEndpointNetworkAclsModifier and TypeMethodDescriptionDataCollectionEndpointNetworkAcls.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DataCollectionEndpointNetworkAcls from the JsonReader.DataCollectionEndpoint.networkAcls()
Get the networkAcls property: Network access control rules for the endpoints.DataCollectionEndpointNetworkAcls.withPublicNetworkAccess
(KnownPublicNetworkAccessOptions publicNetworkAccess) Set 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 with parameters of type DataCollectionEndpointNetworkAclsModifier and TypeMethodDescriptionDataCollectionEndpoint.withNetworkAcls
(DataCollectionEndpointNetworkAcls networkAcls) Set the networkAcls property: Network access control rules for the endpoints.