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

347 строки
26 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs"
name: "LiveOutputs"
nameWithType: "LiveOutputs"
summary: "Resource collection API of Live<wbr>Outputs."
syntax: "public interface **LiveOutputs**"
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.asyncOperation(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.asyncOperation(String resourceGroupName, String accountName, String operationId)"
name: "asyncOperation(String resourceGroupName, String accountName, String operationId)"
nameWithType: "LiveOutputs.asyncOperation(String resourceGroupName, String accountName, String operationId)"
summary: "Get operation status."
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 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 AsyncOperationResult asyncOperation(String resourceGroupName, String accountName, String operationId)"
desc: "Get operation status.\n\nGet a Live Output operation status."
returns:
description: "a Live Output operation status."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AsyncOperationResult?alt=com.azure.resourcemanager.mediaservices.models.AsyncOperationResult&text=AsyncOperationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.asyncOperationWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.asyncOperationWithResponse(String resourceGroupName, String accountName, String operationId, Context context)"
name: "asyncOperationWithResponse(String resourceGroupName, String accountName, String operationId, Context context)"
nameWithType: "LiveOutputs.asyncOperationWithResponse(String resourceGroupName, String accountName, String operationId, Context context)"
summary: "Get operation status."
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 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<AsyncOperationResult> asyncOperationWithResponse(String resourceGroupName, String accountName, String operationId, Context context)"
desc: "Get operation status.\n\nGet a Live Output operation status."
returns:
description: "a Live Output operation status 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.mediaservices.models.AsyncOperationResult?alt=com.azure.resourcemanager.mediaservices.models.AsyncOperationResult&text=AsyncOperationResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.define(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.define(String name)"
name: "define(String name)"
nameWithType: "LiveOutputs.define(String name)"
summary: "Begins definition for a new Live<wbr>Output 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 LiveOutput.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new LiveOutput resource."
returns:
description: "the first stage of the new LiveOutput definition."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.LiveOutput.DefinitionStages.Blank?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.delete(String resourceGroupName, String accountName, String liveEventName, String liveOutputName)"
name: "delete(String resourceGroupName, String accountName, String liveEventName, String liveOutputName)"
nameWithType: "LiveOutputs.delete(String resourceGroupName, String accountName, String liveEventName, String liveOutputName)"
summary: "Delete Live Output"
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 name of the live event, maximum length is 32."
name: "liveEventName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the live output."
name: "liveOutputName"
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 accountName, String liveEventName, String liveOutputName)"
desc: "Delete Live Output\n\nDeletes a live output. Deleting a live output does not delete the asset the live output is writing to."
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.delete(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, Context context)"
name: "delete(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, Context context)"
nameWithType: "LiveOutputs.delete(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, Context context)"
summary: "Delete Live Output"
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 name of the live event, maximum length is 32."
name: "liveEventName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the live output."
name: "liveOutputName"
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 void delete(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, Context context)"
desc: "Delete Live Output\n\nDeletes a live output. Deleting a live output does not delete the asset the live output is writing to."
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "LiveOutputs.deleteById(String id)"
summary: "Delete Live Output"
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: "Delete Live Output\n\nDeletes a live output. Deleting a live output does not delete the asset the live output is writing to."
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "LiveOutputs.deleteByIdWithResponse(String id, Context context)"
summary: "Delete Live Output"
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 void deleteByIdWithResponse(String id, Context context)"
desc: "Delete Live Output\n\nDeletes a live output. Deleting a live output does not delete the asset the live output is writing to."
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.get(String resourceGroupName, String accountName, String liveEventName, String liveOutputName)"
name: "get(String resourceGroupName, String accountName, String liveEventName, String liveOutputName)"
nameWithType: "LiveOutputs.get(String resourceGroupName, String accountName, String liveEventName, String liveOutputName)"
summary: "Get Live Output"
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 name of the live event, maximum length is 32."
name: "liveEventName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the live output."
name: "liveOutputName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LiveOutput get(String resourceGroupName, String accountName, String liveEventName, String liveOutputName)"
desc: "Get Live Output\n\nGets a live output."
returns:
description: "a live output."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.LiveOutput?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput&text=LiveOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.getById(String id)"
name: "getById(String id)"
nameWithType: "LiveOutputs.getById(String id)"
summary: "Get Live Output"
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 LiveOutput getById(String id)"
desc: "Get Live Output\n\nGets a live output."
returns:
description: "a live output 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.mediaservices.models.LiveOutput?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput&text=LiveOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "LiveOutputs.getByIdWithResponse(String id, Context context)"
summary: "Get Live Output"
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<LiveOutput> getByIdWithResponse(String id, Context context)"
desc: "Get Live Output\n\nGets a live output."
returns:
description: "a live output 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.mediaservices.models.LiveOutput?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput&text=LiveOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.getWithResponse(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, Context context)"
nameWithType: "LiveOutputs.getWithResponse(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, Context context)"
summary: "Get Live Output"
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 name of the live event, maximum length is 32."
name: "liveEventName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the live output."
name: "liveOutputName"
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<LiveOutput> getWithResponse(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, Context context)"
desc: "Get Live Output\n\nGets a live output."
returns:
description: "a live output 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.mediaservices.models.LiveOutput?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput&text=LiveOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.list(String resourceGroupName, String accountName, String liveEventName)"
name: "list(String resourceGroupName, String accountName, String liveEventName)"
nameWithType: "LiveOutputs.list(String resourceGroupName, String accountName, String liveEventName)"
summary: "List Live Outputs"
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 name of the live event, maximum length is 32."
name: "liveEventName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<LiveOutput> list(String resourceGroupName, String accountName, String liveEventName)"
desc: "List Live Outputs\n\nLists the live outputs of a live event."
returns:
description: "liveOutputListResult 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.mediaservices.models.LiveOutput?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput&text=LiveOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.list(String resourceGroupName, String accountName, String liveEventName, Context context)"
name: "list(String resourceGroupName, String accountName, String liveEventName, Context context)"
nameWithType: "LiveOutputs.list(String resourceGroupName, String accountName, String liveEventName, Context context)"
summary: "List Live Outputs"
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 name of the live event, maximum length is 32."
name: "liveEventName"
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<LiveOutput> list(String resourceGroupName, String accountName, String liveEventName, Context context)"
desc: "List Live Outputs\n\nLists the live outputs of a live event."
returns:
description: "liveOutputListResult 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.mediaservices.models.LiveOutput?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput&text=LiveOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.operationLocation(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.operationLocation(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId)"
name: "operationLocation(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId)"
nameWithType: "LiveOutputs.operationLocation(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId)"
summary: "Get operation status."
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 name of the live event, maximum length is 32."
name: "liveEventName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the live output."
name: "liveOutputName"
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 LiveOutput operationLocation(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId)"
desc: "Get operation status.\n\nGet a Live Output operation status."
returns:
description: "a Live Output operation status."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.LiveOutput?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput&text=LiveOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutputs.operationLocationWithResponse(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.LiveOutputs.operationLocationWithResponse(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId, Context context)"
name: "operationLocationWithResponse(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId, Context context)"
nameWithType: "LiveOutputs.operationLocationWithResponse(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId, Context context)"
summary: "Get operation status."
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 name of the live event, maximum length is 32."
name: "liveEventName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the live output."
name: "liveOutputName"
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<LiveOutput> operationLocationWithResponse(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId, Context context)"
desc: "Get operation status.\n\nGet a Live Output operation status."
returns:
description: "a Live Output operation status 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.mediaservices.models.LiveOutput?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput&text=LiveOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of LiveOutputs."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0