Class AzureTenantInformation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the general Azure tenant information.
public class AzureTenantInformation : BaseTypeSection
- Inheritance
-
AzureTenantInformation
Constructors
AzureTenantInformation()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureTenantInformation class.
public AzureTenantInformation()
Properties
Address
Gets or sets the address of the tenant.
public Address Address { get; set; }
Property Value
BusinessPhoneNumbers
Gets or sets the business telephone numbers for the tenant.
public SerializableStringCollection BusinessPhoneNumbers { get; set; }
Property Value
- SerializableStringCollection
CreationDate
Gets or sets the date and time the tenant was created.
public DateTime CreationDate { get; set; }
Property Value
DefaultDomain
Gets or sets the default domain name of the tenant - for example "demonstration.onmicrosoft.com".
public string DefaultDomain { get; set; }
Property Value
GlobalPrivacyContact
Gets or sets the global privacy contact email address.
public string GlobalPrivacyContact { get; set; }
Property Value
GlobalPrivacyStatementUrl
Gets or sets the URL of the global privacy statement.
public string GlobalPrivacyStatementUrl { get; set; }
Property Value
Identifier
Gets or sets the unique identifier of the tenant in GUID format - for example "4b80debd-ae2a-4cc1-832d-080470919471".
public Guid Identifier { get; set; }
Property Value
Name
Gets or sets the display name of the tenant.
public string Name { get; set; }
Property Value
PreferredLanguage
Gets the display name of the preferred language - for example "English".
public string PreferredLanguage { get; set; }
Property Value
PreferredLanguageCode
Gets or sets the ISO 639-1 code of the preferred language - for example "en".
public string PreferredLanguageCode { get; set; }
Property Value
SubscriptionCount
Gets or sets the total number of subscriptions in the tenant.
public int SubscriptionCount { get; set; }
Property Value
TechnicalContacts
Gets or sets the email addresses of the technical contacts for the tenant.
public SerializableStringCollection TechnicalContacts { get; set; }
Property Value
- SerializableStringCollection
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureTenantInformation class from the specified XML.
public static AzureTenantInformation FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureTenantInformation
A CENTREL.XIA.Configuration.Types.AzureTenantInformation class.