IAzureTenant Interface

Definition

public interface IAzureTenant : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleModel
type IAzureTenant = interface
    interface IExtensibleModel
Public Interface IAzureTenant
Implements IExtensibleModel
Derived
Implements

Properties

Directory
ExtendedProperties (Inherited from IExtensibleModel)
Id

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