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.Analytics.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(AnalyticsAzureOutput)
Create Microsoft Azure Output
Declaration
public Task<AnalyticsAzureOutput> CreateAsync(AnalyticsAzureOutput analyticsAzureOutput)
Parameters
Type | Name | Description |
---|---|---|
AnalyticsAzureOutput | analyticsAzureOutput | The Microsoft Azure output to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AnalyticsAzureOutput> |
DeleteAsync(String)
Delete Microsoft Azure Output
Declaration
public Task<AnalyticsAzureOutput> DeleteAsync(string outputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputId | Id of the output (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AnalyticsAzureOutput> |
GetAsync(String)
Microsoft Azure Output Details
Declaration
public Task<AnalyticsAzureOutput> GetAsync(string outputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputId | Id of the output (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AnalyticsAzureOutput> |
ListAsync(Func<AzureApi.ListQueryParams, AzureApi.ListQueryParams>[])
List Microsoft Azure Outputs
Declaration
public Task<PaginationResponse<AnalyticsAzureOutput>> 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<AnalyticsAzureOutput>> |