Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.ProfileInner
Packages that use ProfileInner
Package
Description
Package containing the service clients for TrafficManagerManagementClient.
null.
Package containing the inner data models for TrafficManagerManagementClient.
null.
Package containing the data models for TrafficManagerManagementClient.
null.
-
Uses of ProfileInner in com.azure.resourcemanager.trafficmanager.fluent
Subinterfaces with type arguments of type ProfileInner in com.azure.resourcemanager.trafficmanager.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in ProfilesClient.interfaceAn instance of this class provides access to all the operations defined in ProfilesClient.Methods in com.azure.resourcemanager.trafficmanager.fluent that return ProfileInnerModifier and TypeMethodDescriptionProfilesClient.createOrUpdate(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.ProfilesClient.getByResourceGroup(String resourceGroupName, String profileName) Gets a Traffic Manager profile.ProfilesClient.update(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile.Methods in com.azure.resourcemanager.trafficmanager.fluent that return types with arguments of type ProfileInnerModifier and TypeMethodDescriptionProfilesClient.createOrUpdateAsync(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.com.azure.core.http.rest.Response<ProfileInner> ProfilesClient.createOrUpdateWithResponse(String resourceGroupName, String profileName, ProfileInner parameters, com.azure.core.util.Context context) Create or update a Traffic Manager profile.Mono<com.azure.core.http.rest.Response<ProfileInner>> ProfilesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.ProfilesClient.getByResourceGroupAsync(String resourceGroupName, String profileName) Gets a Traffic Manager profile.com.azure.core.http.rest.Response<ProfileInner> ProfilesClient.getByResourceGroupWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context) Gets a Traffic Manager profile.Mono<com.azure.core.http.rest.Response<ProfileInner>> ProfilesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String profileName) Gets a Traffic Manager profile.com.azure.core.http.rest.PagedIterable<ProfileInner> ProfilesClient.list()Lists all Traffic Manager profiles within a subscription.com.azure.core.http.rest.PagedIterable<ProfileInner> ProfilesClient.list(com.azure.core.util.Context context) Lists all Traffic Manager profiles within a subscription.com.azure.core.http.rest.PagedFlux<ProfileInner> ProfilesClient.listAsync()Lists all Traffic Manager profiles within a subscription.com.azure.core.http.rest.PagedIterable<ProfileInner> ProfilesClient.listByResourceGroup(String resourceGroupName) Lists all Traffic Manager profiles within a resource group.com.azure.core.http.rest.PagedIterable<ProfileInner> ProfilesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all Traffic Manager profiles within a resource group.com.azure.core.http.rest.PagedFlux<ProfileInner> ProfilesClient.listByResourceGroupAsync(String resourceGroupName) Lists all Traffic Manager profiles within a resource group.ProfilesClient.updateAsync(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile.com.azure.core.http.rest.Response<ProfileInner> ProfilesClient.updateWithResponse(String resourceGroupName, String profileName, ProfileInner parameters, com.azure.core.util.Context context) Update a Traffic Manager profile.Mono<com.azure.core.http.rest.Response<ProfileInner>> ProfilesClient.updateWithResponseAsync(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile.Methods in com.azure.resourcemanager.trafficmanager.fluent with parameters of type ProfileInnerModifier and TypeMethodDescriptionProfilesClient.createOrUpdate(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.ProfilesClient.createOrUpdateAsync(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.com.azure.core.http.rest.Response<ProfileInner> ProfilesClient.createOrUpdateWithResponse(String resourceGroupName, String profileName, ProfileInner parameters, com.azure.core.util.Context context) Create or update a Traffic Manager profile.Mono<com.azure.core.http.rest.Response<ProfileInner>> ProfilesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.ProfilesClient.update(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile.ProfilesClient.updateAsync(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile.com.azure.core.http.rest.Response<ProfileInner> ProfilesClient.updateWithResponse(String resourceGroupName, String profileName, ProfileInner parameters, com.azure.core.util.Context context) Update a Traffic Manager profile.Mono<com.azure.core.http.rest.Response<ProfileInner>> ProfilesClient.updateWithResponseAsync(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile. -
Uses of ProfileInner in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return ProfileInnerModifier and TypeMethodDescriptionstatic ProfileInnerProfileInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProfileInner from the JsonReader.ProfileInner.withAllowedEndpointRecordTypes(List<AllowedEndpointRecordType> allowedEndpointRecordTypes) Set the allowedEndpointRecordTypes property: The list of allowed endpoint record types.ProfileInner.withDnsConfig(DnsConfig dnsConfig) Set the dnsConfig property: The DNS settings of the Traffic Manager profile.ProfileInner.withEndpoints(List<EndpointInner> endpoints) Set the endpoints property: The list of endpoints in the Traffic Manager profile.Set the id property: Fully qualified resource Id for the resource.ProfileInner.withLocation(String location) ProfileInner.withMaxReturn(Long maxReturn) Set the maxReturn property: Maximum number of endpoints to be returned for MultiValue routing type.ProfileInner.withMonitorConfig(MonitorConfig monitorConfig) Set the monitorConfig property: The endpoint monitoring settings of the Traffic Manager profile.Set the name property: The name of the resource.ProfileInner.withProfileStatus(ProfileStatus profileStatus) Set the profileStatus property: The status of the Traffic Manager profile.ProfileInner.withTrafficRoutingMethod(TrafficRoutingMethod trafficRoutingMethod) Set the trafficRoutingMethod property: The traffic routing method of the Traffic Manager profile.ProfileInner.withTrafficViewEnrollmentStatus(TrafficViewEnrollmentStatus trafficViewEnrollmentStatus) Set the trafficViewEnrollmentStatus property: Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile.Set the type property: The type of the resource. -
Uses of ProfileInner in com.azure.resourcemanager.trafficmanager.models
Subinterfaces with type arguments of type ProfileInner in com.azure.resourcemanager.trafficmanager.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure traffic manager profile.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type ProfileInnerModifier and TypeMethodDescriptionProfileListResult.value()Get the value property: Gets the list of Traffic manager profiles.Method parameters in com.azure.resourcemanager.trafficmanager.models with type arguments of type ProfileInnerModifier and TypeMethodDescriptionProfileListResult.withValue(List<ProfileInner> value) Set the value property: Gets the list of Traffic manager profiles.