Share via


AzureADServiceManager.GetMappedMSOSecurityGroupAsync Method

Retrieve a mapped Azure Active Directory security group using the specified local user group name.

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

Usage

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

returnValue = instance.GetMappedMSOSecurityGroupAsync(localGroupName)

Syntax

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

Parameters

  • localGroupName
    Name of the local group associated with the Active Directory security group.

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.