Uses of Class
com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner
Packages that use DataCollectionEndpointResourceInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DataCollectionEndpointResourceInner in com.azure.resourcemanager.monitor.fluent
Subinterfaces with type arguments of type DataCollectionEndpointResourceInner in com.azure.resourcemanager.monitor.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in DataCollectionEndpointsClient.interfaceAn instance of this class provides access to all the operations defined in DataCollectionEndpointsClient.Methods in com.azure.resourcemanager.monitor.fluent that return DataCollectionEndpointResourceInnerModifier and TypeMethodDescriptionCreates or updates a data collection endpoint.DataCollectionEndpointsClient.getByResourceGroup(String resourceGroupName, String dataCollectionEndpointName) Returns the specified data collection endpoint.Updates part of a data collection endpoint.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type DataCollectionEndpointResourceInnerModifier and TypeMethodDescriptionDataCollectionEndpointsClient.createAsync(String resourceGroupName, String dataCollectionEndpointName) 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.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.DataCollectionEndpointsClient.updateAsync(String resourceGroupName, String dataCollectionEndpointName) Updates part of a data collection endpoint.com.azure.core.http.rest.Response<DataCollectionEndpointResourceInner> DataCollectionEndpointsClient.updateWithResponse(String resourceGroupName, String dataCollectionEndpointName, ResourceForUpdate body, 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, ResourceForUpdate body) Updates part of a data collection endpoint.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type DataCollectionEndpointResourceInnerModifier and TypeMethodDescriptioncom.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 DataCollectionEndpointResourceInnerModifier and TypeMethodDescriptionDataCollectionEndpointResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataCollectionEndpointResourceInner from the JsonReader.DataCollectionEndpointResourceInner.withConfigurationAccess(DataCollectionEndpointConfigurationAccess configurationAccess) Set the configurationAccess property: The endpoint used by clients to access their configuration.DataCollectionEndpointResourceInner.withDescription(String description) Set the description property: Description of the data collection endpoint.DataCollectionEndpointResourceInner.withImmutableId(String immutableId) Set the immutableId property: The immutable ID of this data collection endpoint resource.DataCollectionEndpointResourceInner.withKind(KnownDataCollectionEndpointResourceKind kind) Set the kind property: The kind of the resource.DataCollectionEndpointResourceInner.withLocation(String location) DataCollectionEndpointResourceInner.withLogsIngestion(DataCollectionEndpointLogsIngestion logsIngestion) Set the logsIngestion property: The endpoint used by clients to ingest logs.DataCollectionEndpointResourceInner.withNetworkAcls(DataCollectionEndpointNetworkAcls networkAcls) Set the networkAcls property: Network access control rules for the endpoints. -
Uses of DataCollectionEndpointResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DataCollectionEndpointResourceInnerModifier and TypeMethodDescriptionDataCollectionEndpointResourceListResult.value()Get the value property: A list of resources.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type DataCollectionEndpointResourceInnerModifier and TypeMethodDescriptionDataCollectionEndpointResourceListResult.withValue(List<DataCollectionEndpointResourceInner> value) Set the value property: A list of resources.