Show / Hide Table of Contents

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.Inputs.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(AzureInput)

Create Azure Input

Declaration
public Task<AzureInput> CreateAsync(AzureInput azureInput)
Parameters
Type Name Description
AzureInput azureInput

The Azure input to be created

Returns
Type Description
System.Threading.Tasks.Task<AzureInput>

DeleteAsync(String)

Delete Azure Input

Declaration
public Task<AzureInput> DeleteAsync(string inputId)
Parameters
Type Name Description
System.String inputId

Id of the input (required)

Returns
Type Description
System.Threading.Tasks.Task<AzureInput>

GetAsync(String)

Azure Input Details

Declaration
public Task<AzureInput> GetAsync(string inputId)
Parameters
Type Name Description
System.String inputId

Id of the input (required)

Returns
Type Description
System.Threading.Tasks.Task<AzureInput>

ListAsync(Func<AzureApi.ListQueryParams, AzureApi.ListQueryParams>[])

List Azure Inputs

Declaration
public Task<PaginationResponse<AzureInput>> 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<AzureInput>>
Back to top Generated by DocFX