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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET