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

73 строки
5.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.OperationResults"
fullName: "com.azure.resourcemanager.mediaservices.models.OperationResults"
name: "OperationResults"
nameWithType: "OperationResults"
summary: "Resource collection API of Operation<wbr>Results."
syntax: "public interface **OperationResults**"
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.OperationResults.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.OperationResults.get(String resourceGroupName, String accountName, String assetName, String trackName, String operationId)"
name: "get(String resourceGroupName, String accountName, String assetName, String trackName, String operationId)"
nameWithType: "OperationResults.get(String resourceGroupName, String accountName, String assetName, String trackName, String operationId)"
summary: "Get operation result."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Asset name."
name: "assetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Asset Track name."
name: "trackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Operation Id."
name: "operationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract AssetTrack get(String resourceGroupName, String accountName, String assetName, String trackName, String operationId)"
desc: "Get operation result.\n\nGet asset track operation result."
returns:
description: "asset track operation result."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AssetTrack?alt=com.azure.resourcemanager.mediaservices.models.AssetTrack&text=AssetTrack\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.OperationResults.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.OperationResults.getWithResponse(String resourceGroupName, String accountName, String assetName, String trackName, String operationId, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String assetName, String trackName, String operationId, Context context)"
nameWithType: "OperationResults.getWithResponse(String resourceGroupName, String accountName, String assetName, String trackName, String operationId, Context context)"
summary: "Get operation result."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Asset name."
name: "assetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Asset Track name."
name: "trackName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Operation Id."
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<AssetTrack> getWithResponse(String resourceGroupName, String accountName, String assetName, String trackName, String operationId, Context context)"
desc: "Get operation result.\n\nGet asset track operation result."
returns:
description: "asset track operation result."
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.mediaservices.models.AssetTrack?alt=com.azure.resourcemanager.mediaservices.models.AssetTrack&text=AssetTrack\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of OperationResults."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0