次の方法で共有


ArmIotCentralModelFactory.IotCentralPrivateLinkResourceData メソッド

定義

IotCentralPrivateLinkResourceData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResourceData IotCentralPrivateLinkResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default);
static member IotCentralPrivateLinkResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<string> * seq<string> -> Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResourceData
Public Shared Function IotCentralPrivateLinkResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing) As IotCentralPrivateLinkResourceData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

groupId
String

プライベート リンク リソース グループ ID。

requiredMembers
IEnumerable<String>

プライベート リンク リソースに必要なメンバー名。

requiredZoneNames
IEnumerable<String>

プライベート リンク リソースのプライベート リンク DNS ゾーン名。

戻り値

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

適用対象