ArmCustomerInsightsModelFactory.RoleResourceFormat Method

Definition

Initializes a new instance of RoleResourceFormat.

public static Azure.ResourceManager.CustomerInsights.Models.RoleResourceFormat RoleResourceFormat (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string roleName = default, string description = default);
static member RoleResourceFormat : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string -> Azure.ResourceManager.CustomerInsights.Models.RoleResourceFormat
Public Shared Function RoleResourceFormat (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional roleName As String = Nothing, Optional description As String = Nothing) As RoleResourceFormat

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

roleName
String

The role name.

description
String

The description of the role.

Returns

A new RoleResourceFormat instance for mocking.

Applies to