次の方法で共有


ArmCustomerInsightsModelFactory.RoleResourceFormat メソッド

定義

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

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

roleName
String

ロール名。

description
String

ロールの説明です。

戻り値

モック作成用の新しい RoleResourceFormat インスタンス。

適用対象