Class AzureAccount
AzureAccount
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.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AzureAccount : BitmovinResource
Properties
ResourceGroupId
The name of the resource group where you intend to run the Encoding VMs (required)
Declaration
public string ResourceGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubscriptionId
Your Azure Subscription ID (The ID of your subscription where you intend to run the Encoding VMs) (required)
Declaration
public string SubscriptionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TenantId
The ID of your Active Directory where your subscription runs in (required)
Declaration
public string TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.String |