TargetAzureResourceType Class

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

public class TargetAzureResourceType

Target Azure resource types supported for an Azure endpoint in a traffic manager profile.

Field Summary

Modifier and Type Field and Description
static final TargetAzureResourceType CLOUDSERVICE

Static value Microsoft.ClassicCompute/domainNames for TargetAzureResourceType.

static final TargetAzureResourceType PUBLICIP

Static value Microsoft.Network/publicIPAddresses for TargetAzureResourceType.

static final TargetAzureResourceType WEBAPP

Static value Microsoft.Web/sites for TargetAzureResourceType.

Constructor Summary

Constructor Description
TargetAzureResourceType(String resourceProviderName, String resourceType)

Creates TargetAzureResourceType.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
java.lang.String toString()

Methods inherited from 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

Field Details

CLOUDSERVICE

public static final TargetAzureResourceType CLOUDSERVICE

Static value Microsoft.ClassicCompute/domainNames for TargetAzureResourceType.

PUBLICIP

public static final TargetAzureResourceType PUBLICIP

Static value Microsoft.Network/publicIPAddresses for TargetAzureResourceType.

WEBAPP

public static final TargetAzureResourceType WEBAPP

Static value Microsoft.Web/sites for TargetAzureResourceType.

Constructor Details

TargetAzureResourceType

public TargetAzureResourceType(String resourceProviderName, String resourceType)

Creates TargetAzureResourceType.

Parameters:

resourceProviderName - the resource provider name
resourceType - the resource type

Method Details

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()

Applies to