TrustedExternalTenant Constructors

Definition

Overloads

TrustedExternalTenant()

Initializes a new instance of the TrustedExternalTenant class.

TrustedExternalTenant(String)

Initializes a new instance of the TrustedExternalTenant class.

TrustedExternalTenant()

Initializes a new instance of the TrustedExternalTenant class.

public TrustedExternalTenant ();
Public Sub New ()

Applies to

TrustedExternalTenant(String)

Initializes a new instance of the TrustedExternalTenant class.

public TrustedExternalTenant (string value = default);
new Microsoft.Azure.Management.Kusto.Models.TrustedExternalTenant : string -> Microsoft.Azure.Management.Kusto.Models.TrustedExternalTenant
Public Sub New (Optional value As String = Nothing)

Parameters

value
String

GUID representing an external tenant.

Applies to