Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.ProfileInner
-
Packages that use ProfileInner Package Description com.azure.resourcemanager.trafficmanager.fluent Package containing the service clients for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.fluent.models Package containing the inner data models for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.models Package containing the data models for TrafficManagerManagementClient. -
-
Uses of ProfileInner in com.azure.resourcemanager.trafficmanager.fluent
Methods in com.azure.resourcemanager.trafficmanager.fluent that return ProfileInner Modifier and Type Method Description ProfileInnerProfilesClient. createOrUpdate(String resourceGroupName, String profileName, ProfileInner parameters)Create or update a Traffic Manager profile.ProfileInnerProfilesClient. getByResourceGroup(String resourceGroupName, String profileName)Gets a Traffic Manager profile.ProfileInnerProfilesClient. 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 ProfileInner Modifier and Type Method Description Mono<ProfileInner>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.Mono<ProfileInner>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.Mono<ProfileInner>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 ProfileInner Modifier and Type Method Description ProfileInnerProfilesClient. createOrUpdate(String resourceGroupName, String profileName, ProfileInner parameters)Create or update a Traffic Manager profile.Mono<ProfileInner>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.ProfileInnerProfilesClient. update(String resourceGroupName, String profileName, ProfileInner parameters)Update a Traffic Manager profile.Mono<ProfileInner>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 ProfileInner Modifier and Type Method Description ProfileInnerProfileInner. withDnsConfig(DnsConfig dnsConfig)Set the dnsConfig property: The DNS settings of the Traffic Manager profile.ProfileInnerProfileInner. withEndpoints(List<EndpointInner> endpoints)Set the endpoints property: The list of endpoints in the Traffic Manager profile.ProfileInnerProfileInner. withMaxReturn(Long maxReturn)Set the maxReturn property: Maximum number of endpoints to be returned for MultiValue routing type.ProfileInnerProfileInner. withMonitorConfig(MonitorConfig monitorConfig)Set the monitorConfig property: The endpoint monitoring settings of the Traffic Manager profile.ProfileInnerProfileInner. withProfileStatus(ProfileStatus profileStatus)Set the profileStatus property: The status of the Traffic Manager profile.ProfileInnerProfileInner. withTrafficRoutingMethod(TrafficRoutingMethod trafficRoutingMethod)Set the trafficRoutingMethod property: The traffic routing method of the Traffic Manager profile.ProfileInnerProfileInner. withTrafficViewEnrollmentStatus(TrafficViewEnrollmentStatus trafficViewEnrollmentStatus)Set the trafficViewEnrollmentStatus property: Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. -
Uses of ProfileInner in com.azure.resourcemanager.trafficmanager.models
Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type ProfileInner Modifier and Type Method Description List<ProfileInner>ProfileListResult. 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 ProfileInner Modifier and Type Method Description ProfileListResultProfileListResult. withValue(List<ProfileInner> value)Set the value property: Gets the list of Traffic manager profiles.
-