ArmAuthorizationModelFactory.RoleManagementAttributeNamespaceCreateContent Method

Definition

public static Azure.ResourceManager.Authorization.Models.RoleManagementAttributeNamespaceCreateContent RoleManagementAttributeNamespaceCreateContent(string namespaceOwnerPrincipalId = default);
static member RoleManagementAttributeNamespaceCreateContent : string -> Azure.ResourceManager.Authorization.Models.RoleManagementAttributeNamespaceCreateContent
Public Shared Function RoleManagementAttributeNamespaceCreateContent (Optional namespaceOwnerPrincipalId As String = Nothing) As RoleManagementAttributeNamespaceCreateContent

Parameters

namespaceOwnerPrincipalId
String

The principal ID of the namespace owner.

Returns

A new RoleManagementAttributeNamespaceCreateContent instance for mocking.

Applies to