SharedPrivateLinkResourceProperties クラス
- java.
lang. Object - com.
azure. resourcemanager. cdn. models. SharedPrivateLinkResourceProperties
- com.
public final class SharedPrivateLinkResourceProperties
プライベート 配信元に接続するときに使用する既存の Shared Private Link リソースのプロパティについて説明します。
コンストラクターの概要
コンストラクター | 説明 |
---|---|
SharedPrivateLinkResourceProperties() |
Shared |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
String |
groupId()
グループ |
Resource |
privateLink()
private |
String |
privateLinkLocation()
プライベート |
String |
requestMessage()
要求 |
Shared |
status()
status プロパティを取得します。共有プライベート リンク リソースの状態。 |
void |
validate()
インスタンスを検証します。 |
Shared |
withGroupId(String groupId)
グループ |
Shared |
withPrivateLink(ResourceReference privateLink)
private |
Shared |
withPrivateLinkLocation(String privateLinkLocation)
private |
Shared |
withRequestMessage(String requestMessage)
request |
Shared |
withStatus(SharedPrivateLinkResourceStatus status)
status プロパティを設定します。共有プライベート リンク リソースの状態。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
SharedPrivateLinkResourceProperties
public SharedPrivateLinkResourceProperties()
SharedPrivateLinkResourceProperties クラスのインスタンスを作成します。
メソッドの詳細
groupId
public String groupId()
groupId プロパティを取得する: 共有プライベート リンク リソースの対象となるリソースのプロバイダーからのグループ ID。
Returns:
privateLink
public ResourceReference privateLink()
privateLink プロパティを取得する: 共有プライベート リンク リソースの対象となるリソースのリソース ID。
Returns:
privateLinkLocation
public String privateLinkLocation()
privateLinkLocation プロパティを取得します。共有プライベート リンク リソースの場所。
Returns:
requestMessage
public String requestMessage()
requestMessage プロパティを取得します。共有プライベート リンク リソースの承認を要求するための要求メッセージ。
Returns:
status
public SharedPrivateLinkResourceStatus status()
status プロパティを取得します。共有プライベート リンク リソースの状態。 [保留中]、[承認済み]、[拒否済み]、[切断済み]、または [タイムアウト] を指定できます。
Returns:
validate
public void validate()
インスタンスを検証します。
withGroupId
public SharedPrivateLinkResourceProperties withGroupId(String groupId)
groupId プロパティを設定する: 共有プライベート リンク リソースの対象となるリソースのプロバイダーからのグループ ID。
Parameters:
Returns:
withPrivateLink
public SharedPrivateLinkResourceProperties withPrivateLink(ResourceReference privateLink)
privateLink プロパティを設定する: 共有プライベート リンク リソースの対象となるリソースのリソース ID。
Parameters:
Returns:
withPrivateLinkLocation
public SharedPrivateLinkResourceProperties withPrivateLinkLocation(String privateLinkLocation)
privateLinkLocation プロパティを設定します。共有プライベート リンク リソースの場所。
Parameters:
Returns:
withRequestMessage
public SharedPrivateLinkResourceProperties withRequestMessage(String requestMessage)
requestMessage プロパティを設定します。共有プライベート リンク リソースの承認を要求するための要求メッセージ。
Parameters:
Returns:
withStatus
public SharedPrivateLinkResourceProperties withStatus(SharedPrivateLinkResourceStatus status)
status プロパティを設定します。共有プライベート リンク リソースの状態。 [保留中]、[承認済み]、[拒否済み]、[切断済み]、または [タイムアウト] を指定できます。
Parameters:
Returns:
適用対象
Azure SDK for Java