AzureTenant Class

Definition

[System.Serializable]
public class AzureTenant : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant
[<System.Serializable>]
type AzureTenant = class
    interface IAzureTenant
    interface IExtensibleModel
Public Class AzureTenant
Implements IAzureTenant
Inheritance
AzureTenant
Attributes
Implements

Constructors

AzureTenant()

Properties

Directory
ExtendedProperties
Id
IsHome

Extension Methods

CopyFrom(IAzureTenant, IAzureTenant)
GetId(IAzureTenant)
Update(IAzureTenant, IAzureTenant)
CopyPropertiesFrom(IExtensibleModel, IExtensibleModel)
GetProperty(IExtensibleModel, String)
GetPropertyAsArray(IExtensibleModel, String)
IsPropertySet(IExtensibleModel, String)
SetOrAppendProperty(IExtensibleModel, String, String[])
SetProperty(IExtensibleModel, String, String[])
UpdateProperties(IExtensibleModel, IExtensibleModel)
PopulateExtensions(IExtensibleModel, PSObject)

Populate the model extensions from a PSObject

Applies to