Uses of Class
com.azure.resourcemanager.monitor.models.DataCollectionEndpointNetworkAcls
-
Packages that use DataCollectionEndpointNetworkAcls Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 DataCollectionEndpointNetworkAcls Modifier and Type Method Description DataCollectionEndpointNetworkAclsDataCollectionEndpointResourceInner. networkAcls()Get the networkAcls property: Network access control rules for the endpoints.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type DataCollectionEndpointNetworkAcls Modifier and Type Method Description DataCollectionEndpointResourceInnerDataCollectionEndpointResourceInner. 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 DataCollectionEndpointNetworkAcls Modifier and Type Method Description DataCollectionEndpointNetworkAclsDataCollectionEndpoint. networkAcls()Get the networkAcls property: Network access control rules for the endpoints.DataCollectionEndpointNetworkAclsDataCollectionEndpointNetworkAcls. 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 DataCollectionEndpointNetworkAcls Modifier and Type Method Description DataCollectionEndpointDataCollectionEndpoint. withNetworkAcls(DataCollectionEndpointNetworkAcls networkAcls)Set the networkAcls property: Network access control rules for the endpoints.DataCollectionEndpointResourcePropertiesDataCollectionEndpointResourceProperties. withNetworkAcls(DataCollectionEndpointNetworkAcls networkAcls)Set the networkAcls property: Network access control rules for the endpoints.
-