Class TargetAzureResourceType
- java.lang.Object
-
- com.azure.resourcemanager.trafficmanager.models.TargetAzureResourceType
-
public class TargetAzureResourceType extends Object
Target Azure resource types supported for an Azure endpoint in a traffic manager profile.
-
-
Field Summary
Fields Modifier and Type Field Description static TargetAzureResourceTypeCLOUDSERVICEStatic value Microsoft.ClassicCompute/domainNames for TargetAzureResourceType.static TargetAzureResourceTypePUBLICIPStatic value Microsoft.Network/publicIPAddresses for TargetAzureResourceType.static TargetAzureResourceTypeWEBAPPStatic value Microsoft.Web/sites for TargetAzureResourceType.
-
Constructor Summary
Constructors Constructor Description TargetAzureResourceType(String resourceProviderName, String resourceType)Creates TargetAzureResourceType.
-
-
-
Field Detail
-
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.
-
CLOUDSERVICE
public static final TargetAzureResourceType CLOUDSERVICE
Static value Microsoft.ClassicCompute/domainNames for TargetAzureResourceType.
-
-