public interface SecurityPartnerProvidersClient extends InnerSupportsGet<SecurityPartnerProviderInner>, InnerSupportsListing<SecurityPartnerProviderInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityPartnerProviderInner>,SecurityPartnerProviderInner> |
beginCreateOrUpdate(String resourceGroupName,
String securityPartnerProviderName,
SecurityPartnerProviderInner parameters)
Creates or updates the specified Security Partner Provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityPartnerProviderInner>,SecurityPartnerProviderInner> |
beginCreateOrUpdate(String resourceGroupName,
String securityPartnerProviderName,
SecurityPartnerProviderInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Security Partner Provider.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecurityPartnerProviderInner>,SecurityPartnerProviderInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String securityPartnerProviderName,
SecurityPartnerProviderInner parameters)
Creates or updates the specified Security Partner Provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String securityPartnerProviderName)
Deletes the specified Security Partner Provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String securityPartnerProviderName,
com.azure.core.util.Context context)
Deletes the specified Security Partner Provider.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String securityPartnerProviderName)
Deletes the specified Security Partner Provider.
|
SecurityPartnerProviderInner |
createOrUpdate(String resourceGroupName,
String securityPartnerProviderName,
SecurityPartnerProviderInner parameters)
Creates or updates the specified Security Partner Provider.
|
SecurityPartnerProviderInner |
createOrUpdate(String resourceGroupName,
String securityPartnerProviderName,
SecurityPartnerProviderInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Security Partner Provider.
|
Mono<SecurityPartnerProviderInner> |
createOrUpdateAsync(String resourceGroupName,
String securityPartnerProviderName,
SecurityPartnerProviderInner parameters)
Creates or updates the specified Security Partner Provider.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String securityPartnerProviderName,
SecurityPartnerProviderInner parameters)
Creates or updates the specified Security Partner Provider.
|
void |
delete(String resourceGroupName,
String securityPartnerProviderName)
Deletes the specified Security Partner Provider.
|
void |
delete(String resourceGroupName,
String securityPartnerProviderName,
com.azure.core.util.Context context)
Deletes the specified Security Partner Provider.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String securityPartnerProviderName)
Deletes the specified Security Partner Provider.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String securityPartnerProviderName)
Deletes the specified Security Partner Provider.
|
SecurityPartnerProviderInner |
getByResourceGroup(String resourceGroupName,
String securityPartnerProviderName)
Gets the specified Security Partner Provider.
|
Mono<SecurityPartnerProviderInner> |
getByResourceGroupAsync(String resourceGroupName,
String securityPartnerProviderName)
Gets the specified Security Partner Provider.
|
com.azure.core.http.rest.Response<SecurityPartnerProviderInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String securityPartnerProviderName,
com.azure.core.util.Context context)
Gets the specified Security Partner Provider.
|
Mono<com.azure.core.http.rest.Response<SecurityPartnerProviderInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String securityPartnerProviderName)
Gets the specified Security Partner Provider.
|
com.azure.core.http.rest.PagedIterable<SecurityPartnerProviderInner> |
list()
Gets all the Security Partner Providers in a subscription.
|
com.azure.core.http.rest.PagedIterable<SecurityPartnerProviderInner> |
list(com.azure.core.util.Context context)
Gets all the Security Partner Providers in a subscription.
|
com.azure.core.http.rest.PagedFlux<SecurityPartnerProviderInner> |
listAsync()
Gets all the Security Partner Providers in a subscription.
|
com.azure.core.http.rest.PagedIterable<SecurityPartnerProviderInner> |
listByResourceGroup(String resourceGroupName)
Lists all Security Partner Providers in a resource group.
|
com.azure.core.http.rest.PagedIterable<SecurityPartnerProviderInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists all Security Partner Providers in a resource group.
|
com.azure.core.http.rest.PagedFlux<SecurityPartnerProviderInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists all Security Partner Providers in a resource group.
|
SecurityPartnerProviderInner |
updateTags(String resourceGroupName,
String securityPartnerProviderName)
Updates tags of a Security Partner Provider resource.
|
Mono<SecurityPartnerProviderInner> |
updateTagsAsync(String resourceGroupName,
String securityPartnerProviderName)
Updates tags of a Security Partner Provider resource.
|
Mono<SecurityPartnerProviderInner> |
updateTagsAsync(String resourceGroupName,
String securityPartnerProviderName,
Map<String,String> tags)
Updates tags of a Security Partner Provider resource.
|
com.azure.core.http.rest.Response<SecurityPartnerProviderInner> |
updateTagsWithResponse(String resourceGroupName,
String securityPartnerProviderName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates tags of a Security Partner Provider resource.
|
Mono<com.azure.core.http.rest.Response<SecurityPartnerProviderInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String securityPartnerProviderName,
Map<String,String> tags)
Updates tags of a Security Partner Provider resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String securityPartnerProviderName)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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 securityPartnerProviderName)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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 securityPartnerProviderName)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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 securityPartnerProviderName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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 securityPartnerProviderName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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 securityPartnerProviderName)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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 securityPartnerProviderName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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<SecurityPartnerProviderInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String securityPartnerProviderName)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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<SecurityPartnerProviderInner> getByResourceGroupAsync(String resourceGroupName, String securityPartnerProviderName)
getByResourceGroupAsync in interface InnerSupportsGet<SecurityPartnerProviderInner>resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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.SecurityPartnerProviderInner getByResourceGroup(String resourceGroupName, String securityPartnerProviderName)
getByResourceGroup in interface InnerSupportsGet<SecurityPartnerProviderInner>resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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<SecurityPartnerProviderInner> getByResourceGroupWithResponse(String resourceGroupName, String securityPartnerProviderName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String securityPartnerProviderName, SecurityPartnerProviderInner parameters)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.parameters - Security Partner Provider 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<SecurityPartnerProviderInner>,SecurityPartnerProviderInner> beginCreateOrUpdateAsync(String resourceGroupName, String securityPartnerProviderName, SecurityPartnerProviderInner parameters)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.parameters - Security Partner Provider 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<SecurityPartnerProviderInner>,SecurityPartnerProviderInner> beginCreateOrUpdate(String resourceGroupName, String securityPartnerProviderName, SecurityPartnerProviderInner parameters)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.parameters - Security Partner Provider 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<SecurityPartnerProviderInner>,SecurityPartnerProviderInner> beginCreateOrUpdate(String resourceGroupName, String securityPartnerProviderName, SecurityPartnerProviderInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.parameters - Security Partner Provider 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<SecurityPartnerProviderInner> createOrUpdateAsync(String resourceGroupName, String securityPartnerProviderName, SecurityPartnerProviderInner parameters)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.parameters - Security Partner Provider 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.SecurityPartnerProviderInner createOrUpdate(String resourceGroupName, String securityPartnerProviderName, SecurityPartnerProviderInner parameters)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.parameters - Security Partner Provider 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.SecurityPartnerProviderInner createOrUpdate(String resourceGroupName, String securityPartnerProviderName, SecurityPartnerProviderInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.parameters - Security Partner Provider 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<SecurityPartnerProviderInner>> updateTagsWithResponseAsync(String resourceGroupName, String securityPartnerProviderName, Map<String,String> tags)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.tags - Resource tags.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<SecurityPartnerProviderInner> updateTagsAsync(String resourceGroupName, String securityPartnerProviderName, Map<String,String> tags)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.tags - Resource tags.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<SecurityPartnerProviderInner> updateTagsAsync(String resourceGroupName, String securityPartnerProviderName)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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.SecurityPartnerProviderInner updateTags(String resourceGroupName, String securityPartnerProviderName)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.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<SecurityPartnerProviderInner> updateTagsWithResponse(String resourceGroupName, String securityPartnerProviderName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.securityPartnerProviderName - The name of the Security Partner Provider.tags - Resource tags.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<SecurityPartnerProviderInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<SecurityPartnerProviderInner>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<SecurityPartnerProviderInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<SecurityPartnerProviderInner>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<SecurityPartnerProviderInner> 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<SecurityPartnerProviderInner> listAsync()
listAsync in interface InnerSupportsListing<SecurityPartnerProviderInner>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<SecurityPartnerProviderInner> list()
list in interface InnerSupportsListing<SecurityPartnerProviderInner>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<SecurityPartnerProviderInner> 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.