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

208 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient"
fullName: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient"
name: "DataSourcesClient"
nameWithType: "DataSourcesClient"
summary: "An instance of this class provides access to all the operations defined in Data<wbr>Sources<wbr>Client."
syntax: "public interface **DataSourcesClient**"
methods:
- uid: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.createOrUpdate(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters)"
name: "createOrUpdate(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters)"
nameWithType: "DataSourcesClient.createOrUpdate(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters)"
summary: "Create or update a data source."
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 workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the datasource resource."
name: "dataSourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters required to create or update a datasource."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner&text=DataSourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract DataSourceInner createOrUpdate(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters)"
desc: "Create or update a data source."
returns:
description: "datasources under OMS Workspace."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner&text=DataSourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters, Context context)"
name: "createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters, Context context)"
nameWithType: "DataSourcesClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters, Context context)"
summary: "Create or update a data source."
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 workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the datasource resource."
name: "dataSourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters required to create or update a datasource."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner&text=DataSourceInner\" 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<DataSourceInner> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, DataSourceInner parameters, Context context)"
desc: "Create or update a data source."
returns:
description: "datasources under OMS Workspace 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.loganalytics.fluent.models.DataSourceInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner&text=DataSourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.delete(String resourceGroupName, String workspaceName, String dataSourceName)"
name: "delete(String resourceGroupName, String workspaceName, String dataSourceName)"
nameWithType: "DataSourcesClient.delete(String resourceGroupName, String workspaceName, String dataSourceName)"
summary: "Deletes a data source instance."
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 workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the datasource."
name: "dataSourceName"
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 workspaceName, String dataSourceName)"
desc: "Deletes a data source instance."
- uid: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.deleteWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, Context context)"
nameWithType: "DataSourcesClient.deleteWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, Context context)"
summary: "Deletes a data source instance."
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 workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the datasource."
name: "dataSourceName"
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 workspaceName, String dataSourceName, Context context)"
desc: "Deletes a data source instance."
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.loganalytics.fluent.DataSourcesClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.get(String resourceGroupName, String workspaceName, String dataSourceName)"
name: "get(String resourceGroupName, String workspaceName, String dataSourceName)"
nameWithType: "DataSourcesClient.get(String resourceGroupName, String workspaceName, String dataSourceName)"
summary: "Gets a datasource instance."
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 workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the datasource."
name: "dataSourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DataSourceInner get(String resourceGroupName, String workspaceName, String dataSourceName)"
desc: "Gets a datasource instance."
returns:
description: "a datasource instance."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner&text=DataSourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.getWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, Context context)"
name: "getWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, Context context)"
nameWithType: "DataSourcesClient.getWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, Context context)"
summary: "Gets a datasource instance."
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 workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the datasource."
name: "dataSourceName"
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<DataSourceInner> getWithResponse(String resourceGroupName, String workspaceName, String dataSourceName, Context context)"
desc: "Gets a datasource instance."
returns:
description: "a datasource instance 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.loganalytics.fluent.models.DataSourceInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner&text=DataSourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.listByWorkspace(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.listByWorkspace(String resourceGroupName, String workspaceName, String filter)"
name: "listByWorkspace(String resourceGroupName, String workspaceName, String filter)"
nameWithType: "DataSourcesClient.listByWorkspace(String resourceGroupName, String workspaceName, String filter)"
summary: "Gets the first page of data source instances in a workspace with the link to the next page."
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 workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply on the operation."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<DataSourceInner> listByWorkspace(String resourceGroupName, String workspaceName, String filter)"
desc: "Gets the first page of data source instances in a workspace with the link to the next page."
returns:
description: "the first page of data source instances in a workspace with the link to the next page as paginated\n 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.loganalytics.fluent.models.DataSourceInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner&text=DataSourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.listByWorkspace(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.fluent.DataSourcesClient.listByWorkspace(String resourceGroupName, String workspaceName, String filter, String skiptoken, Context context)"
name: "listByWorkspace(String resourceGroupName, String workspaceName, String filter, String skiptoken, Context context)"
nameWithType: "DataSourcesClient.listByWorkspace(String resourceGroupName, String workspaceName, String filter, String skiptoken, Context context)"
summary: "Gets the first page of data source instances in a workspace with the link to the next page."
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 workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply on the operation."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Starting point of the collection of data source instances."
name: "skiptoken"
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<DataSourceInner> listByWorkspace(String resourceGroupName, String workspaceName, String filter, String skiptoken, Context context)"
desc: "Gets the first page of data source instances in a workspace with the link to the next page."
returns:
description: "the first page of data source instances in a workspace with the link to the next page as paginated\n 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.loganalytics.fluent.models.DataSourceInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner&text=DataSourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in DataSourcesClient."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0