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

408 строки
34 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient"
name: "AssetsClient"
nameWithType: "AssetsClient"
summary: "An instance of this class provides access to all the operations defined in Assets<wbr>Client."
syntax: "public interface **AssetsClient**"
methods:
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mediaservices.fluent.models.AssetInner)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.createOrUpdate(String resourceGroupName, String accountName, String assetName, AssetInner parameters)"
name: "createOrUpdate(String resourceGroupName, String accountName, String assetName, AssetInner parameters)"
nameWithType: "AssetsClient.createOrUpdate(String resourceGroupName, String accountName, String assetName, AssetInner parameters)"
summary: "Create or update 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 request parameters."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AssetInner createOrUpdate(String resourceGroupName, String accountName, String assetName, AssetInner parameters)"
desc: "Create or update an Asset\n\nCreates or updates an Asset in the Media Services account."
returns:
description: "an Asset."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mediaservices.fluent.models.AssetInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.createOrUpdateWithResponse(String resourceGroupName, String accountName, String assetName, AssetInner parameters, Context context)"
name: "createOrUpdateWithResponse(String resourceGroupName, String accountName, String assetName, AssetInner parameters, Context context)"
nameWithType: "AssetsClient.createOrUpdateWithResponse(String resourceGroupName, String accountName, String assetName, AssetInner parameters, Context context)"
summary: "Create or update 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 request parameters."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" 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<AssetInner> createOrUpdateWithResponse(String resourceGroupName, String accountName, String assetName, AssetInner parameters, Context context)"
desc: "Create or update an Asset\n\nCreates or updates an Asset in the Media Services account."
returns:
description: "an 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.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.delete(String resourceGroupName, String accountName, String assetName)"
name: "delete(String resourceGroupName, String accountName, String assetName)"
nameWithType: "AssetsClient.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.fluent.AssetsClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.deleteWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
nameWithType: "AssetsClient.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.fluent.AssetsClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.get(String resourceGroupName, String accountName, String assetName)"
name: "get(String resourceGroupName, String accountName, String assetName)"
nameWithType: "AssetsClient.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 AssetInner 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.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.getEncryptionKey(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.getEncryptionKey(String resourceGroupName, String accountName, String assetName)"
name: "getEncryptionKey(String resourceGroupName, String accountName, String assetName)"
nameWithType: "AssetsClient.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 StorageEncryptedAssetDecryptionDataInner 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.fluent.models.StorageEncryptedAssetDecryptionDataInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.StorageEncryptedAssetDecryptionDataInner&text=StorageEncryptedAssetDecryptionDataInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.getEncryptionKeyWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.getEncryptionKeyWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
name: "getEncryptionKeyWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
nameWithType: "AssetsClient.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<StorageEncryptedAssetDecryptionDataInner> 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.fluent.models.StorageEncryptedAssetDecryptionDataInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.StorageEncryptedAssetDecryptionDataInner&text=StorageEncryptedAssetDecryptionDataInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.getWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
nameWithType: "AssetsClient.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<AssetInner> 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.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.list(String resourceGroupName, String accountName)"
name: "list(String resourceGroupName, String accountName)"
nameWithType: "AssetsClient.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<AssetInner> 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.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.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.fluent.AssetsClient.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: "AssetsClient.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<AssetInner> 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.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.listContainerSas(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mediaservices.models.ListContainerSasInput)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.listContainerSas(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters)"
name: "listContainerSas(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters)"
nameWithType: "AssetsClient.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 AssetContainerSasInner 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.fluent.models.AssetContainerSasInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetContainerSasInner&text=AssetContainerSasInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.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.fluent.AssetsClient.listContainerSasWithResponse(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters, Context context)"
name: "listContainerSasWithResponse(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters, Context context)"
nameWithType: "AssetsClient.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<AssetContainerSasInner> 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.fluent.models.AssetContainerSasInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetContainerSasInner&text=AssetContainerSasInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.listStreamingLocators(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.listStreamingLocators(String resourceGroupName, String accountName, String assetName)"
name: "listStreamingLocators(String resourceGroupName, String accountName, String assetName)"
nameWithType: "AssetsClient.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 ListStreamingLocatorsResponseInner 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.fluent.models.ListStreamingLocatorsResponseInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.ListStreamingLocatorsResponseInner&text=ListStreamingLocatorsResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.listStreamingLocatorsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.listStreamingLocatorsWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
name: "listStreamingLocatorsWithResponse(String resourceGroupName, String accountName, String assetName, Context context)"
nameWithType: "AssetsClient.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<ListStreamingLocatorsResponseInner> 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.fluent.models.ListStreamingLocatorsResponseInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.ListStreamingLocatorsResponseInner&text=ListStreamingLocatorsResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mediaservices.fluent.models.AssetInner)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.update(String resourceGroupName, String accountName, String assetName, AssetInner parameters)"
name: "update(String resourceGroupName, String accountName, String assetName, AssetInner parameters)"
nameWithType: "AssetsClient.update(String resourceGroupName, String accountName, String assetName, AssetInner parameters)"
summary: "Update 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 request parameters."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AssetInner update(String resourceGroupName, String accountName, String assetName, AssetInner parameters)"
desc: "Update an Asset\n\nUpdates an existing Asset in the Media Services account."
returns:
description: "an Asset."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.updateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mediaservices.fluent.models.AssetInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.AssetsClient.updateWithResponse(String resourceGroupName, String accountName, String assetName, AssetInner parameters, Context context)"
name: "updateWithResponse(String resourceGroupName, String accountName, String assetName, AssetInner parameters, Context context)"
nameWithType: "AssetsClient.updateWithResponse(String resourceGroupName, String accountName, String assetName, AssetInner parameters, Context context)"
summary: "Update 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 request parameters."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" 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<AssetInner> updateWithResponse(String resourceGroupName, String accountName, String assetName, AssetInner parameters, Context context)"
desc: "Update an Asset\n\nUpdates an existing Asset in the Media Services account."
returns:
description: "an 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.fluent.models.AssetInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetInner&text=AssetInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in AssetsClient."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0