Class TargetAzureResourceType
java.lang.Object
com.microsoft.azure.management.trafficmanager.TargetAzureResourceType
Target Azure resource types supported for an Azure endpoint in a traffic manager profile.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TargetAzureResourceType
Static value Microsoft.ClassicCompute/domainNames for TargetAzureResourceType.static final TargetAzureResourceType
Static value Microsoft.Network/publicIPAddresses for TargetAzureResourceType.static final TargetAzureResourceType
Static value Microsoft.Web/sites for TargetAzureResourceType. -
Constructor Summary
ConstructorDescriptionTargetAzureResourceType
(String resourceProviderName, String resourceType) Creates TargetAzureResourceType. -
Method Summary
-
Field Details
-
PUBLICIP
Static value Microsoft.Network/publicIPAddresses for TargetAzureResourceType. -
WEBAPP
Static value Microsoft.Web/sites for TargetAzureResourceType. -
CLOUDSERVICE
Static value Microsoft.ClassicCompute/domainNames for TargetAzureResourceType.
-
-
Constructor Details
-
TargetAzureResourceType
Creates TargetAzureResourceType.- Parameters:
resourceProviderName
- the resource provider nameresourceType
- the resource type
-
-
Method Details