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

55 строки
3.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.models.Schemas"
fullName: "com.azure.resourcemanager.loganalytics.models.Schemas"
name: "Schemas"
nameWithType: "Schemas"
summary: "Resource collection API of Schemas."
syntax: "public interface **Schemas**"
methods:
- uid: "com.azure.resourcemanager.loganalytics.models.Schemas.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.Schemas.get(String resourceGroupName, String workspaceName)"
name: "get(String resourceGroupName, String workspaceName)"
nameWithType: "Schemas.get(String resourceGroupName, String workspaceName)"
summary: "Gets the schema for 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>"
syntax: "public abstract SearchGetSchemaResponse get(String resourceGroupName, String workspaceName)"
desc: "Gets the schema for a given workspace."
returns:
description: "the schema for a given workspace."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchGetSchemaResponse?alt=com.azure.resourcemanager.loganalytics.models.SearchGetSchemaResponse&text=SearchGetSchemaResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.Schemas.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loganalytics.models.Schemas.getWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "getWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "Schemas.getWithResponse(String resourceGroupName, String workspaceName, Context context)"
summary: "Gets the schema for 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 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<SearchGetSchemaResponse> getWithResponse(String resourceGroupName, String workspaceName, Context context)"
desc: "Gets the schema for a given workspace."
returns:
description: "the schema for a given 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.models.SearchGetSchemaResponse?alt=com.azure.resourcemanager.loganalytics.models.SearchGetSchemaResponse&text=SearchGetSchemaResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Schemas."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0