Uses of Class
com.azure.resourcemanager.monitor.models.DataCollectionEndpointConfigurationAccess
-
Packages that use DataCollectionEndpointConfigurationAccess 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 DataCollectionEndpointConfigurationAccess in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataCollectionEndpointConfigurationAccess Modifier and Type Method Description DataCollectionEndpointConfigurationAccessDataCollectionEndpointResourceInner. configurationAccess()Get the configurationAccess property: The endpoint used by agents to access their configuration.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type DataCollectionEndpointConfigurationAccess Modifier and Type Method Description DataCollectionEndpointResourceInnerDataCollectionEndpointResourceInner. withConfigurationAccess(DataCollectionEndpointConfigurationAccess configurationAccess)Set the configurationAccess property: The endpoint used by agents to access their configuration. -
Uses of DataCollectionEndpointConfigurationAccess in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DataCollectionEndpointConfigurationAccess Modifier and Type Method Description DataCollectionEndpointConfigurationAccessDataCollectionEndpoint. configurationAccess()Get the configurationAccess property: The endpoint used by agents to access their configuration.Methods in com.azure.resourcemanager.monitor.models with parameters of type DataCollectionEndpointConfigurationAccess Modifier and Type Method Description DataCollectionEndpointDataCollectionEndpoint. withConfigurationAccess(DataCollectionEndpointConfigurationAccess configurationAccess)Set the configurationAccess property: The endpoint used by agents to access their configuration.DataCollectionEndpointResourcePropertiesDataCollectionEndpointResourceProperties. withConfigurationAccess(DataCollectionEndpointConfigurationAccess configurationAccess)Set the configurationAccess property: The endpoint used by agents to access their configuration.
-