IAzScope2::CreateRoleAssignment method (azroles.h)

The CreateRoleAssignment method creates a new IAzRoleAssignment object with the specified name in this scope.

Syntax

HRESULT CreateRoleAssignment(
  [in]  BSTR              bstrRoleAssignmentName,
  [out] IAzRoleAssignment **ppRoleAssignment
);

Parameters

[in] bstrRoleAssignmentName

A string that contains the name of the new IAzRoleAssignment object.

[out] ppRoleAssignment

The address of a pointer to the IAzRoleAssignment object that this method creates.

When you have finished using the IAzRoleAssignment object, release it by calling the IUnknown::Release method.

Return value

If the method succeeds, it returns S_OK.

If the method fails, it returns an error code. For a list of common error codes, see Common HRESULT Values.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header azroles.h
DLL Azroles.dll