Uses of Class
com.azure.resourcemanager.trafficmanager.models.AllowedEndpointRecordType
Packages that use AllowedEndpointRecordType
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
Package containing the data models for TrafficManagerManagementClient.
-
Uses of AllowedEndpointRecordType in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return types with arguments of type AllowedEndpointRecordTypeModifier and TypeMethodDescriptionProfileInner.allowedEndpointRecordTypes()Get the allowedEndpointRecordTypes property: The list of allowed endpoint record types.ProfileProperties.allowedEndpointRecordTypes()Get the allowedEndpointRecordTypes property: The list of allowed endpoint record types.Method parameters in com.azure.resourcemanager.trafficmanager.fluent.models with type arguments of type AllowedEndpointRecordTypeModifier and TypeMethodDescriptionProfileInner.withAllowedEndpointRecordTypes(List<AllowedEndpointRecordType> allowedEndpointRecordTypes) Set the allowedEndpointRecordTypes property: The list of allowed endpoint record types.ProfileProperties.withAllowedEndpointRecordTypes(List<AllowedEndpointRecordType> allowedEndpointRecordTypes) Set the allowedEndpointRecordTypes property: The list of allowed endpoint record types. -
Uses of AllowedEndpointRecordType in com.azure.resourcemanager.trafficmanager.models
Fields in com.azure.resourcemanager.trafficmanager.models declared as AllowedEndpointRecordTypeModifier and TypeFieldDescriptionstatic final AllowedEndpointRecordTypeAllowedEndpointRecordType.ANYStatic value Any for AllowedEndpointRecordType.static final AllowedEndpointRecordTypeAllowedEndpointRecordType.DOMAIN_NAMEStatic value DomainName for AllowedEndpointRecordType.static final AllowedEndpointRecordTypeAllowedEndpointRecordType.IPV4ADDRESSStatic value IPv4Address for AllowedEndpointRecordType.static final AllowedEndpointRecordTypeAllowedEndpointRecordType.IPV6ADDRESSStatic value IPv6Address for AllowedEndpointRecordType.Methods in com.azure.resourcemanager.trafficmanager.models that return AllowedEndpointRecordTypeModifier and TypeMethodDescriptionstatic AllowedEndpointRecordTypeAllowedEndpointRecordType.fromString(String name) Creates or finds a AllowedEndpointRecordType from its string representation.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type AllowedEndpointRecordTypeModifier and TypeMethodDescriptionstatic Collection<AllowedEndpointRecordType> AllowedEndpointRecordType.values()Gets known AllowedEndpointRecordType values.