MockableCustomerInsightsArmClient.GetRoleAssignmentResourceFormatResource Method

Definition

Gets an object representing a RoleAssignmentResourceFormatResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a RoleAssignmentResourceFormatResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource GetRoleAssignmentResourceFormatResource (Azure.Core.ResourceIdentifier id);
abstract member GetRoleAssignmentResourceFormatResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource
override this.GetRoleAssignmentResourceFormatResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource
Public Overridable Function GetRoleAssignmentResourceFormatResource (id As ResourceIdentifier) As RoleAssignmentResourceFormatResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a RoleAssignmentResourceFormatResource object.

Applies to