NewAzKustoCluster_CreateExpanded.TrustedExternalTenant Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The cluster's external tenants.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant) }, ReadOnly=false, Required=false, SerializedName="trustedExternalTenants")]
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.Parameter(HelpMessage="The cluster's external tenants.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body })]
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.Parameter(HelpMessage="The cluster's external tenants.", Mandatory=false)]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The cluster's external tenants.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.ITrustedExternalTenant) }, ReadOnly=false, Required=false, SerializedName="trustedExternalTenants")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.ITrustedExternalTenant[] TrustedExternalTenant { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The cluster's external tenants.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant) }, ReadOnly=false, Required=false, SerializedName="trustedExternalTenants")>]
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.Parameter(HelpMessage="The cluster's external tenants.", Mandatory=false)>]
member this.TrustedExternalTenant : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body })>]
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.Parameter(HelpMessage="The cluster's external tenants.", Mandatory=false)>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The cluster's external tenants.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.ITrustedExternalTenant) }, ReadOnly=false, Required=false, SerializedName="trustedExternalTenants")>]
member this.TrustedExternalTenant : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.ITrustedExternalTenant[] with get, set
Public Property TrustedExternalTenant As ITrustedExternalTenant()
Property Value
- Attributes