Interface SecretsClient


  • public interface SecretsClient
    An instance of this class provides access to all the operations defined in SecretsClient.
    • Method Detail

      • listByProfileAsync

        com.azure.core.http.rest.PagedFlux<SecretInner> listByProfileAsync​(String resourceGroupName,
                                                                           String profileName)
        Lists existing AzureFrontDoor secrets.
        Parameters:
        resourceGroupName - Name of the Resource group within the Azure subscription.
        profileName - Name of the CDN profile which is unique within the resource group.
        Returns:
        result of the request to list secrets.
        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.
      • listByProfile

        com.azure.core.http.rest.PagedIterable<SecretInner> listByProfile​(String resourceGroupName,
                                                                          String profileName)
        Lists existing AzureFrontDoor secrets.
        Parameters:
        resourceGroupName - Name of the Resource group within the Azure subscription.
        profileName - Name of the CDN profile which is unique within the resource group.
        Returns:
        result of the request to list secrets.
        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.
      • listByProfile

        com.azure.core.http.rest.PagedIterable<SecretInner> listByProfile​(String resourceGroupName,
                                                                          String profileName,
                                                                          com.azure.core.util.Context context)
        Lists existing AzureFrontDoor secrets.
        Parameters:
        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.
        Returns:
        result of the request to list secrets.
        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.
      • getWithResponseAsync

        Mono<com.azure.core.http.rest.Response<SecretInner>> getWithResponseAsync​(String resourceGroupName,
                                                                                  String profileName,
                                                                                  String secretName)
        Gets an existing Secret within a profile.
        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.
        Returns:
        an existing Secret within a 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.
      • getAsync

        Mono<SecretInner> getAsync​(String resourceGroupName,
                                   String profileName,
                                   String secretName)
        Gets an existing Secret within a profile.
        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.
        Returns:
        an existing Secret within a 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.
      • get

        SecretInner get​(String resourceGroupName,
                        String profileName,
                        String secretName)
        Gets an existing Secret within a profile.
        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.
        Returns:
        an existing Secret within a 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.
      • getWithResponse

        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.
        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.
        context - The context to associate with this operation.
        Returns:
        an existing Secret within a 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.
      • createWithResponseAsync

        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.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • beginCreateAsync

        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.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • beginCreate

        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.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • beginCreate

        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.
        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.
        context - The context to associate with this operation.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • createAsync

        Mono<SecretInner> createAsync​(String resourceGroupName,
                                      String profileName,
                                      String secretName,
                                      SecretParameters parameters)
        Creates a new Secret within the specified profile.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • createAsync

        Mono<SecretInner> createAsync​(String resourceGroupName,
                                      String profileName,
                                      String secretName)
        Creates a new Secret within the specified profile.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • create

        SecretInner create​(String resourceGroupName,
                           String profileName,
                           String secretName,
                           SecretParameters parameters)
        Creates a new Secret within the specified profile.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • create

        SecretInner create​(String resourceGroupName,
                           String profileName,
                           String secretName)
        Creates a new Secret within the specified profile.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • create

        SecretInner create​(String resourceGroupName,
                           String profileName,
                           String secretName,
                           SecretParameters parameters,
                           com.azure.core.util.Context context)
        Creates a new Secret within the specified profile.
        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.
        context - The context to associate with this operation.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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<Flux<ByteBuffer>>> updateWithResponseAsync​(String resourceGroupName,
                                                                                          String profileName,
                                                                                          String secretName,
                                                                                          SecretParameters parameters)
        Updates an existing Secret within a profile.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • beginUpdateAsync

        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.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • beginUpdate

        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.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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.
      • beginUpdate

        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.
        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.
        context - The context to associate with this operation.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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<SecretInner> updateAsync​(String resourceGroupName,
                                      String profileName,
                                      String secretName,
                                      SecretParameters parameters)
        Updates an existing Secret within a profile.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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<SecretInner> updateAsync​(String resourceGroupName,
                                      String profileName,
                                      String secretName)
        Updates an existing Secret within a profile.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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

        SecretInner update​(String resourceGroupName,
                           String profileName,
                           String secretName,
                           SecretParameters parameters)
        Updates an existing Secret within a profile.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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

        SecretInner update​(String resourceGroupName,
                           String profileName,
                           String secretName)
        Updates an existing Secret within a profile.
        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.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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

        SecretInner update​(String resourceGroupName,
                           String profileName,
                           String secretName,
                           SecretParameters parameters,
                           com.azure.core.util.Context context)
        Updates an existing Secret within a profile.
        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.
        context - The context to associate with this operation.
        Returns:
        friendly Secret name mapping to the any Secret or secret related information.
        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<Flux<ByteBuffer>>> deleteWithResponseAsync​(String resourceGroupName,
                                                                                          String profileName,
                                                                                          String secretName)
        Deletes an existing Secret within profile.
        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.
        Returns:
        the completion.
        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.
      • beginDeleteAsync

        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.
        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.
        Returns:
        the completion.
        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.
      • beginDelete

        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.
        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.
        Returns:
        the completion.
        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.
      • beginDelete

        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.
        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.
        context - The context to associate with this operation.
        Returns:
        the completion.
        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

        Mono<Void> deleteAsync​(String resourceGroupName,
                               String profileName,
                               String secretName)
        Deletes an existing Secret within profile.
        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.
        Returns:
        the completion.
        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

        void delete​(String resourceGroupName,
                    String profileName,
                    String secretName)
        Deletes an existing Secret within profile.
        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.
        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

        void delete​(String resourceGroupName,
                    String profileName,
                    String secretName,
                    com.azure.core.util.Context context)
        Deletes an existing Secret within profile.
        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.
        context - The context to associate with this 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.