Show / Hide Table of Contents

Class InfrastructureApi

Inheritance
System.Object
InfrastructureApi
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.Infrastructure
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class InfrastructureApi

Constructors

InfrastructureApi(IBitmovinApiClientFactory)

Declaration
public InfrastructureApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Aws

Declaration
public AwsApi Aws { get; }
Property Value
Type Description
AwsApi

Azure

Declaration
public AzureApi Azure { get; }
Property Value
Type Description
AzureApi

Builder

Fluent builder for creating an instance of InfrastructureApi

Declaration
public static BitmovinApiBuilder<InfrastructureApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<InfrastructureApi>

Gce

Declaration
public GceApi Gce { get; }
Property Value
Type Description
GceApi

PrewarmedEncoderPools

Declaration
public PrewarmedEncoderPoolsApi PrewarmedEncoderPools { get; }
Property Value
Type Description
PrewarmedEncoderPoolsApi

StaticIps

Declaration
public StaticIpsApi StaticIps { get; }
Property Value
Type Description
StaticIpsApi
Back to top Generated by DocFX