Interface ConnectedEnvironmentsStorages


public interface ConnectedEnvironmentsStorages
Resource collection API of ConnectedEnvironmentsStorages.
  • Method Details

    • listWithResponse

      com.azure.core.http.rest.Response<ConnectedEnvironmentStoragesCollection> listWithResponse(String resourceGroupName, String connectedEnvironmentName, com.azure.core.util.Context context)
      Get all storages for a connectedEnvironment.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectedEnvironmentName - Name of the Environment.
      context - The context to associate with this operation.
      Returns:
      all storages for a connectedEnvironment along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      ConnectedEnvironmentStoragesCollection list(String resourceGroupName, String connectedEnvironmentName)
      Get all storages for a connectedEnvironment.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectedEnvironmentName - Name of the Environment.
      Returns:
      all storages for a connectedEnvironment.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - 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<ConnectedEnvironmentStorage> getWithResponse(String resourceGroupName, String connectedEnvironmentName, String storageName, com.azure.core.util.Context context)
      Get storage for a connectedEnvironment.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectedEnvironmentName - Name of the Environment.
      storageName - Name of the storage.
      context - The context to associate with this operation.
      Returns:
      storage for a connectedEnvironment along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      ConnectedEnvironmentStorage get(String resourceGroupName, String connectedEnvironmentName, String storageName)
      Get storage for a connectedEnvironment.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectedEnvironmentName - Name of the Environment.
      storageName - Name of the storage.
      Returns:
      storage for a connectedEnvironment.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String connectedEnvironmentName, String storageName, com.azure.core.util.Context context)
      Delete storage for a connectedEnvironment.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectedEnvironmentName - Name of the Environment.
      storageName - Name of the storage.
      context - The context to associate with this operation.
      Returns:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - 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 connectedEnvironmentName, String storageName)
      Delete storage for a connectedEnvironment.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      connectedEnvironmentName - Name of the Environment.
      storageName - Name of the storage.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getById

      Get storage for a connectedEnvironment.
      Parameters:
      id - the resource ID.
      Returns:
      storage for a connectedEnvironment along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<ConnectedEnvironmentStorage> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get storage for a connectedEnvironment.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      storage for a connectedEnvironment along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteById

      void deleteById(String id)
      Delete storage for a connectedEnvironment.
      Parameters:
      id - the resource ID.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteByIdWithResponse

      com.azure.core.http.rest.Response<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Delete storage for a connectedEnvironment.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • define

      Begins definition for a new ConnectedEnvironmentStorage resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new ConnectedEnvironmentStorage definition.