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

385 строки
30 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.Assets"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets"
name: "Assets"
nameWithType: "Assets"
summary: "Resource collection API of Assets."
syntax: "public interface **Assets**"
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.define(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.define(String name)"
name: "define(String name)"
nameWithType: "Assets.define(String name)"
summary: "Begins definition for a new Asset 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 Asset.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Asset resource."
returns:
description: "the first stage of the new Asset definition."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Asset.DefinitionStages.Blank?alt=com.azure.resourcemanager.mediaservices.models.Asset.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.delete(String resourceGroupName, String accountName, String assetName)"
name: "delete(String resourceGroupName, String accountName, String assetName)"
nameWithType: "Assets.delete(String resourceGroupName, String accountName, String assetName)"
summary: "Delete an Asset."
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>"
syntax: "public abstract void delete(String resourceGroupName, String accountName, String assetName)"
desc: "Delete an Asset.\n\nDeletes an Asset in the Media Services account."
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Assets.deleteById(String id)"
summary: "Delete an Asset."
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 an Asset.\n\nDeletes an Asset in the Media Services account."
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Assets.deleteByIdWithResponse(String id, Context context)"
summary: "Delete an Asset."
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<Void> deleteByIdWithResponse(String id, Context context)"
desc: "Delete an Asset.\n\nDeletes an Asset in the Media Services account."
returns:
description: "the <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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.deleteWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
nameWithType: "Assets.deleteWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
summary: "Delete an Asset."
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 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<Void> deleteWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
desc: "Delete an Asset.\n\nDeletes an Asset in the Media Services account."
returns:
description: "the <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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.get(String resourceGroupName, String accountName, String assetName)"
name: "get(String resourceGroupName, String accountName, String assetName)"
nameWithType: "Assets.get(String resourceGroupName, String accountName, String assetName)"
summary: "Get an Asset"
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>"
syntax: "public abstract Asset get(String resourceGroupName, String accountName, String assetName)"
desc: "Get an Asset\n\nGet the details of an Asset in the Media Services account."
returns:
description: "the details of an Asset in the Media Services account."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Asset?alt=com.azure.resourcemanager.mediaservices.models.Asset&text=Asset\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.getById(String id)"
name: "getById(String id)"
nameWithType: "Assets.getById(String id)"
summary: "Get an Asset"
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 Asset getById(String id)"
desc: "Get an Asset\n\nGet the details of an Asset in the Media Services account."
returns:
description: "the details of an Asset in the Media Services account 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.Asset?alt=com.azure.resourcemanager.mediaservices.models.Asset&text=Asset\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Assets.getByIdWithResponse(String id, Context context)"
summary: "Get an Asset"
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<Asset> getByIdWithResponse(String id, Context context)"
desc: "Get an Asset\n\nGet the details of an Asset in the Media Services account."
returns:
description: "the details of an Asset in the Media Services account 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.Asset?alt=com.azure.resourcemanager.mediaservices.models.Asset&text=Asset\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.getEncryptionKey(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.getEncryptionKey(String resourceGroupName, String accountName, String assetName)"
name: "getEncryptionKey(String resourceGroupName, String accountName, String assetName)"
nameWithType: "Assets.getEncryptionKey(String resourceGroupName, String accountName, String assetName)"
summary: "Gets the Asset storage key"
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>"
syntax: "public abstract StorageEncryptedAssetDecryptionData getEncryptionKey(String resourceGroupName, String accountName, String assetName)"
desc: "Gets the Asset storage key\n\nGets the Asset storage encryption keys used to decrypt content created by version 2 of the Media Services API."
returns:
description: "the Asset storage encryption keys used to decrypt content created by version 2 of the Media Services API."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.StorageEncryptedAssetDecryptionData?alt=com.azure.resourcemanager.mediaservices.models.StorageEncryptedAssetDecryptionData&text=StorageEncryptedAssetDecryptionData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.getEncryptionKeyWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.getEncryptionKeyWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
name: "getEncryptionKeyWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
nameWithType: "Assets.getEncryptionKeyWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
summary: "Gets the Asset storage key"
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 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<StorageEncryptedAssetDecryptionData> getEncryptionKeyWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
desc: "Gets the Asset storage key\n\nGets the Asset storage encryption keys used to decrypt content created by version 2 of the Media Services API."
returns:
description: "the Asset storage encryption keys used to decrypt content created by version 2 of the Media Services API\n 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.StorageEncryptedAssetDecryptionData?alt=com.azure.resourcemanager.mediaservices.models.StorageEncryptedAssetDecryptionData&text=StorageEncryptedAssetDecryptionData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.getWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
nameWithType: "Assets.getWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
summary: "Get an Asset"
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 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<Asset> getWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
desc: "Get an Asset\n\nGet the details of an Asset in the Media Services account."
returns:
description: "the details of an Asset in the Media Services account 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.Asset?alt=com.azure.resourcemanager.mediaservices.models.Asset&text=Asset\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.list(String resourceGroupName, String accountName)"
name: "list(String resourceGroupName, String accountName)"
nameWithType: "Assets.list(String resourceGroupName, String accountName)"
summary: "List Assets"
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>"
syntax: "public abstract PagedIterable<Asset> list(String resourceGroupName, String accountName)"
desc: "List Assets\n\nList Assets in the Media Services account with optional filtering and ordering."
returns:
description: "a collection of Asset items 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.Asset?alt=com.azure.resourcemanager.mediaservices.models.Asset&text=Asset\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.list(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.list(String resourceGroupName, String accountName, String filter, Integer top, String orderby, Context context)"
name: "list(String resourceGroupName, String accountName, String filter, Integer top, String orderby, Context context)"
nameWithType: "Assets.list(String resourceGroupName, String accountName, String filter, Integer top, String orderby, Context context)"
summary: "List Assets"
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: "Restricts the set of items returned."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies a non-negative integer n that limits the number of items returned from a collection. The\n service returns the number of available items up to but not greater than the specified value n."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "Specifies the key by which the result collection should be ordered."
name: "orderby"
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<Asset> list(String resourceGroupName, String accountName, String filter, Integer top, String orderby, Context context)"
desc: "List Assets\n\nList Assets in the Media Services account with optional filtering and ordering."
returns:
description: "a collection of Asset items 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.Asset?alt=com.azure.resourcemanager.mediaservices.models.Asset&text=Asset\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.listContainerSas(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mediaservices.models.ListContainerSasInput)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.listContainerSas(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters)"
name: "listContainerSas(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters)"
nameWithType: "Assets.listContainerSas(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters)"
summary: "List the Asset URLs"
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 request parameters."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.ListContainerSasInput?alt=com.azure.resourcemanager.mediaservices.models.ListContainerSasInput&text=ListContainerSasInput\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AssetContainerSas listContainerSas(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters)"
desc: "List the Asset URLs\n\nLists storage container URLs with shared access signatures (SAS) for uploading and downloading Asset content. The signatures are derived from the storage account keys."
returns:
description: "the Asset Storage container SAS URLs."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AssetContainerSas?alt=com.azure.resourcemanager.mediaservices.models.AssetContainerSas&text=AssetContainerSas\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.listContainerSasWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mediaservices.models.ListContainerSasInput,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.listContainerSasWithResponse(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters, Context context)"
name: "listContainerSasWithResponse(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters, Context context)"
nameWithType: "Assets.listContainerSasWithResponse(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters, Context context)"
summary: "List the Asset URLs"
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 request parameters."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.ListContainerSasInput?alt=com.azure.resourcemanager.mediaservices.models.ListContainerSasInput&text=ListContainerSasInput\" data-throw-if-not-resolved=\"False\" />"
- 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<AssetContainerSas> listContainerSasWithResponse(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters, Context context)"
desc: "List the Asset URLs\n\nLists storage container URLs with shared access signatures (SAS) for uploading and downloading Asset content. The signatures are derived from the storage account keys."
returns:
description: "the Asset Storage container SAS URLs 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.AssetContainerSas?alt=com.azure.resourcemanager.mediaservices.models.AssetContainerSas&text=AssetContainerSas\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.listStreamingLocators(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.listStreamingLocators(String resourceGroupName, String accountName, String assetName)"
name: "listStreamingLocators(String resourceGroupName, String accountName, String assetName)"
nameWithType: "Assets.listStreamingLocators(String resourceGroupName, String accountName, String assetName)"
summary: "List Streaming Locators"
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>"
syntax: "public abstract ListStreamingLocatorsResponse listStreamingLocators(String resourceGroupName, String accountName, String assetName)"
desc: "List Streaming Locators\n\nLists Streaming Locators which are associated with this asset."
returns:
description: "the Streaming Locators associated with this Asset."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.ListStreamingLocatorsResponse?alt=com.azure.resourcemanager.mediaservices.models.ListStreamingLocatorsResponse&text=ListStreamingLocatorsResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Assets.listStreamingLocatorsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.Assets.listStreamingLocatorsWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
name: "listStreamingLocatorsWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
nameWithType: "Assets.listStreamingLocatorsWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
summary: "List Streaming Locators"
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 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<ListStreamingLocatorsResponse> listStreamingLocatorsWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
desc: "List Streaming Locators\n\nLists Streaming Locators which are associated with this asset."
returns:
description: "the Streaming Locators associated with this Asset 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.ListStreamingLocatorsResponse?alt=com.azure.resourcemanager.mediaservices.models.ListStreamingLocatorsResponse&text=ListStreamingLocatorsResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Assets."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0