public interface SecretsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecretInner>,SecretInner> |
beginCreate(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters)
Creates a new Secret within the specified profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecretInner>,SecretInner> |
beginCreate(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters,
com.azure.core.util.Context context)
Creates a new Secret within the specified profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecretInner>,SecretInner> |
beginCreateAsync(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters)
Creates a new Secret within the specified profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String secretName)
Deletes an existing Secret within profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String secretName,
com.azure.core.util.Context context)
Deletes an existing Secret within profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String profileName,
String secretName)
Deletes an existing Secret within profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecretInner>,SecretInner> |
beginUpdate(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters)
Updates an existing Secret within a profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecretInner>,SecretInner> |
beginUpdate(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters,
com.azure.core.util.Context context)
Updates an existing Secret within a profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecretInner>,SecretInner> |
beginUpdateAsync(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters)
Updates an existing Secret within a profile.
|
SecretInner |
create(String resourceGroupName,
String profileName,
String secretName)
Creates a new Secret within the specified profile.
|
SecretInner |
create(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters)
Creates a new Secret within the specified profile.
|
SecretInner |
create(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters,
com.azure.core.util.Context context)
Creates a new Secret within the specified profile.
|
Mono<SecretInner> |
createAsync(String resourceGroupName,
String profileName,
String secretName)
Creates a new Secret within the specified profile.
|
Mono<SecretInner> |
createAsync(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters)
Creates a new Secret within the specified profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters)
Creates a new Secret within the specified profile.
|
void |
delete(String resourceGroupName,
String profileName,
String secretName)
Deletes an existing Secret within profile.
|
void |
delete(String resourceGroupName,
String profileName,
String secretName,
com.azure.core.util.Context context)
Deletes an existing Secret within profile.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String profileName,
String secretName)
Deletes an existing Secret within profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String profileName,
String secretName)
Deletes an existing Secret within profile.
|
SecretInner |
get(String resourceGroupName,
String profileName,
String secretName)
Gets an existing Secret within a profile.
|
Mono<SecretInner> |
getAsync(String resourceGroupName,
String profileName,
String secretName)
Gets an existing Secret within a profile.
|
com.azure.core.http.rest.Response<SecretInner> |
getWithResponse(String resourceGroupName,
String profileName,
String secretName,
com.azure.core.util.Context context)
Gets an existing Secret within a profile.
|
Mono<com.azure.core.http.rest.Response<SecretInner>> |
getWithResponseAsync(String resourceGroupName,
String profileName,
String secretName)
Gets an existing Secret within a profile.
|
com.azure.core.http.rest.PagedIterable<SecretInner> |
listByProfile(String resourceGroupName,
String profileName)
Lists existing AzureFrontDoor secrets.
|
com.azure.core.http.rest.PagedIterable<SecretInner> |
listByProfile(String resourceGroupName,
String profileName,
com.azure.core.util.Context context)
Lists existing AzureFrontDoor secrets.
|
com.azure.core.http.rest.PagedFlux<SecretInner> |
listByProfileAsync(String resourceGroupName,
String profileName)
Lists existing AzureFrontDoor secrets.
|
SecretInner |
update(String resourceGroupName,
String profileName,
String secretName)
Updates an existing Secret within a profile.
|
SecretInner |
update(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters)
Updates an existing Secret within a profile.
|
SecretInner |
update(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters,
com.azure.core.util.Context context)
Updates an existing Secret within a profile.
|
Mono<SecretInner> |
updateAsync(String resourceGroupName,
String profileName,
String secretName)
Updates an existing Secret within a profile.
|
Mono<SecretInner> |
updateAsync(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters)
Updates an existing Secret within a profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String profileName,
String secretName,
SecretParameters parameters)
Updates an existing Secret within a profile.
|
com.azure.core.http.rest.PagedFlux<SecretInner> listByProfileAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within 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<SecretInner> listByProfile(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within 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<SecretInner> listByProfile(String resourceGroupName, String profileName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within 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.Mono<com.azure.core.http.rest.Response<SecretInner>> getWithResponseAsync(String resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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<SecretInner> getAsync(String resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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.SecretInner get(String resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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<SecretInner> getWithResponse(String resourceGroupName, String profileName, String secretName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String secretName, SecretParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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<SecretInner>,SecretInner> beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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<SecretInner>,SecretInner> beginCreate(String resourceGroupName, String profileName, String secretName, SecretParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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<SecretInner>,SecretInner> beginCreate(String resourceGroupName, String profileName, String secretName, SecretParameters parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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<SecretInner> createAsync(String resourceGroupName, String profileName, String secretName, SecretParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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<SecretInner> createAsync(String resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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.SecretInner create(String resourceGroupName, String profileName, String secretName, SecretParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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.SecretInner create(String resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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.SecretInner create(String resourceGroupName, String profileName, String secretName, SecretParameters parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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>>> updateWithResponseAsync(String resourceGroupName, String profileName, String secretName, SecretParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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<SecretInner>,SecretInner> beginUpdateAsync(String resourceGroupName, String profileName, String secretName, SecretParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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<SecretInner>,SecretInner> beginUpdate(String resourceGroupName, String profileName, String secretName, SecretParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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<SecretInner>,SecretInner> beginUpdate(String resourceGroupName, String profileName, String secretName, SecretParameters parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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<SecretInner> updateAsync(String resourceGroupName, String profileName, String secretName, SecretParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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<SecretInner> updateAsync(String resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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.SecretInner update(String resourceGroupName, String profileName, String secretName, SecretParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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.SecretInner update(String resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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.SecretInner update(String resourceGroupName, String profileName, String secretName, SecretParameters parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the profile.parameters - object which contains secret parameters.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 profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String secretName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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<Void> deleteAsync(String resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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 resourceGroupName, String profileName, String secretName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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 resourceGroupName, String profileName, String secretName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.secretName - Name of the Secret under the 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.Copyright © 2021 Microsoft Corporation. All rights reserved.