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

55 строки
3.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.OperationsResults"
fullName: "com.azure.resourcemanager.kusto.models.OperationsResults"
name: "OperationsResults"
nameWithType: "OperationsResults"
summary: "Resource collection API of Operations<wbr>Results."
syntax: "public interface **OperationsResults**"
methods:
- uid: "com.azure.resourcemanager.kusto.models.OperationsResults.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.kusto.models.OperationsResults.get(String location, String operationId)"
name: "get(String location, String operationId)"
nameWithType: "OperationsResults.get(String location, String operationId)"
summary: "Returns operation results."
modifiers:
- "abstract"
parameters:
- description: "The name of Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID of an ongoing async operation."
name: "operationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract OperationResult get(String location, String operationId)"
desc: "Returns operation results."
returns:
description: "operation Result Entity."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.OperationResult?alt=com.azure.resourcemanager.kusto.models.OperationResult&text=OperationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.OperationsResults.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.kusto.models.OperationsResults.getWithResponse(String location, String operationId, Context context)"
name: "getWithResponse(String location, String operationId, Context context)"
nameWithType: "OperationsResults.getWithResponse(String location, String operationId, Context context)"
summary: "Returns operation results."
modifiers:
- "abstract"
parameters:
- description: "The name of Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID of an ongoing async operation."
name: "operationId"
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<OperationResult> getWithResponse(String location, String operationId, Context context)"
desc: "Returns operation results."
returns:
description: "operation Result Entity 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.kusto.models.OperationResult?alt=com.azure.resourcemanager.kusto.models.OperationResult&text=OperationResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of OperationsResults."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0