Interface AccountsClient


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

      • list

        com.azure.core.http.rest.PagedIterable<NetAppAccountInner> list()
        List and describe all NetApp accounts in the subscription.
        Returns:
        list of NetApp account resources as paginated response with PagedIterable.
        Throws:
        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.
      • list

        com.azure.core.http.rest.PagedIterable<NetAppAccountInner> list​(com.azure.core.util.Context context)
        List and describe all NetApp accounts in the subscription.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        list of NetApp account resources as paginated response with PagedIterable.
        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.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<NetAppAccountInner> listByResourceGroup​(String resourceGroupName)
        List and describe all NetApp accounts in the resource group.
        Parameters:
        resourceGroupName - The name of the resource group.
        Returns:
        list of NetApp account resources as paginated response with PagedIterable.
        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.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<NetAppAccountInner> listByResourceGroup​(String resourceGroupName,
                                                                                       com.azure.core.util.Context context)
        List and describe all NetApp accounts in the resource group.
        Parameters:
        resourceGroupName - The name of the resource group.
        context - The context to associate with this operation.
        Returns:
        list of NetApp account resources as paginated response with PagedIterable.
        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.
      • getByResourceGroup

        NetAppAccountInner getByResourceGroup​(String resourceGroupName,
                                              String accountName)
        Get the NetApp account.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        Returns:
        the NetApp account.
        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.
      • getByResourceGroupWithResponse

        com.azure.core.http.rest.Response<NetAppAccountInner> getByResourceGroupWithResponse​(String resourceGroupName,
                                                                                             String accountName,
                                                                                             com.azure.core.util.Context context)
        Get the NetApp account.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        context - The context to associate with this operation.
        Returns:
        the NetApp account along with Response.
        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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>,​NetAppAccountInner> beginCreateOrUpdate​(String resourceGroupName,
                                                                                                                                                              String accountName,
                                                                                                                                                              NetAppAccountInner body)
        Create or update the specified NetApp account within the resource group.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        body - NetApp Account object supplied in the body of the operation.
        Returns:
        the SyncPoller for polling of netApp account resource.
        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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>,​NetAppAccountInner> beginCreateOrUpdate​(String resourceGroupName,
                                                                                                                                                              String accountName,
                                                                                                                                                              NetAppAccountInner body,
                                                                                                                                                              com.azure.core.util.Context context)
        Create or update the specified NetApp account within the resource group.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        body - NetApp Account object supplied in the body of the operation.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of netApp account resource.
        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.
      • createOrUpdate

        NetAppAccountInner createOrUpdate​(String resourceGroupName,
                                          String accountName,
                                          NetAppAccountInner body)
        Create or update the specified NetApp account within the resource group.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        body - NetApp Account object supplied in the body of the operation.
        Returns:
        netApp account resource.
        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.
      • createOrUpdate

        NetAppAccountInner createOrUpdate​(String resourceGroupName,
                                          String accountName,
                                          NetAppAccountInner body,
                                          com.azure.core.util.Context context)
        Create or update the specified NetApp account within the resource group.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        body - NetApp Account object supplied in the body of the operation.
        context - The context to associate with this operation.
        Returns:
        netApp account resource.
        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 accountName)
        Delete the specified NetApp account.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        Returns:
        the SyncPoller for polling of long-running 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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String resourceGroupName,
                                                                                                                          String accountName,
                                                                                                                          com.azure.core.util.Context context)
        Delete the specified NetApp account.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of long-running 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.
      • delete

        void delete​(String resourceGroupName,
                    String accountName)
        Delete the specified NetApp account.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        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 accountName,
                    com.azure.core.util.Context context)
        Delete the specified NetApp account.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        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.
      • beginUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>,​NetAppAccountInner> beginUpdate​(String resourceGroupName,
                                                                                                                                                      String accountName,
                                                                                                                                                      NetAppAccountPatch body)
        Patch the specified NetApp account.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        body - NetApp Account object supplied in the body of the operation.
        Returns:
        the SyncPoller for polling of netApp account resource.
        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<NetAppAccountInner>,​NetAppAccountInner> beginUpdate​(String resourceGroupName,
                                                                                                                                                      String accountName,
                                                                                                                                                      NetAppAccountPatch body,
                                                                                                                                                      com.azure.core.util.Context context)
        Patch the specified NetApp account.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        body - NetApp Account object supplied in the body of the operation.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of netApp account resource.
        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

        NetAppAccountInner update​(String resourceGroupName,
                                  String accountName,
                                  NetAppAccountPatch body)
        Patch the specified NetApp account.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        body - NetApp Account object supplied in the body of the operation.
        Returns:
        netApp account resource.
        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

        NetAppAccountInner update​(String resourceGroupName,
                                  String accountName,
                                  NetAppAccountPatch body,
                                  com.azure.core.util.Context context)
        Patch the specified NetApp account.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        body - NetApp Account object supplied in the body of the operation.
        context - The context to associate with this operation.
        Returns:
        netApp account resource.
        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.