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

55 строки
3.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.chaos.models.OperationStatuses"
fullName: "com.azure.resourcemanager.chaos.models.OperationStatuses"
name: "OperationStatuses"
nameWithType: "OperationStatuses"
summary: "Resource collection API of Operation<wbr>Statuses."
syntax: "public interface **OperationStatuses**"
methods:
- uid: "com.azure.resourcemanager.chaos.models.OperationStatuses.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.OperationStatuses.get(String location, String asyncOperationId)"
name: "get(String location, String asyncOperationId)"
nameWithType: "OperationStatuses.get(String location, String asyncOperationId)"
summary: "Get the status of a long running azure asynchronous operation."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The operation Id."
name: "asyncOperationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract OperationStatus get(String location, String asyncOperationId)"
desc: "Get the status of a long running azure asynchronous operation."
returns:
description: "the status of a long running azure asynchronous operation."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.OperationStatus?alt=com.azure.resourcemanager.chaos.models.OperationStatus&text=OperationStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.OperationStatuses.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.OperationStatuses.getWithResponse(String location, String asyncOperationId, Context context)"
name: "getWithResponse(String location, String asyncOperationId, Context context)"
nameWithType: "OperationStatuses.getWithResponse(String location, String asyncOperationId, Context context)"
summary: "Get the status of a long running azure asynchronous operation."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The operation Id."
name: "asyncOperationId"
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<OperationStatus> getWithResponse(String location, String asyncOperationId, Context context)"
desc: "Get the status of a long running azure asynchronous operation."
returns:
description: "the status of a long running azure asynchronous operation 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.chaos.models.OperationStatus?alt=com.azure.resourcemanager.chaos.models.OperationStatus&text=OperationStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of OperationStatuses."
metadata: {}
package: "com.azure.resourcemanager.chaos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0