TargetAzureResourceType Class
- java.
lang. Object - com.
azure. resourcemanager. trafficmanager. models. TargetAzureResourceType
- com.
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
Target |
CLOUDSERVICE
Static value Microsoft. |
static final
Target |
PUBLICIP
Static value Microsoft. |
static final
Target |
WEBAPP
Static value Microsoft. |
Constructor Summary
Constructor | Description |
---|---|
TargetAzureResourceType(String resourceProviderName, String resourceType) |
Creates Target |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Methods inherited from java.lang.Object
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:
Method Details
equals
public boolean equals(Object obj)
Overrides:
TargetAzureResourceType.equals(Object obj)Parameters:
hashCode
public int hashCode()
Overrides:
TargetAzureResourceType.hashCode()toString
public String toString()
Overrides:
TargetAzureResourceType.toString()Applies to
Azure SDK for Java