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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET