ArmNetworkModelFactory.CrossTenantScopes Method
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.
Initializes a new instance of CrossTenantScopes.
public static Azure.ResourceManager.Network.Models.CrossTenantScopes CrossTenantScopes (Guid? tenantId = default, System.Collections.Generic.IEnumerable<string> managementGroups = default, System.Collections.Generic.IEnumerable<string> subscriptions = default);
static member CrossTenantScopes : Nullable<Guid> * seq<string> * seq<string> -> Azure.ResourceManager.Network.Models.CrossTenantScopes
Public Shared Function CrossTenantScopes (Optional tenantId As Nullable(Of Guid) = Nothing, Optional managementGroups As IEnumerable(Of String) = Nothing, Optional subscriptions As IEnumerable(Of String) = Nothing) As CrossTenantScopes
Parameters
- managementGroups
- IEnumerable<String>
List of management groups.
- subscriptions
- IEnumerable<String>
List of subscriptions.
Returns
A new CrossTenantScopes instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET