次の方法で共有


SharedPrivateLinkResourceProperties クラス

  • java.lang.Object
    • com.azure.resourcemanager.cdn.models.SharedPrivateLinkResourceProperties

public final class SharedPrivateLinkResourceProperties

プライベート 配信元に接続するときに使用する既存の Shared Private Link リソースのプロパティについて説明します。

コンストラクターの概要

コンストラクター 説明
SharedPrivateLinkResourceProperties()

SharedPrivateLinkリソースプロパティ クラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
String groupId()

グループID プロパティを取得する: 共有プライベート リンク リソースの対象となるリソースのプロバイダーからのグループ ID。

ResourceReference privateLink()

privateLink プロパティを取得する: 共有プライベート リンク リソースの対象となるリソースのリソース ID。

String privateLinkLocation()

プライベートリンクの場所プロパティを取得する: 共有プライベート リンク リソースの場所。

String requestMessage()

要求メッセージ プロパティの取得: 共有プライベート リンク リソースの承認を要求するための要求メッセージ。

SharedPrivateLinkResourceStatus status()

status プロパティを取得します。共有プライベート リンク リソースの状態。

void validate()

インスタンスを検証します。

SharedPrivateLinkResourceProperties withGroupId(String groupId)

グループID プロパティを設定する: 共有プライベート リンク リソースの対象となるリソースのプロバイダーからのグループ ID。

SharedPrivateLinkResourceProperties withPrivateLink(ResourceReference privateLink)

privateLink プロパティを設定する: 共有プライベート リンク リソースの対象となるリソースのリソース ID。

SharedPrivateLinkResourceProperties withPrivateLinkLocation(String privateLinkLocation)

privateLinkLocation プロパティを設定します。共有プライベート リンク リソースの場所。

SharedPrivateLinkResourceProperties withRequestMessage(String requestMessage)

requestMessage プロパティを設定します。共有プライベート リンク リソースの承認を要求するための要求メッセージ。

SharedPrivateLinkResourceProperties withStatus(SharedPrivateLinkResourceStatus status)

status プロパティを設定します。共有プライベート リンク リソースの状態。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

SharedPrivateLinkResourceProperties

public SharedPrivateLinkResourceProperties()

SharedPrivateLinkResourceProperties クラスのインスタンスを作成します。

メソッドの詳細

groupId

public String groupId()

groupId プロパティを取得する: 共有プライベート リンク リソースの対象となるリソースのプロバイダーからのグループ ID。

Returns:

groupId 値。

privateLink

public ResourceReference privateLink()

privateLink プロパティを取得する: 共有プライベート リンク リソースの対象となるリソースのリソース ID。

Returns:

privateLink 値。

privateLinkLocation

public String privateLinkLocation()

privateLinkLocation プロパティを取得します。共有プライベート リンク リソースの場所。

Returns:

privateLinkLocation 値。

requestMessage

public String requestMessage()

requestMessage プロパティを取得します。共有プライベート リンク リソースの承認を要求するための要求メッセージ。

Returns:

requestMessage 値。

status

public SharedPrivateLinkResourceStatus status()

status プロパティを取得します。共有プライベート リンク リソースの状態。 [保留中]、[承認済み]、[拒否済み]、[切断済み]、または [タイムアウト] を指定できます。

Returns:

状態の値。

validate

public void validate()

インスタンスを検証します。

withGroupId

public SharedPrivateLinkResourceProperties withGroupId(String groupId)

groupId プロパティを設定する: 共有プライベート リンク リソースの対象となるリソースのプロバイダーからのグループ ID。

Parameters:

groupId - 設定する groupId 値。

Returns:

SharedPrivateLinkResourceProperties オブジェクト自体。

withPrivateLink

public SharedPrivateLinkResourceProperties withPrivateLink(ResourceReference privateLink)

privateLink プロパティを設定する: 共有プライベート リンク リソースの対象となるリソースのリソース ID。

Parameters:

privateLink - 設定する privateLink 値。

Returns:

SharedPrivateLinkResourceProperties オブジェクト自体。

withPrivateLinkLocation

public SharedPrivateLinkResourceProperties withPrivateLinkLocation(String privateLinkLocation)

privateLinkLocation プロパティを設定します。共有プライベート リンク リソースの場所。

Parameters:

privateLinkLocation - 設定する privateLinkLocation 値。

Returns:

SharedPrivateLinkResourceProperties オブジェクト自体。

withRequestMessage

public SharedPrivateLinkResourceProperties withRequestMessage(String requestMessage)

requestMessage プロパティを設定します。共有プライベート リンク リソースの承認を要求するための要求メッセージ。

Parameters:

requestMessage - 設定する requestMessage 値。

Returns:

SharedPrivateLinkResourceProperties オブジェクト自体。

withStatus

public SharedPrivateLinkResourceProperties withStatus(SharedPrivateLinkResourceStatus status)

status プロパティを設定します。共有プライベート リンク リソースの状態。 [保留中]、[承認済み]、[拒否済み]、[切断済み]、または [タイムアウト] を指定できます。

Parameters:

status - 設定する状態値。

Returns:

SharedPrivateLinkResourceProperties オブジェクト自体。

適用対象