public interface DscpConfigurationsClient extends InnerSupportsGet<DscpConfigurationInner>, InnerSupportsListing<DscpConfigurationInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscpConfigurationInner>,DscpConfigurationInner> |
beginCreateOrUpdate(String resourceGroupName,
String dscpConfigurationName,
DscpConfigurationInner parameters)
Creates or updates a DSCP Configuration.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscpConfigurationInner>,DscpConfigurationInner> |
beginCreateOrUpdate(String resourceGroupName,
String dscpConfigurationName,
DscpConfigurationInner parameters,
com.azure.core.util.Context context)
Creates or updates a DSCP Configuration.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DscpConfigurationInner>,DscpConfigurationInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String dscpConfigurationName,
DscpConfigurationInner parameters)
Creates or updates a DSCP Configuration.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String dscpConfigurationName)
Deletes a DSCP Configuration.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String dscpConfigurationName,
com.azure.core.util.Context context)
Deletes a DSCP Configuration.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String dscpConfigurationName)
Deletes a DSCP Configuration.
|
DscpConfigurationInner |
createOrUpdate(String resourceGroupName,
String dscpConfigurationName,
DscpConfigurationInner parameters)
Creates or updates a DSCP Configuration.
|
DscpConfigurationInner |
createOrUpdate(String resourceGroupName,
String dscpConfigurationName,
DscpConfigurationInner parameters,
com.azure.core.util.Context context)
Creates or updates a DSCP Configuration.
|
Mono<DscpConfigurationInner> |
createOrUpdateAsync(String resourceGroupName,
String dscpConfigurationName,
DscpConfigurationInner parameters)
Creates or updates a DSCP Configuration.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String dscpConfigurationName,
DscpConfigurationInner parameters)
Creates or updates a DSCP Configuration.
|
void |
delete(String resourceGroupName,
String dscpConfigurationName)
Deletes a DSCP Configuration.
|
void |
delete(String resourceGroupName,
String dscpConfigurationName,
com.azure.core.util.Context context)
Deletes a DSCP Configuration.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String dscpConfigurationName)
Deletes a DSCP Configuration.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String dscpConfigurationName)
Deletes a DSCP Configuration.
|
DscpConfigurationInner |
getByResourceGroup(String resourceGroupName,
String dscpConfigurationName)
Gets a DSCP Configuration.
|
Mono<DscpConfigurationInner> |
getByResourceGroupAsync(String resourceGroupName,
String dscpConfigurationName)
Gets a DSCP Configuration.
|
com.azure.core.http.rest.Response<DscpConfigurationInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String dscpConfigurationName,
com.azure.core.util.Context context)
Gets a DSCP Configuration.
|
Mono<com.azure.core.http.rest.Response<DscpConfigurationInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String dscpConfigurationName)
Gets a DSCP Configuration.
|
com.azure.core.http.rest.PagedIterable<DscpConfigurationInner> |
list()
Gets all dscp configurations in a subscription.
|
com.azure.core.http.rest.PagedIterable<DscpConfigurationInner> |
list(com.azure.core.util.Context context)
Gets all dscp configurations in a subscription.
|
com.azure.core.http.rest.PagedFlux<DscpConfigurationInner> |
listAsync()
Gets all dscp configurations in a subscription.
|
com.azure.core.http.rest.PagedIterable<DscpConfigurationInner> |
listByResourceGroup(String resourceGroupName)
Gets a DSCP Configuration.
|
com.azure.core.http.rest.PagedIterable<DscpConfigurationInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets a DSCP Configuration.
|
com.azure.core.http.rest.PagedFlux<DscpConfigurationInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets a DSCP Configuration.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String dscpConfigurationName, DscpConfigurationInner parameters)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the resource.parameters - Parameters supplied to the create or update dscp configuration 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DscpConfigurationInner>,DscpConfigurationInner> beginCreateOrUpdateAsync(String resourceGroupName, String dscpConfigurationName, DscpConfigurationInner parameters)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the resource.parameters - Parameters supplied to the create or update dscp configuration 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscpConfigurationInner>,DscpConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String dscpConfigurationName, DscpConfigurationInner parameters)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the resource.parameters - Parameters supplied to the create or update dscp configuration 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DscpConfigurationInner>,DscpConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String dscpConfigurationName, DscpConfigurationInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the resource.parameters - Parameters supplied to the create or update dscp configuration operation.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<DscpConfigurationInner> createOrUpdateAsync(String resourceGroupName, String dscpConfigurationName, DscpConfigurationInner parameters)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the resource.parameters - Parameters supplied to the create or update dscp configuration 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.DscpConfigurationInner createOrUpdate(String resourceGroupName, String dscpConfigurationName, DscpConfigurationInner parameters)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the resource.parameters - Parameters supplied to the create or update dscp configuration 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.DscpConfigurationInner createOrUpdate(String resourceGroupName, String dscpConfigurationName, DscpConfigurationInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the resource.parameters - Parameters supplied to the create or update dscp configuration operation.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<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String dscpConfigurationName)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String dscpConfigurationName)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String dscpConfigurationName)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String dscpConfigurationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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<Void> deleteAsync(String resourceGroupName, String dscpConfigurationName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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.void delete(String resourceGroupName, String dscpConfigurationName)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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.void delete(String resourceGroupName, String dscpConfigurationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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<DscpConfigurationInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String dscpConfigurationName)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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<DscpConfigurationInner> getByResourceGroupAsync(String resourceGroupName, String dscpConfigurationName)
getByResourceGroupAsync in interface InnerSupportsGet<DscpConfigurationInner>resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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.DscpConfigurationInner getByResourceGroup(String resourceGroupName, String dscpConfigurationName)
getByResourceGroup in interface InnerSupportsGet<DscpConfigurationInner>resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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<DscpConfigurationInner> getByResourceGroupWithResponse(String resourceGroupName, String dscpConfigurationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.dscpConfigurationName - The name of the 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.com.azure.core.http.rest.PagedFlux<DscpConfigurationInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<DscpConfigurationInner>resourceGroupName - The name of the resource group.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.PagedIterable<DscpConfigurationInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<DscpConfigurationInner>resourceGroupName - The name of the resource group.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.PagedIterable<DscpConfigurationInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.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<DscpConfigurationInner> listAsync()
listAsync in interface InnerSupportsListing<DscpConfigurationInner>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<DscpConfigurationInner> list()
list in interface InnerSupportsListing<DscpConfigurationInner>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<DscpConfigurationInner> 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 © 2021 Microsoft Corporation. All rights reserved.