MediaServicesAccountFilterResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Class representing a MediaServicesAccountFilter along with the instance operations that can be performed on it. If you have a Azure.Core.ResourceIdentifier you can construct a MediaServicesAccountFilterResource from an instance of Azure.ResourceManager.ArmClient using the GetMediaServicesAccountFilterResource method. Otherwise you can get one from its parent resource MediaServicesAccountResource using the GetMediaServicesAccountFilter method.
public class MediaServicesAccountFilterResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.MediaServicesAccountFilterData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.MediaServicesAccountFilterData>
type MediaServicesAccountFilterResource = class
inherit ArmResource
interface IJsonModel<MediaServicesAccountFilterData>
interface IPersistableModel<MediaServicesAccountFilterData>
Public Class MediaServicesAccountFilterResource
Inherits ArmResource
Implements IJsonModel(Of MediaServicesAccountFilterData), IPersistableModel(Of MediaServicesAccountFilterData)
- Inheritance
-
Azure.ResourceManager.ArmResourceMediaServicesAccountFilterResource
- Implements
-
System.ClientModel.Primitives.IJsonModel<MediaServicesAccountFilterData> System.ClientModel.Primitives.IPersistableModel<MediaServicesAccountFilterData> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
MediaServicesAccountFilterResource() |
Initializes a new instance of the MediaServicesAccountFilterResource class for mocking. |
Fields
ResourceType |
Gets the resource type for the operations. |
Properties
Data |
Gets the data representing this Feature. |
HasData |
Gets whether or not the current instance has data. |
Methods
CreateResourceIdentifier(String, String, String, String) |
Generate the resource identifier of a MediaServicesAccountFilterResource instance. |
Delete(WaitUntil, CancellationToken) |
Deletes an Account Filter in the Media Services account.
|
DeleteAsync(WaitUntil, CancellationToken) |
Deletes an Account Filter in the Media Services account.
|
Get(CancellationToken) |
Get the details of an Account Filter in the Media Services account.
|
GetAsync(CancellationToken) |
Get the details of an Account Filter in the Media Services account.
|
Update(MediaServicesAccountFilterData, CancellationToken) |
Updates an existing Account Filter in the Media Services account.
|
UpdateAsync(MediaServicesAccountFilterData, CancellationToken) |
Updates an existing Account Filter in the Media Services account.
|
Explicit Interface Implementations
IJsonModel<MediaServicesAccountFilterData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MediaServicesAccountFilterData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
IPersistableModel<MediaServicesAccountFilterData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
IPersistableModel<MediaServicesAccountFilterData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MediaServicesAccountFilterData>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |