### 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 AssetsClient." 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" - description: "The request parameters." name: "parameters" type: "" 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: "" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" - description: "The request parameters." name: "parameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response 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 ." type: "<>" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response 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 ." type: "<Void>" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" 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: "" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" 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: "" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response 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 ." type: "<>" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response 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 ." type: "<>" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" syntax: "public abstract PagedIterable 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 ." type: "<>" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "Restricts the set of items returned." name: "filter" type: "String" - 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: "Integer" - description: "Specifies the key by which the result collection should be ordered." name: "orderby" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable 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 ." type: "<>" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" - description: "The request parameters." name: "parameters" type: "" 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: "" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" - description: "The request parameters." name: "parameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response 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 ." type: "<>" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" 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: "" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response 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 ." type: "<>" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" - description: "The request parameters." name: "parameters" type: "" 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: "" - 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: "String" - description: "The Media Services account name." name: "accountName" type: "String" - description: "The Asset name." name: "assetName" type: "String" - description: "The request parameters." name: "parameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response 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 ." type: "<>" 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