次の方法で共有


AfdEndpointInner クラス

public final class AfdEndpointInner
extends Resource

Azure Front Door エンドポイントは、配信元、プロトコル、コンテンツ キャッシュ、配信動作などの構成情報を含む Azure Front Door プロファイル内のエンティティです。 AzureFrontDoor エンドポイントでは、URL 形式の .azureedge.net が使用されます。

コンストラクターの概要

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

AfdEndpoint Inner クラスのインスタンスを作成します

メソッドの概要

修飾子と型 メソッドと説明
AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope()

自動生成されたドメインラベルスコープ プロパティの取得: エンドポイント名の再利用スコープを示します。

DeploymentStatus deploymentStatus()

展開の状態プロパティを取得します。 展開の状態プロパティです。

EnabledState enabledState()

有効なState プロパティを取得します。このルールの使用を有効にするかどうか。

String hostname()

hostname プロパティを取得します。 {endpoint Name} として構造化されたエンドポイントのホスト名。DNSZone}、e.G。

String profileName()

プロファイルの Name プロパティを取得します。エンドポイントを保持するプロファイルの名前。

AfdProvisioningState provisioningState()

[プロビジョニング状態] プロパティを取得します。[プロビジョニングの状態] です。

SystemData systemData()

システム データ プロパティの取得: システムデータの読み取り専用。

void validate()

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

AfdEndpointInner withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope)

[自動生成されたドメインラベルスコープ] プロパティを設定します。エンドポイント名の再利用スコープを示します。

AfdEndpointInner withEnabledState(EnabledState enabledState)

有効な State プロパティを設定します。このルールの使用を有効にするかどうか。

AfdEndpointInner withLocation(String location)
AfdEndpointInner withTags(Map<String,String> tags)

メソッドの継承元: ProxyResource

メソッドの継承元: Resource

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

コンストラクターの詳細

AfdEndpointInner

public AfdEndpointInner()

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

メソッドの詳細

autoGeneratedDomainNameLabelScope

public AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope()

autoGeneratedDomainNameLabelScope プロパティを取得します。エンドポイント名の再利用スコープを示します。 既定値は TenantReuse です。

Returns:

autoGeneratedDomainNameLabelScope 値。

deploymentStatus

public DeploymentStatus deploymentStatus()

deploymentStatus プロパティを取得します。 deploymentStatus プロパティ。

Returns:

deploymentStatus 値。

enabledState

public EnabledState enabledState()

enabledState プロパティを取得します。このルールの使用を有効にするかどうか。 許可される値は、'Enabled' または 'Disabled' です。

Returns:

enabledState 値。

hostname

public String hostname()

hostname プロパティを取得します。{endpointName} として構造化されたエンドポイントのホスト名。{DNSZone} (例: contoso.azureedge.net)。

Returns:

ホスト名の値。

profileName

public String profileName()

profileName プロパティの取得: エンドポイントを保持するプロファイルの名前。

Returns:

profileName 値。

provisioningState

public AfdProvisioningState provisioningState()

provisioningState プロパティを取得します。プロビジョニングの状態。

Returns:

provisioningState 値。

systemData

public SystemData systemData()

systemData プロパティの取得: システム データの読み取り専用。

Returns:

systemData 値。

validate

public void validate()

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

withAutoGeneratedDomainNameLabelScope

public AfdEndpointInner withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope)

autoGeneratedDomainNameLabelScope プロパティを設定します。エンドポイント名の再利用スコープを示します。 既定値は TenantReuse です。

Parameters:

autoGeneratedDomainNameLabelScope - 設定する autoGeneratedDomainNameLabelScope 値。

Returns:

AfdEndpointInner オブジェクト自体。

withEnabledState

public AfdEndpointInner withEnabledState(EnabledState enabledState)

enabledState プロパティを設定します。このルールの使用を有効にするかどうか。 許可される値は、'Enabled' または 'Disabled' です。

Parameters:

enabledState - 設定する enabledState 値。

Returns:

AfdEndpointInner オブジェクト自体。

withLocation

public AfdEndpointInner withLocation(String location)

Overrides:

AfdEndpointInner.withLocation(String location)

Parameters:

location

withTags

public AfdEndpointInner withTags(Map tags)

Overrides:

AfdEndpointInner.withTags(Map<String,String> tags)

Parameters:

tags

適用対象