Share via


AzureADServiceManager.GetAllMSOSecurityGroupAsync Method

Asynchronously retrieves all Azure Active Directory security groups.

Namespace: Microsoft.WindowsServerSolutions.AzureADIntegration
Assembly: Wssg.AzureAD.ServiceManagement (in Wssg.AzureAD.ServiceManagement.dll)

Usage

'Usage
Dim instance As AzureADServiceManager
Dim returnValue As Task(Of MSOSecurityGroup())

returnValue = instance.GetAllMSOSecurityGroupAsync

Syntax

'Declaration
<DebuggerStepThroughAttribute> _
Public Function GetAllMSOSecurityGroupAsync As Task(Of MSOSecurityGroup())
[DebuggerStepThroughAttribute] 
public Task<MSOSecurityGroup[]> GetAllMSOSecurityGroupAsync ()
[DebuggerStepThroughAttribute] 
public:
Task<array<MSOSecurityGroup^>^>^ GetAllMSOSecurityGroupAsync ()
/** @attribute DebuggerStepThroughAttribute() */ 
public Task<MSOSecurityGroup[]> GetAllMSOSecurityGroupAsync ()
DebuggerStepThroughAttribute 
public function GetAllMSOSecurityGroupAsync () : Task<MSOSecurityGroup[]>

Return Value

Returns a Task representing the asynchronous operation.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 7 x32, Windows 7 x64, Windows Server 2008 R2 x64, Windows Server 2012 x64, Windows Server 2012 R2 x64

Target Platforms

Windows Server 2012 R2 x64, Windows Server 2012 R2 Essentials

See Also

Reference

AzureADServiceManager Class
AzureADServiceManager Members
Microsoft.WindowsServerSolutions.AzureADIntegration Namespace

Copyright © 2013 by Microsoft Corporation. All rights reserved.