Class ManagedByTenant
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
Information about a tenant managing the subscription.
public class ManagedByTenant : IJsonModel<ManagedByTenant>, IPersistableModel<ManagedByTenant>
- Inheritance
-
ManagedByTenant
- Implements
-
IJsonModel<ManagedByTenant>IPersistableModel<ManagedByTenant>
- Inherited Members
Properties
TenantId
The tenant ID of the managing tenant. This is a GUID.
public Guid? TenantId { get; }
Property Value
- Guid?