Uses of Class
com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner
-
Packages that use DataCollectionEndpointResourceInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.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 DataCollectionEndpointResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return DataCollectionEndpointResourceInner Modifier and Type Method Description DataCollectionEndpointResourceInnerDataCollectionEndpointsClient. create(String resourceGroupName, String dataCollectionEndpointName)Creates or updates a data collection endpoint.DataCollectionEndpointResourceInnerDataCollectionEndpointsClient. getByResourceGroup(String resourceGroupName, String dataCollectionEndpointName)Returns the specified data collection endpoint.DataCollectionEndpointResourceInnerDataCollectionEndpointsClient. update(String resourceGroupName, String dataCollectionEndpointName)Updates part of a data collection endpoint.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type DataCollectionEndpointResourceInner Modifier and Type Method Description Mono<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. createAsync(String resourceGroupName, String dataCollectionEndpointName)Creates or updates a data collection endpoint.Mono<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. createAsync(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body)Creates or updates a data collection endpoint.com.azure.core.http.rest.Response<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. createWithResponse(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body, com.azure.core.util.Context context)Creates or updates a data collection endpoint.Mono<com.azure.core.http.rest.Response<DataCollectionEndpointResourceInner>>DataCollectionEndpointsClient. createWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body)Creates or updates a data collection endpoint.Mono<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. getByResourceGroupAsync(String resourceGroupName, String dataCollectionEndpointName)Returns the specified data collection endpoint.com.azure.core.http.rest.Response<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. getByResourceGroupWithResponse(String resourceGroupName, String dataCollectionEndpointName, com.azure.core.util.Context context)Returns the specified data collection endpoint.Mono<com.azure.core.http.rest.Response<DataCollectionEndpointResourceInner>>DataCollectionEndpointsClient. getByResourceGroupWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName)Returns the specified data collection endpoint.com.azure.core.http.rest.PagedIterable<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. list()Lists all data collection endpoints in the specified subscription.com.azure.core.http.rest.PagedIterable<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. list(com.azure.core.util.Context context)Lists all data collection endpoints in the specified subscription.com.azure.core.http.rest.PagedFlux<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. listAsync()Lists all data collection endpoints in the specified subscription.com.azure.core.http.rest.PagedIterable<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. listByResourceGroup(String resourceGroupName)Lists all data collection endpoints in the specified resource group.com.azure.core.http.rest.PagedIterable<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)Lists all data collection endpoints in the specified resource group.com.azure.core.http.rest.PagedFlux<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. listByResourceGroupAsync(String resourceGroupName)Lists all data collection endpoints in the specified resource group.Mono<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. updateAsync(String resourceGroupName, String dataCollectionEndpointName)Updates part of a data collection endpoint.Mono<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. updateAsync(String resourceGroupName, String dataCollectionEndpointName, Map<String,String> tags)Updates part of a data collection endpoint.com.azure.core.http.rest.Response<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. updateWithResponse(String resourceGroupName, String dataCollectionEndpointName, Map<String,String> tags, com.azure.core.util.Context context)Updates part of a data collection endpoint.Mono<com.azure.core.http.rest.Response<DataCollectionEndpointResourceInner>>DataCollectionEndpointsClient. updateWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, Map<String,String> tags)Updates part of a data collection endpoint.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type DataCollectionEndpointResourceInner Modifier and Type Method Description Mono<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. createAsync(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body)Creates or updates a data collection endpoint.com.azure.core.http.rest.Response<DataCollectionEndpointResourceInner>DataCollectionEndpointsClient. createWithResponse(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body, com.azure.core.util.Context context)Creates or updates a data collection endpoint.Mono<com.azure.core.http.rest.Response<DataCollectionEndpointResourceInner>>DataCollectionEndpointsClient. createWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body)Creates or updates a data collection endpoint. -
Uses of DataCollectionEndpointResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataCollectionEndpointResourceInner Modifier and Type Method Description DataCollectionEndpointResourceInnerDataCollectionEndpointResourceInner. withConfigurationAccess(DataCollectionEndpointConfigurationAccess configurationAccess)Set the configurationAccess property: The endpoint used by agents to access their configuration.DataCollectionEndpointResourceInnerDataCollectionEndpointResourceInner. withDescription(String description)Set the description property: Description of the data collection endpoint.DataCollectionEndpointResourceInnerDataCollectionEndpointResourceInner. withImmutableId(String immutableId)Set the immutableId property: The immutable ID of this data collection endpoint resource.DataCollectionEndpointResourceInnerDataCollectionEndpointResourceInner. withKind(KnownDataCollectionEndpointResourceKind kind)Set the kind property: The kind of the resource.DataCollectionEndpointResourceInnerDataCollectionEndpointResourceInner. withLocation(String location)DataCollectionEndpointResourceInnerDataCollectionEndpointResourceInner. withLogsIngestion(DataCollectionEndpointLogsIngestion logsIngestion)Set the logsIngestion property: The endpoint used by clients to ingest logs.DataCollectionEndpointResourceInnerDataCollectionEndpointResourceInner. withNetworkAcls(DataCollectionEndpointNetworkAcls networkAcls)Set the networkAcls property: Network access control rules for the endpoints.DataCollectionEndpointResourceInnerDataCollectionEndpointResourceInner. withTags(Map<String,String> tags) -
Uses of DataCollectionEndpointResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DataCollectionEndpointResourceInner Modifier and Type Method Description List<DataCollectionEndpointResourceInner>DataCollectionEndpointResourceListResult. value()Get the value property: A list of resources.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type DataCollectionEndpointResourceInner Modifier and Type Method Description DataCollectionEndpointResourceListResultDataCollectionEndpointResourceListResult. withValue(List<DataCollectionEndpointResourceInner> value)Set the value property: A list of resources.
-