MockableAuthorizationArmClient.GetRoleManagementAttributeNamespaceResource Method

Definition

Gets an object representing a RoleManagementAttributeNamespaceResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.Authorization.RoleManagementAttributeNamespaceResource GetRoleManagementAttributeNamespaceResource(Azure.Core.ResourceIdentifier id);
abstract member GetRoleManagementAttributeNamespaceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Authorization.RoleManagementAttributeNamespaceResource
override this.GetRoleManagementAttributeNamespaceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Authorization.RoleManagementAttributeNamespaceResource
Public Overridable Function GetRoleManagementAttributeNamespaceResource (id As ResourceIdentifier) As RoleManagementAttributeNamespaceResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a RoleManagementAttributeNamespaceResource object.

Applies to