次の方法で共有


TargetAzureResourceType クラス

  • java.lang.Object
    • com.microsoft.azure.management.trafficmanager.TargetAzureResourceType

public class TargetAzureResourceType

Traffic Manager プロファイルの Azure エンドポイントでサポートされるターゲット Azure リソースの種類。

フィールドの概要

修飾子と型 フィールドと説明
static final TargetAzureResourceType CLOUDSERVICE

静的な値 Microsoft。ターゲット Azure リソースの種類のクラシックコンピューティング/ドメイン名。

static final TargetAzureResourceType PUBLICIP

静的な値 Microsoft。ターゲットAzureリソースの種類のネットワーク/パブリックIPAddresses。

static final TargetAzureResourceType WEBAPP

静的な値 Microsoft。ターゲットAzureリソースの種類の Web/サイト。

コンストラクターの概要

コンストラクター 説明
TargetAzureResourceType(String resourceProviderName, String resourceType)

ターゲットAzureリソースの種類を作成します。

メソッドの概要

修飾子と型 メソッドと説明
boolean equals(Object obj)
int hashCode()
java.lang.String toString()

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

フィールドの詳細

CLOUDSERVICE

public static final TargetAzureResourceType CLOUDSERVICE

TargetAzureResourceType の静的な値 Microsoft.ClassicCompute/domainNames。

PUBLICIP

public static final TargetAzureResourceType PUBLICIP

TargetAzureResourceType の静的な値 Microsoft.Network/publicIPAddresses。

WEBAPP

public static final TargetAzureResourceType WEBAPP

TargetAzureResourceType の静的な値 Microsoft.Web/sites。

コンストラクターの詳細

TargetAzureResourceType

public TargetAzureResourceType(String resourceProviderName, String resourceType)

TargetAzureResourceType を作成します。

Parameters:

resourceProviderName - リソース プロバイダー名
resourceType - リソースの種類

メソッドの詳細

equals

public boolean equals(Object obj)

Overrides:

TargetAzureResourceType.equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

Overrides:

TargetAzureResourceType.hashCode()

toString

public String toString()

Overrides:

TargetAzureResourceType.toString()

適用対象