PrivateLinkResource クラス
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. storage. models. PrivateLinkResource
- com.
- com.
public final class PrivateLinkResource
extends ProxyResource
プライベート リンク リソース。
コンストラクターの概要
コンストラクター | 説明 |
---|---|
PrivateLinkResource() |
Private |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
String |
groupId()
グループ |
List<String> |
requiredMembers()
必要な |
List<String> |
requiredZoneNames()
必要な |
void |
validate()
インスタンスを検証します。 |
Private |
withRequiredZoneNames(List<String> requiredZoneNames)
必要な |
メソッドの継承元: ProxyResource
メソッドの継承元: java.lang.Object
コンストラクターの詳細
PrivateLinkResource
public PrivateLinkResource()
PrivateLinkResource クラスのインスタンスを作成します。
メソッドの詳細
groupId
public String groupId()
groupId プロパティを取得します。プライベート リンク リソース グループ ID。
Returns:
requiredMembers
public List
requiredMembers プロパティを取得します。プライベート リンク リソースの必須メンバー名。
Returns:
requiredZoneNames
public List
requiredZoneNames プロパティを取得します。プライベート リンク リソースのプライベート リンク DNS ゾーン名。
Returns:
validate
public void validate()
インスタンスを検証します。
withRequiredZoneNames
public PrivateLinkResource withRequiredZoneNames(List
requiredZoneNames プロパティを設定します。プライベート リンク リソースのプライベート リンク DNS ゾーン名。
Parameters:
Returns:
適用対象
Azure SDK for Java