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

229 строки
16 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.models.DataExports"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports"
name: "DataExports"
nameWithType: "DataExports"
summary: "Resource collection API of Data<wbr>Exports."
syntax: "public interface **DataExports**"
methods:
- uid: "com.azure.resourcemanager.loganalytics.models.DataExports.define(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.define(String name)"
name: "define(String name)"
nameWithType: "DataExports.define(String name)"
summary: "Begins definition for a new Data<wbr>Export resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DataExport.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new DataExport resource."
returns:
description: "the first stage of the new DataExport definition."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.DataExport.DefinitionStages.Blank?alt=com.azure.resourcemanager.loganalytics.models.DataExport.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.DataExports.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.delete(String resourceGroupName, String workspaceName, String dataExportName)"
name: "delete(String resourceGroupName, String workspaceName, String dataExportName)"
nameWithType: "DataExports.delete(String resourceGroupName, String workspaceName, String dataExportName)"
summary: "Deletes the specified data export in a given workspace.."
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 data export rule name."
name: "dataExportName"
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 dataExportName)"
desc: "Deletes the specified data export in a given workspace.."
- uid: "com.azure.resourcemanager.loganalytics.models.DataExports.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "DataExports.deleteById(String id)"
summary: "Deletes the specified data export in a given workspace.."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Deletes the specified data export in a given workspace.."
- uid: "com.azure.resourcemanager.loganalytics.models.DataExports.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "DataExports.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes the specified data export in a given workspace.."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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> deleteByIdWithResponse(String id, Context context)"
desc: "Deletes the specified data export in a given workspace.."
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.models.DataExports.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.deleteWithResponse(String resourceGroupName, String workspaceName, String dataExportName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String workspaceName, String dataExportName, Context context)"
nameWithType: "DataExports.deleteWithResponse(String resourceGroupName, String workspaceName, String dataExportName, Context context)"
summary: "Deletes the specified data export in a given workspace.."
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 data export rule name."
name: "dataExportName"
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 dataExportName, Context context)"
desc: "Deletes the specified data export in a given workspace.."
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.models.DataExports.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.get(String resourceGroupName, String workspaceName, String dataExportName)"
name: "get(String resourceGroupName, String workspaceName, String dataExportName)"
nameWithType: "DataExports.get(String resourceGroupName, String workspaceName, String dataExportName)"
summary: "Gets a data export 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: "The data export rule name."
name: "dataExportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DataExport get(String resourceGroupName, String workspaceName, String dataExportName)"
desc: "Gets a data export instance."
returns:
description: "a data export instance."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.DataExport?alt=com.azure.resourcemanager.loganalytics.models.DataExport&text=DataExport\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.DataExports.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.getById(String id)"
name: "getById(String id)"
nameWithType: "DataExports.getById(String id)"
summary: "Gets a data export instance."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DataExport getById(String id)"
desc: "Gets a data export instance."
returns:
description: "a data export 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.resourcemanager.loganalytics.models.DataExport?alt=com.azure.resourcemanager.loganalytics.models.DataExport&text=DataExport\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.DataExports.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "DataExports.getByIdWithResponse(String id, Context context)"
summary: "Gets a data export instance."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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<DataExport> getByIdWithResponse(String id, Context context)"
desc: "Gets a data export instance."
returns:
description: "a data export 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.models.DataExport?alt=com.azure.resourcemanager.loganalytics.models.DataExport&text=DataExport\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.DataExports.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.getWithResponse(String resourceGroupName, String workspaceName, String dataExportName, Context context)"
name: "getWithResponse(String resourceGroupName, String workspaceName, String dataExportName, Context context)"
nameWithType: "DataExports.getWithResponse(String resourceGroupName, String workspaceName, String dataExportName, Context context)"
summary: "Gets a data export 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: "The data export rule name."
name: "dataExportName"
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<DataExport> getWithResponse(String resourceGroupName, String workspaceName, String dataExportName, Context context)"
desc: "Gets a data export instance."
returns:
description: "a data export 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.models.DataExport?alt=com.azure.resourcemanager.loganalytics.models.DataExport&text=DataExport\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.DataExports.listByWorkspace(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.listByWorkspace(String resourceGroupName, String workspaceName)"
name: "listByWorkspace(String resourceGroupName, String workspaceName)"
nameWithType: "DataExports.listByWorkspace(String resourceGroupName, String workspaceName)"
summary: "Lists the data export instances within a workspace."
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>"
syntax: "public abstract PagedIterable<DataExport> listByWorkspace(String resourceGroupName, String workspaceName)"
desc: "Lists the data export instances within a workspace."
returns:
description: "result of the request to list data exports 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.loganalytics.models.DataExport?alt=com.azure.resourcemanager.loganalytics.models.DataExport&text=DataExport\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.DataExports.listByWorkspace(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataExports.listByWorkspace(String resourceGroupName, String workspaceName, Context context)"
name: "listByWorkspace(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "DataExports.listByWorkspace(String resourceGroupName, String workspaceName, Context context)"
summary: "Lists the data export instances within a workspace."
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 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<DataExport> listByWorkspace(String resourceGroupName, String workspaceName, Context context)"
desc: "Lists the data export instances within a workspace."
returns:
description: "result of the request to list data exports 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.loganalytics.models.DataExport?alt=com.azure.resourcemanager.loganalytics.models.DataExport&text=DataExport\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of DataExports."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0