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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET