PSAzureTenant Constructors

Definition

Overloads

PSAzureTenant()

Default Constructor

PSAzureTenant(IAzureTenant)

Copy Constructor

PSAzureTenant(PSObject)

PSAzureTenant()

Default Constructor

public PSAzureTenant ();
Public Sub New ()

Applies to

PSAzureTenant(IAzureTenant)

Copy Constructor

public PSAzureTenant (Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant other);
new Microsoft.Azure.Commands.Profile.Models.PSAzureTenant : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant -> Microsoft.Azure.Commands.Profile.Models.PSAzureTenant
Public Sub New (other As IAzureTenant)

Parameters

other
IAzureTenant

The tenanht to copy

Applies to

PSAzureTenant(PSObject)

public PSAzureTenant (System.Management.Automation.PSObject other);
new Microsoft.Azure.Commands.Profile.Models.PSAzureTenant : System.Management.Automation.PSObject -> Microsoft.Azure.Commands.Profile.Models.PSAzureTenant
Public Sub New (other As PSObject)

Parameters

other
PSObject

Applies to