public interface LogProfilesClient
| Modifier and Type | Method and Description |
|---|---|
LogProfileResourceInner |
createOrUpdate(String logProfileName,
LogProfileResourceInner parameters)
Create or update a log profile in Azure Monitoring REST API.
|
Mono<LogProfileResourceInner> |
createOrUpdateAsync(String logProfileName,
LogProfileResourceInner parameters)
Create or update a log profile in Azure Monitoring REST API.
|
com.azure.core.http.rest.Response<LogProfileResourceInner> |
createOrUpdateWithResponse(String logProfileName,
LogProfileResourceInner parameters,
com.azure.core.util.Context context)
Create or update a log profile in Azure Monitoring REST API.
|
Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> |
createOrUpdateWithResponseAsync(String logProfileName,
LogProfileResourceInner parameters)
Create or update a log profile in Azure Monitoring REST API.
|
void |
delete(String logProfileName)
Deletes the log profile.
|
Mono<Void> |
deleteAsync(String logProfileName)
Deletes the log profile.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String logProfileName,
com.azure.core.util.Context context)
Deletes the log profile.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String logProfileName)
Deletes the log profile.
|
LogProfileResourceInner |
get(String logProfileName)
Gets the log profile.
|
Mono<LogProfileResourceInner> |
getAsync(String logProfileName)
Gets the log profile.
|
com.azure.core.http.rest.Response<LogProfileResourceInner> |
getWithResponse(String logProfileName,
com.azure.core.util.Context context)
Gets the log profile.
|
Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> |
getWithResponseAsync(String logProfileName)
Gets the log profile.
|
com.azure.core.http.rest.PagedIterable<LogProfileResourceInner> |
list()
List the log profiles.
|
com.azure.core.http.rest.PagedIterable<LogProfileResourceInner> |
list(com.azure.core.util.Context context)
List the log profiles.
|
com.azure.core.http.rest.PagedFlux<LogProfileResourceInner> |
listAsync()
List the log profiles.
|
LogProfileResourceInner |
update(String logProfileName,
LogProfileResourcePatch logProfilesResource)
Updates an existing LogProfilesResource.
|
Mono<LogProfileResourceInner> |
updateAsync(String logProfileName,
LogProfileResourcePatch logProfilesResource)
Updates an existing LogProfilesResource.
|
com.azure.core.http.rest.Response<LogProfileResourceInner> |
updateWithResponse(String logProfileName,
LogProfileResourcePatch logProfilesResource,
com.azure.core.util.Context context)
Updates an existing LogProfilesResource.
|
Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> |
updateWithResponseAsync(String logProfileName,
LogProfileResourcePatch logProfilesResource)
Updates an existing LogProfilesResource.
|
Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String logProfileName)
logProfileName - The name of the log profile.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.Mono<Void> deleteAsync(String logProfileName)
logProfileName - The name of the log profile.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.void delete(String logProfileName)
logProfileName - The name of the log profile.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.com.azure.core.http.rest.Response<Void> deleteWithResponse(String logProfileName, com.azure.core.util.Context context)
logProfileName - The name of the log profile.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> getWithResponseAsync(String logProfileName)
logProfileName - The name of the log profile.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.Mono<LogProfileResourceInner> getAsync(String logProfileName)
logProfileName - The name of the log profile.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.LogProfileResourceInner get(String logProfileName)
logProfileName - The name of the log profile.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.com.azure.core.http.rest.Response<LogProfileResourceInner> getWithResponse(String logProfileName, com.azure.core.util.Context context)
logProfileName - The name of the log profile.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> createOrUpdateWithResponseAsync(String logProfileName, LogProfileResourceInner parameters)
logProfileName - The name of the log profile.parameters - The log profile resource.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.Mono<LogProfileResourceInner> createOrUpdateAsync(String logProfileName, LogProfileResourceInner parameters)
logProfileName - The name of the log profile.parameters - The log profile resource.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.LogProfileResourceInner createOrUpdate(String logProfileName, LogProfileResourceInner parameters)
logProfileName - The name of the log profile.parameters - The log profile resource.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.com.azure.core.http.rest.Response<LogProfileResourceInner> createOrUpdateWithResponse(String logProfileName, LogProfileResourceInner parameters, com.azure.core.util.Context context)
logProfileName - The name of the log profile.parameters - The log profile resource.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<LogProfileResourceInner>> updateWithResponseAsync(String logProfileName, LogProfileResourcePatch logProfilesResource)
logProfileName - The name of the log profile.logProfilesResource - The log profile resource for patch operations.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.Mono<LogProfileResourceInner> updateAsync(String logProfileName, LogProfileResourcePatch logProfilesResource)
logProfileName - The name of the log profile.logProfilesResource - The log profile resource for patch operations.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.LogProfileResourceInner update(String logProfileName, LogProfileResourcePatch logProfilesResource)
logProfileName - The name of the log profile.logProfilesResource - The log profile resource for patch operations.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.com.azure.core.http.rest.Response<LogProfileResourceInner> updateWithResponse(String logProfileName, LogProfileResourcePatch logProfilesResource, com.azure.core.util.Context context)
logProfileName - The name of the log profile.logProfilesResource - The log profile resource for patch operations.context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<LogProfileResourceInner> listAsync()
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.com.azure.core.http.rest.PagedIterable<LogProfileResourceInner> list()
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.com.azure.core.http.rest.PagedIterable<LogProfileResourceInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.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.Copyright © 2020 Microsoft Corporation. All rights reserved.