Class AzureApi
Inheritance
System.Object
AzureApi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Encoding.Outputs.Azure
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AzureApi
Constructors
AzureApi(IBitmovinApiClientFactory)
Declaration
public AzureApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of AzureApi
Declaration
public static BitmovinApiBuilder<AzureApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<AzureApi> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(AzureOutput)
Create Azure Output
Declaration
public Task<AzureOutput> CreateAsync(AzureOutput azureOutput)
Parameters
Type | Name | Description |
---|---|---|
AzureOutput | azureOutput | The Azure output to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AzureOutput> |
DeleteAsync(String)
Delete Azure Output
Declaration
public Task<AzureOutput> DeleteAsync(string outputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputId | Id of the output (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AzureOutput> |
GetAsync(String)
Azure Output Details
Declaration
public Task<AzureOutput> GetAsync(string outputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputId | Id of the output (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AzureOutput> |
ListAsync(Func<AzureApi.ListQueryParams, AzureApi.ListQueryParams>[])
List Azure Outputs
Declaration
public Task<PaginationResponse<AzureOutput>> ListAsync(params Func<AzureApi.ListQueryParams, AzureApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<AzureApi.ListQueryParams, AzureApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<AzureOutput>> |