azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

434 строки
44 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient"
name: "DataCollectionEndpointsClient"
nameWithType: "DataCollectionEndpointsClient"
summary: "An instance of this class provides access to all the operations defined in Data<wbr>Collection<wbr>Endpoints<wbr>Client."
syntax: "public interface **DataCollectionEndpointsClient**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
methods:
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.create(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.create(String resourceGroupName, String dataCollectionEndpointName)"
name: "create(String resourceGroupName, String dataCollectionEndpointName)"
nameWithType: "DataCollectionEndpointsClient.create(String resourceGroupName, String dataCollectionEndpointName)"
summary: "Creates or updates a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DataCollectionEndpointResourceInner create(String resourceGroupName, String dataCollectionEndpointName)"
desc: "Creates or updates a data collection endpoint."
returns:
description: "definition of ARM tracked top level resource."
type: "<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.createAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.createAsync(String resourceGroupName, String dataCollectionEndpointName)"
name: "createAsync(String resourceGroupName, String dataCollectionEndpointName)"
nameWithType: "DataCollectionEndpointsClient.createAsync(String resourceGroupName, String dataCollectionEndpointName)"
summary: "Creates or updates a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<DataCollectionEndpointResourceInner> createAsync(String resourceGroupName, String dataCollectionEndpointName)"
desc: "Creates or updates a data collection endpoint."
returns:
description: "definition of ARM tracked top level resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.createWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.createWithResponse(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body, Context context)"
name: "createWithResponse(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body, Context context)"
nameWithType: "DataCollectionEndpointsClient.createWithResponse(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body, Context context)"
summary: "Creates or updates a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The payload."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<DataCollectionEndpointResourceInner> createWithResponse(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body, Context context)"
desc: "Creates or updates a data collection endpoint."
returns:
description: "definition of ARM tracked top level resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.createWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.createWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body)"
name: "createWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body)"
nameWithType: "DataCollectionEndpointsClient.createWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body)"
summary: "Creates or updates a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The payload."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<DataCollectionEndpointResourceInner>> createWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, DataCollectionEndpointResourceInner body)"
desc: "Creates or updates a data collection endpoint."
returns:
description: "definition of ARM tracked top level resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.delete(String resourceGroupName, String dataCollectionEndpointName)"
name: "delete(String resourceGroupName, String dataCollectionEndpointName)"
nameWithType: "DataCollectionEndpointsClient.delete(String resourceGroupName, String dataCollectionEndpointName)"
summary: "Deletes a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String dataCollectionEndpointName)"
desc: "Deletes a data collection endpoint."
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.deleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.deleteAsync(String resourceGroupName, String dataCollectionEndpointName)"
name: "deleteAsync(String resourceGroupName, String dataCollectionEndpointName)"
nameWithType: "DataCollectionEndpointsClient.deleteAsync(String resourceGroupName, String dataCollectionEndpointName)"
summary: "Deletes a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String dataCollectionEndpointName)"
desc: "Deletes a data collection endpoint."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.deleteWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.deleteWithResponse(String resourceGroupName, String dataCollectionEndpointName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String dataCollectionEndpointName, Context context)"
nameWithType: "DataCollectionEndpointsClient.deleteWithResponse(String resourceGroupName, String dataCollectionEndpointName, Context context)"
summary: "Deletes a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String dataCollectionEndpointName, Context context)"
desc: "Deletes a data collection endpoint."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.deleteWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.deleteWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName)"
name: "deleteWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName)"
nameWithType: "DataCollectionEndpointsClient.deleteWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName)"
summary: "Deletes a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName)"
desc: "Deletes a data collection endpoint."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.getByResourceGroup(String resourceGroupName, String dataCollectionEndpointName)"
name: "getByResourceGroup(String resourceGroupName, String dataCollectionEndpointName)"
nameWithType: "DataCollectionEndpointsClient.getByResourceGroup(String resourceGroupName, String dataCollectionEndpointName)"
summary: "Returns the specified data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DataCollectionEndpointResourceInner getByResourceGroup(String resourceGroupName, String dataCollectionEndpointName)"
desc: "Returns the specified data collection endpoint."
returns:
description: "definition of ARM tracked top level resource."
type: "<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.getByResourceGroupAsync(String resourceGroupName, String dataCollectionEndpointName)"
name: "getByResourceGroupAsync(String resourceGroupName, String dataCollectionEndpointName)"
nameWithType: "DataCollectionEndpointsClient.getByResourceGroupAsync(String resourceGroupName, String dataCollectionEndpointName)"
summary: "Returns the specified data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<DataCollectionEndpointResourceInner> getByResourceGroupAsync(String resourceGroupName, String dataCollectionEndpointName)"
desc: "Returns the specified data collection endpoint."
returns:
description: "definition of ARM tracked top level resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.getByResourceGroupWithResponse(String resourceGroupName, String dataCollectionEndpointName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String dataCollectionEndpointName, Context context)"
nameWithType: "DataCollectionEndpointsClient.getByResourceGroupWithResponse(String resourceGroupName, String dataCollectionEndpointName, Context context)"
summary: "Returns the specified data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<DataCollectionEndpointResourceInner> getByResourceGroupWithResponse(String resourceGroupName, String dataCollectionEndpointName, Context context)"
desc: "Returns the specified data collection endpoint."
returns:
description: "definition of ARM tracked top level resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName)"
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName)"
nameWithType: "DataCollectionEndpointsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName)"
summary: "Returns the specified data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<DataCollectionEndpointResourceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName)"
desc: "Returns the specified data collection endpoint."
returns:
description: "definition of ARM tracked top level resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.list()"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.list()"
name: "list()"
nameWithType: "DataCollectionEndpointsClient.list()"
summary: "Lists all data collection endpoints in the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<DataCollectionEndpointResourceInner> list()"
desc: "Lists all data collection endpoints in the specified subscription."
returns:
description: "a pageable list of resources as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.list(Context context)"
name: "list(Context context)"
nameWithType: "DataCollectionEndpointsClient.list(Context context)"
summary: "Lists all data collection endpoints in the specified subscription."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<DataCollectionEndpointResourceInner> list(Context context)"
desc: "Lists all data collection endpoints in the specified subscription."
returns:
description: "a pageable list of resources as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.listAsync()"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.listAsync()"
name: "listAsync()"
nameWithType: "DataCollectionEndpointsClient.listAsync()"
summary: "Lists all data collection endpoints in the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedFlux<DataCollectionEndpointResourceInner> listAsync()"
desc: "Lists all data collection endpoints in the specified subscription."
returns:
description: "a pageable list of resources as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "DataCollectionEndpointsClient.listByResourceGroup(String resourceGroupName)"
summary: "Lists all data collection endpoints in the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<DataCollectionEndpointResourceInner> listByResourceGroup(String resourceGroupName)"
desc: "Lists all data collection endpoints in the specified resource group."
returns:
description: "a pageable list of resources as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "DataCollectionEndpointsClient.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Lists all data collection endpoints in the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<DataCollectionEndpointResourceInner> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Lists all data collection endpoints in the specified resource group."
returns:
description: "a pageable list of resources as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.listByResourceGroupAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.listByResourceGroupAsync(String resourceGroupName)"
name: "listByResourceGroupAsync(String resourceGroupName)"
nameWithType: "DataCollectionEndpointsClient.listByResourceGroupAsync(String resourceGroupName)"
summary: "Lists all data collection endpoints in the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<DataCollectionEndpointResourceInner> listByResourceGroupAsync(String resourceGroupName)"
desc: "Lists all data collection endpoints in the specified resource group."
returns:
description: "a pageable list of resources as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.update(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.update(String resourceGroupName, String dataCollectionEndpointName)"
name: "update(String resourceGroupName, String dataCollectionEndpointName)"
nameWithType: "DataCollectionEndpointsClient.update(String resourceGroupName, String dataCollectionEndpointName)"
summary: "Updates part of a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DataCollectionEndpointResourceInner update(String resourceGroupName, String dataCollectionEndpointName)"
desc: "Updates part of a data collection endpoint."
returns:
description: "definition of ARM tracked top level resource."
type: "<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.updateAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.updateAsync(String resourceGroupName, String dataCollectionEndpointName)"
name: "updateAsync(String resourceGroupName, String dataCollectionEndpointName)"
nameWithType: "DataCollectionEndpointsClient.updateAsync(String resourceGroupName, String dataCollectionEndpointName)"
summary: "Updates part of a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<DataCollectionEndpointResourceInner> updateAsync(String resourceGroupName, String dataCollectionEndpointName)"
desc: "Updates part of a data collection endpoint."
returns:
description: "definition of ARM tracked top level resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.monitor.models.ResourceForUpdate,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.updateWithResponse(String resourceGroupName, String dataCollectionEndpointName, ResourceForUpdate body, Context context)"
name: "updateWithResponse(String resourceGroupName, String dataCollectionEndpointName, ResourceForUpdate body, Context context)"
nameWithType: "DataCollectionEndpointsClient.updateWithResponse(String resourceGroupName, String dataCollectionEndpointName, ResourceForUpdate body, Context context)"
summary: "Updates part of a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The payload."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ResourceForUpdate?alt=com.azure.resourcemanager.monitor.models.ResourceForUpdate&text=ResourceForUpdate\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<DataCollectionEndpointResourceInner> updateWithResponse(String resourceGroupName, String dataCollectionEndpointName, ResourceForUpdate body, Context context)"
desc: "Updates part of a data collection endpoint."
returns:
description: "definition of ARM tracked top level resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.updateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.monitor.models.ResourceForUpdate)"
fullName: "com.azure.resourcemanager.monitor.fluent.DataCollectionEndpointsClient.updateWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, ResourceForUpdate body)"
name: "updateWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, ResourceForUpdate body)"
nameWithType: "DataCollectionEndpointsClient.updateWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, ResourceForUpdate body)"
summary: "Updates part of a data collection endpoint."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the data collection endpoint. The name is case insensitive."
name: "dataCollectionEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The payload."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ResourceForUpdate?alt=com.azure.resourcemanager.monitor.models.ResourceForUpdate&text=ResourceForUpdate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<DataCollectionEndpointResourceInner>> updateWithResponseAsync(String resourceGroupName, String dataCollectionEndpointName, ResourceForUpdate body)"
desc: "Updates part of a data collection endpoint."
returns:
description: "definition of ARM tracked top level resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in DataCollectionEndpointsClient."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner?alt=com.azure.resourcemanager.monitor.fluent.models.DataCollectionEndpointResourceInner&text=DataCollectionEndpointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.monitor.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.42.0