247 строки
18 KiB
YAML
247 строки
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters"
|
|
name: "AssetFilters"
|
|
nameWithType: "AssetFilters"
|
|
summary: "Resource collection API of Asset<wbr>Filters."
|
|
syntax: "public interface **AssetFilters**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "AssetFilters.define(String name)"
|
|
summary: "Begins definition for a new Asset<wbr>Filter 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 AssetFilter.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new AssetFilter resource."
|
|
returns:
|
|
description: "the first stage of the new AssetFilter definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AssetFilter.DefinitionStages.Blank?alt=com.azure.resourcemanager.mediaservices.models.AssetFilter.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.delete(String resourceGroupName, String accountName, String assetName, String filterName)"
|
|
name: "delete(String resourceGroupName, String accountName, String assetName, String filterName)"
|
|
nameWithType: "AssetFilters.delete(String resourceGroupName, String accountName, String assetName, String filterName)"
|
|
summary: "Delete an Asset Filter."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Media Services account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Asset name."
|
|
name: "assetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Asset Filter name."
|
|
name: "filterName"
|
|
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, String filterName)"
|
|
desc: "Delete an Asset Filter.\n\nDeletes an Asset Filter associated with the specified Asset."
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "AssetFilters.deleteById(String id)"
|
|
summary: "Delete an Asset Filter."
|
|
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 Filter.\n\nDeletes an Asset Filter associated with the specified Asset."
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "AssetFilters.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Delete an Asset Filter."
|
|
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 Filter.\n\nDeletes an Asset Filter associated with the specified Asset."
|
|
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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.deleteWithResponse(String resourceGroupName, String accountName, String assetName, String filterName, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String accountName, String assetName, String filterName, Context context)"
|
|
nameWithType: "AssetFilters.deleteWithResponse(String resourceGroupName, String accountName, String assetName, String filterName, Context context)"
|
|
summary: "Delete an Asset Filter."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Media Services account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Asset name."
|
|
name: "assetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Asset Filter name."
|
|
name: "filterName"
|
|
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, String filterName, Context context)"
|
|
desc: "Delete an Asset Filter.\n\nDeletes an Asset Filter associated with the specified Asset."
|
|
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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.get(String resourceGroupName, String accountName, String assetName, String filterName)"
|
|
name: "get(String resourceGroupName, String accountName, String assetName, String filterName)"
|
|
nameWithType: "AssetFilters.get(String resourceGroupName, String accountName, String assetName, String filterName)"
|
|
summary: "Get an Asset Filter."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Media Services account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Asset name."
|
|
name: "assetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Asset Filter name."
|
|
name: "filterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract AssetFilter get(String resourceGroupName, String accountName, String assetName, String filterName)"
|
|
desc: "Get an Asset Filter.\n\nGet the details of an Asset Filter associated with the specified Asset."
|
|
returns:
|
|
description: "the details of an Asset Filter associated with the specified Asset."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AssetFilter?alt=com.azure.resourcemanager.mediaservices.models.AssetFilter&text=AssetFilter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "AssetFilters.getById(String id)"
|
|
summary: "Get an Asset Filter."
|
|
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 AssetFilter getById(String id)"
|
|
desc: "Get an Asset Filter.\n\nGet the details of an Asset Filter associated with the specified Asset."
|
|
returns:
|
|
description: "the details of an Asset Filter associated with the specified 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.resourcemanager.mediaservices.models.AssetFilter?alt=com.azure.resourcemanager.mediaservices.models.AssetFilter&text=AssetFilter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "AssetFilters.getByIdWithResponse(String id, Context context)"
|
|
summary: "Get an Asset Filter."
|
|
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<AssetFilter> getByIdWithResponse(String id, Context context)"
|
|
desc: "Get an Asset Filter.\n\nGet the details of an Asset Filter associated with the specified Asset."
|
|
returns:
|
|
description: "the details of an Asset Filter associated with the specified 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\" /><<xref href=\"com.azure.resourcemanager.mediaservices.models.AssetFilter?alt=com.azure.resourcemanager.mediaservices.models.AssetFilter&text=AssetFilter\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.getWithResponse(String resourceGroupName, String accountName, String assetName, String filterName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String accountName, String assetName, String filterName, Context context)"
|
|
nameWithType: "AssetFilters.getWithResponse(String resourceGroupName, String accountName, String assetName, String filterName, Context context)"
|
|
summary: "Get an Asset Filter."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Media Services account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Asset name."
|
|
name: "assetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Asset Filter name."
|
|
name: "filterName"
|
|
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<AssetFilter> getWithResponse(String resourceGroupName, String accountName, String assetName, String filterName, Context context)"
|
|
desc: "Get an Asset Filter.\n\nGet the details of an Asset Filter associated with the specified Asset."
|
|
returns:
|
|
description: "the details of an Asset Filter associated with the specified 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\" /><<xref href=\"com.azure.resourcemanager.mediaservices.models.AssetFilter?alt=com.azure.resourcemanager.mediaservices.models.AssetFilter&text=AssetFilter\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.list(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.list(String resourceGroupName, String accountName, String assetName)"
|
|
name: "list(String resourceGroupName, String accountName, String assetName)"
|
|
nameWithType: "AssetFilters.list(String resourceGroupName, String accountName, String assetName)"
|
|
summary: "List Asset Filters"
|
|
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 PagedIterable<AssetFilter> list(String resourceGroupName, String accountName, String assetName)"
|
|
desc: "List Asset Filters\n\nList Asset Filters associated with the specified Asset."
|
|
returns:
|
|
description: "a collection of AssetFilter 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\" /><<xref href=\"com.azure.resourcemanager.mediaservices.models.AssetFilter?alt=com.azure.resourcemanager.mediaservices.models.AssetFilter&text=AssetFilter\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.AssetFilters.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.AssetFilters.list(String resourceGroupName, String accountName, String assetName, Context context)"
|
|
name: "list(String resourceGroupName, String accountName, String assetName, Context context)"
|
|
nameWithType: "AssetFilters.list(String resourceGroupName, String accountName, String assetName, Context context)"
|
|
summary: "List Asset Filters"
|
|
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 PagedIterable<AssetFilter> list(String resourceGroupName, String accountName, String assetName, Context context)"
|
|
desc: "List Asset Filters\n\nList Asset Filters associated with the specified Asset."
|
|
returns:
|
|
description: "a collection of AssetFilter 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\" /><<xref href=\"com.azure.resourcemanager.mediaservices.models.AssetFilter?alt=com.azure.resourcemanager.mediaservices.models.AssetFilter&text=AssetFilter\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of AssetFilters."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|