Class TargetAzureResourceType

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

public class TargetAzureResourceType extends Object
Target Azure resource types supported for an Azure endpoint in a traffic manager profile.
  • Field Details

    • 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.
  • Constructor Details

    • TargetAzureResourceType

      public TargetAzureResourceType(String resourceProviderName, String resourceType)
      Creates TargetAzureResourceType.
      Parameters:
      resourceProviderName - the resource provider name
      resourceType - the resource type
  • Method Details