Class TargetAzureResourceType


  • public class TargetAzureResourceType
    extends Object
    Target Azure resource types supported for an Azure endpoint in a traffic manager profile.
    • 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.
    • Constructor Detail

      • TargetAzureResourceType

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