Interface ProfilesClient
- All Superinterfaces:
InnerSupportsDelete<DeleteOperationResultInner>,InnerSupportsGet<ProfileInner>,InnerSupportsListing<ProfileInner>
public interface ProfilesClient
extends InnerSupportsGet<ProfileInner>, InnerSupportsListing<ProfileInner>, InnerSupportsDelete<DeleteOperationResultInner>
An instance of this class provides access to all the operations defined in ProfilesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncheckTrafficManagerNameAvailabilityV2(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.checkTrafficManagerNameAvailabilityV2Async(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.com.azure.core.http.rest.Response<TrafficManagerNameAvailabilityInner> checkTrafficManagerNameAvailabilityV2WithResponse(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters, com.azure.core.util.Context context) Checks the availability of a Traffic Manager Relative DNS name.Mono<com.azure.core.http.rest.Response<TrafficManagerNameAvailabilityInner>> checkTrafficManagerNameAvailabilityV2WithResponseAsync(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.checkTrafficManagerRelativeDnsNameAvailability(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.checkTrafficManagerRelativeDnsNameAvailabilityAsync(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.com.azure.core.http.rest.Response<TrafficManagerNameAvailabilityInner> checkTrafficManagerRelativeDnsNameAvailabilityWithResponse(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters, com.azure.core.util.Context context) Checks the availability of a Traffic Manager Relative DNS name.Mono<com.azure.core.http.rest.Response<TrafficManagerNameAvailabilityInner>> checkTrafficManagerRelativeDnsNameAvailabilityWithResponseAsync(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.createOrUpdate(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.createOrUpdateAsync(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.com.azure.core.http.rest.Response<ProfileInner> 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>> createOrUpdateWithResponseAsync(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.Deletes a Traffic Manager profile.deleteAsync(String resourceGroupName, String profileName) Deletes a Traffic Manager profile.com.azure.core.http.rest.Response<DeleteOperationResultInner> deleteWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context) Deletes a Traffic Manager profile.Mono<com.azure.core.http.rest.Response<DeleteOperationResultInner>> deleteWithResponseAsync(String resourceGroupName, String profileName) Deletes a Traffic Manager profile.getByResourceGroup(String resourceGroupName, String profileName) Gets a Traffic Manager profile.getByResourceGroupAsync(String resourceGroupName, String profileName) Gets a Traffic Manager profile.com.azure.core.http.rest.Response<ProfileInner> getByResourceGroupWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context) Gets a Traffic Manager profile.Mono<com.azure.core.http.rest.Response<ProfileInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String profileName) Gets a Traffic Manager profile.com.azure.core.http.rest.PagedIterable<ProfileInner> list()Lists all Traffic Manager profiles within a subscription.com.azure.core.http.rest.PagedIterable<ProfileInner> list(com.azure.core.util.Context context) Lists all Traffic Manager profiles within a subscription.com.azure.core.http.rest.PagedFlux<ProfileInner> Lists all Traffic Manager profiles within a subscription.com.azure.core.http.rest.PagedIterable<ProfileInner> listByResourceGroup(String resourceGroupName) Lists all Traffic Manager profiles within a resource group.com.azure.core.http.rest.PagedIterable<ProfileInner> 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> listByResourceGroupAsync(String resourceGroupName) Lists all Traffic Manager profiles within a resource group.update(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile.updateAsync(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile.com.azure.core.http.rest.Response<ProfileInner> 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>> updateWithResponseAsync(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile.
-
Method Details
-
checkTrafficManagerRelativeDnsNameAvailabilityWithResponseAsync
Mono<com.azure.core.http.rest.Response<TrafficManagerNameAvailabilityInner>> checkTrafficManagerRelativeDnsNameAvailabilityWithResponseAsync(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.- Parameters:
parameters- The Traffic Manager name parameters supplied to the CheckTrafficManagerNameAvailability operation.- Returns:
- class representing a Traffic Manager Name Availability response along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkTrafficManagerRelativeDnsNameAvailabilityAsync
Mono<TrafficManagerNameAvailabilityInner> checkTrafficManagerRelativeDnsNameAvailabilityAsync(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.- Parameters:
parameters- The Traffic Manager name parameters supplied to the CheckTrafficManagerNameAvailability operation.- Returns:
- class representing a Traffic Manager Name Availability response on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkTrafficManagerRelativeDnsNameAvailabilityWithResponse
com.azure.core.http.rest.Response<TrafficManagerNameAvailabilityInner> checkTrafficManagerRelativeDnsNameAvailabilityWithResponse(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters, com.azure.core.util.Context context) Checks the availability of a Traffic Manager Relative DNS name.- Parameters:
parameters- The Traffic Manager name parameters supplied to the CheckTrafficManagerNameAvailability operation.context- The context to associate with this operation.- Returns:
- class representing a Traffic Manager Name Availability response along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkTrafficManagerRelativeDnsNameAvailability
TrafficManagerNameAvailabilityInner checkTrafficManagerRelativeDnsNameAvailability(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.- Parameters:
parameters- The Traffic Manager name parameters supplied to the CheckTrafficManagerNameAvailability operation.- Returns:
- class representing a Traffic Manager Name Availability response.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkTrafficManagerNameAvailabilityV2WithResponseAsync
Mono<com.azure.core.http.rest.Response<TrafficManagerNameAvailabilityInner>> checkTrafficManagerNameAvailabilityV2WithResponseAsync(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.- Parameters:
parameters- The Traffic Manager name parameters supplied to the CheckTrafficManagerNameAvailability operation.- Returns:
- class representing a Traffic Manager Name Availability response along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkTrafficManagerNameAvailabilityV2Async
Mono<TrafficManagerNameAvailabilityInner> checkTrafficManagerNameAvailabilityV2Async(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.- Parameters:
parameters- The Traffic Manager name parameters supplied to the CheckTrafficManagerNameAvailability operation.- Returns:
- class representing a Traffic Manager Name Availability response on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkTrafficManagerNameAvailabilityV2WithResponse
com.azure.core.http.rest.Response<TrafficManagerNameAvailabilityInner> checkTrafficManagerNameAvailabilityV2WithResponse(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters, com.azure.core.util.Context context) Checks the availability of a Traffic Manager Relative DNS name.- Parameters:
parameters- The Traffic Manager name parameters supplied to the CheckTrafficManagerNameAvailability operation.context- The context to associate with this operation.- Returns:
- class representing a Traffic Manager Name Availability response along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkTrafficManagerNameAvailabilityV2
TrafficManagerNameAvailabilityInner checkTrafficManagerNameAvailabilityV2(CheckTrafficManagerRelativeDnsNameAvailabilityParameters parameters) Checks the availability of a Traffic Manager Relative DNS name.- Parameters:
parameters- The Traffic Manager name parameters supplied to the CheckTrafficManagerNameAvailability operation.- Returns:
- class representing a Traffic Manager Name Availability response.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByResourceGroupAsync
Lists all Traffic Manager profiles within a resource group.- Specified by:
listByResourceGroupAsyncin interfaceInnerSupportsListing<ProfileInner>- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.- Returns:
- the list Traffic Manager profiles operation response as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByResourceGroup
Lists all Traffic Manager profiles within a resource group.- Specified by:
listByResourceGroupin interfaceInnerSupportsListing<ProfileInner>- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.- Returns:
- the list Traffic Manager profiles operation response as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByResourceGroup
com.azure.core.http.rest.PagedIterable<ProfileInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all Traffic Manager profiles within a resource group.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.context- The context to associate with this operation.- Returns:
- the list Traffic Manager profiles operation response as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAsync
com.azure.core.http.rest.PagedFlux<ProfileInner> listAsync()Lists all Traffic Manager profiles within a subscription.- Specified by:
listAsyncin interfaceInnerSupportsListing<ProfileInner>- Returns:
- the list Traffic Manager profiles operation response as paginated response with
PagedFlux. - Throws:
com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<ProfileInner> list()Lists all Traffic Manager profiles within a subscription.- Specified by:
listin interfaceInnerSupportsListing<ProfileInner>- Returns:
- the list Traffic Manager profiles operation response as paginated response with
PagedIterable. - Throws:
com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
Lists all Traffic Manager profiles within a subscription.- Parameters:
context- The context to associate with this operation.- Returns:
- the list Traffic Manager profiles operation response as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByResourceGroupWithResponseAsync
Mono<com.azure.core.http.rest.Response<ProfileInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String profileName) Gets a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.- Returns:
- a Traffic Manager profile along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByResourceGroupAsync
Gets a Traffic Manager profile.- Specified by:
getByResourceGroupAsyncin interfaceInnerSupportsGet<ProfileInner>- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.- Returns:
- a Traffic Manager profile on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByResourceGroupWithResponse
com.azure.core.http.rest.Response<ProfileInner> getByResourceGroupWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context) Gets a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.context- The context to associate with this operation.- Returns:
- a Traffic Manager profile along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByResourceGroup
Gets a Traffic Manager profile.- Specified by:
getByResourceGroupin interfaceInnerSupportsGet<ProfileInner>- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.- Returns:
- a Traffic Manager profile.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<ProfileInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.parameters- The Traffic Manager profile parameters supplied to the CreateOrUpdate operation.- Returns:
- class representing a Traffic Manager profile along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateAsync
Mono<ProfileInner> createOrUpdateAsync(String resourceGroupName, String profileName, ProfileInner parameters) Create or update a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.parameters- The Traffic Manager profile parameters supplied to the CreateOrUpdate operation.- Returns:
- class representing a Traffic Manager profile on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponse
com.azure.core.http.rest.Response<ProfileInner> createOrUpdateWithResponse(String resourceGroupName, String profileName, ProfileInner parameters, com.azure.core.util.Context context) Create or update a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.parameters- The Traffic Manager profile parameters supplied to the CreateOrUpdate operation.context- The context to associate with this operation.- Returns:
- class representing a Traffic Manager profile along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
Create or update a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.parameters- The Traffic Manager profile parameters supplied to the CreateOrUpdate operation.- Returns:
- class representing a Traffic Manager profile.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<DeleteOperationResultInner>> deleteWithResponseAsync(String resourceGroupName, String profileName) Deletes a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile to be deleted.- Returns:
- the result of the request or operation along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
Deletes a Traffic Manager profile.- Specified by:
deleteAsyncin interfaceInnerSupportsDelete<DeleteOperationResultInner>- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile to be deleted.- Returns:
- the result of the request or operation on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponse
com.azure.core.http.rest.Response<DeleteOperationResultInner> deleteWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context) Deletes a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile to be deleted.context- The context to associate with this operation.- Returns:
- the result of the request or operation along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Deletes a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile to be deleted.- Returns:
- the result of the request or operation.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateWithResponseAsync
Mono<com.azure.core.http.rest.Response<ProfileInner>> updateWithResponseAsync(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.parameters- The Traffic Manager profile parameters supplied to the Update operation.- Returns:
- class representing a Traffic Manager profile along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateAsync
Mono<ProfileInner> updateAsync(String resourceGroupName, String profileName, ProfileInner parameters) Update a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.parameters- The Traffic Manager profile parameters supplied to the Update operation.- Returns:
- class representing a Traffic Manager profile on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateWithResponse
com.azure.core.http.rest.Response<ProfileInner> updateWithResponse(String resourceGroupName, String profileName, ProfileInner parameters, com.azure.core.util.Context context) Update a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.parameters- The Traffic Manager profile parameters supplied to the Update operation.context- The context to associate with this operation.- Returns:
- class representing a Traffic Manager profile along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
update
Update a Traffic Manager profile.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.profileName- The name of the Traffic Manager profile.parameters- The Traffic Manager profile parameters supplied to the Update operation.- Returns:
- class representing a Traffic Manager profile.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-