Uses of Class
com.azure.resourcemanager.monitor.fluent.models.DataCollectionRuleAssociationProxyOnlyResourceInner
Packages that use DataCollectionRuleAssociationProxyOnlyResourceInner
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 DataCollectionRuleAssociationProxyOnlyResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return DataCollectionRuleAssociationProxyOnlyResourceInnerModifier and TypeMethodDescriptionCreates or updates an association.Returns the specified association.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type DataCollectionRuleAssociationProxyOnlyResourceInnerModifier and TypeMethodDescriptionDataCollectionRuleAssociationsClient.createAsync
(String resourceUri, String associationName) Creates or updates an association.com.azure.core.http.rest.Response
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.createWithResponse
(String resourceUri, String associationName, DataCollectionRuleAssociationProxyOnlyResourceInner body, com.azure.core.util.Context context) Creates or updates an association.Mono
<com.azure.core.http.rest.Response<DataCollectionRuleAssociationProxyOnlyResourceInner>> DataCollectionRuleAssociationsClient.createWithResponseAsync
(String resourceUri, String associationName, DataCollectionRuleAssociationProxyOnlyResourceInner body) Creates or updates an association.Returns the specified association.com.azure.core.http.rest.Response
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.getWithResponse
(String resourceUri, String associationName, com.azure.core.util.Context context) Returns the specified association.Mono
<com.azure.core.http.rest.Response<DataCollectionRuleAssociationProxyOnlyResourceInner>> DataCollectionRuleAssociationsClient.getWithResponseAsync
(String resourceUri, String associationName) Returns the specified association.com.azure.core.http.rest.PagedIterable
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.listByDataCollectionEndpoint
(String resourceGroupName, String dataCollectionEndpointName) Lists associations for the specified data collection endpoint.com.azure.core.http.rest.PagedIterable
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.listByDataCollectionEndpoint
(String resourceGroupName, String dataCollectionEndpointName, com.azure.core.util.Context context) Lists associations for the specified data collection endpoint.com.azure.core.http.rest.PagedFlux
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.listByDataCollectionEndpointAsync
(String resourceGroupName, String dataCollectionEndpointName) Lists associations for the specified data collection endpoint.com.azure.core.http.rest.PagedIterable
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.listByResource
(String resourceUri) Lists associations for the specified resource.com.azure.core.http.rest.PagedIterable
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.listByResource
(String resourceUri, com.azure.core.util.Context context) Lists associations for the specified resource.com.azure.core.http.rest.PagedFlux
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.listByResourceAsync
(String resourceUri) Lists associations for the specified resource.com.azure.core.http.rest.PagedIterable
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.listByRule
(String resourceGroupName, String dataCollectionRuleName) Lists associations for the specified data collection rule.com.azure.core.http.rest.PagedIterable
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.listByRule
(String resourceGroupName, String dataCollectionRuleName, com.azure.core.util.Context context) Lists associations for the specified data collection rule.com.azure.core.http.rest.PagedFlux
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.listByRuleAsync
(String resourceGroupName, String dataCollectionRuleName) Lists associations for the specified data collection rule.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type DataCollectionRuleAssociationProxyOnlyResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<DataCollectionRuleAssociationProxyOnlyResourceInner> DataCollectionRuleAssociationsClient.createWithResponse
(String resourceUri, String associationName, DataCollectionRuleAssociationProxyOnlyResourceInner body, com.azure.core.util.Context context) Creates or updates an association.Mono
<com.azure.core.http.rest.Response<DataCollectionRuleAssociationProxyOnlyResourceInner>> DataCollectionRuleAssociationsClient.createWithResponseAsync
(String resourceUri, String associationName, DataCollectionRuleAssociationProxyOnlyResourceInner body) Creates or updates an association. -
Uses of DataCollectionRuleAssociationProxyOnlyResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataCollectionRuleAssociationProxyOnlyResourceInnerModifier and TypeMethodDescriptionDataCollectionRuleAssociationProxyOnlyResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DataCollectionRuleAssociationProxyOnlyResourceInner from the JsonReader.DataCollectionRuleAssociationProxyOnlyResourceInner.withDataCollectionEndpointId
(String dataCollectionEndpointId) Set the dataCollectionEndpointId property: The resource ID of the data collection endpoint that is to be associated.DataCollectionRuleAssociationProxyOnlyResourceInner.withDataCollectionRuleId
(String dataCollectionRuleId) Set the dataCollectionRuleId property: The resource ID of the data collection rule that is to be associated.DataCollectionRuleAssociationProxyOnlyResourceInner.withDescription
(String description) Set the description property: Description of the association. -
Uses of DataCollectionRuleAssociationProxyOnlyResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DataCollectionRuleAssociationProxyOnlyResourceInnerModifier and TypeMethodDescriptionDataCollectionRuleAssociationProxyOnlyResourceListResult.value()
Get the value property: A list of resources.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type DataCollectionRuleAssociationProxyOnlyResourceInnerModifier and TypeMethodDescriptionDataCollectionRuleAssociationProxyOnlyResourceListResult.withValue
(List<DataCollectionRuleAssociationProxyOnlyResourceInner> value) Set the value property: A list of resources.