次の方法で共有


ArmHardwareSecurityModulesModelFactory.HardwareSecurityModulesPrivateLinkData メソッド

定義

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

public static Azure.ResourceManager.HardwareSecurityModules.Models.HardwareSecurityModulesPrivateLinkData HardwareSecurityModulesPrivateLinkData (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 HardwareSecurityModulesPrivateLinkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<string> * seq<string> -> Azure.ResourceManager.HardwareSecurityModules.Models.HardwareSecurityModulesPrivateLinkData
Public Shared Function HardwareSecurityModulesPrivateLinkData (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 HardwareSecurityModulesPrivateLinkData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

groupId
String

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

requiredMembers
IEnumerable<String>

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

requiredZoneNames
IEnumerable<String>

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

戻り値

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

適用対象