Interface StreamingPolicies


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

    • list

      com.azure.core.http.rest.PagedIterable<StreamingPolicy> list(String resourceGroupName, String accountName)
      List Streaming Policies

      Lists the Streaming Policies in the account.

      Parameters:
      resourceGroupName - The name of the resource group within the Azure subscription.
      accountName - The Media Services account name.
      Returns:
      a collection of StreamingPolicy items 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.
    • list

      com.azure.core.http.rest.PagedIterable<StreamingPolicy> list(String resourceGroupName, String accountName, String filter, Integer top, String orderby, com.azure.core.util.Context context)
      List Streaming Policies

      Lists the Streaming Policies in the account.

      Parameters:
      resourceGroupName - The name of the resource group within the Azure subscription.
      accountName - The Media Services account name.
      filter - Restricts the set of items returned.
      top - Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.
      orderby - Specifies the key by which the result collection should be ordered.
      context - The context to associate with this operation.
      Returns:
      a collection of StreamingPolicy items 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.
    • getWithResponse

      com.azure.core.http.rest.Response<StreamingPolicy> getWithResponse(String resourceGroupName, String accountName, String streamingPolicyName, com.azure.core.util.Context context)
      Get a Streaming Policy

      Get the details of a Streaming Policy in the Media Services account.

      Parameters:
      resourceGroupName - The name of the resource group within the Azure subscription.
      accountName - The Media Services account name.
      streamingPolicyName - The Streaming Policy name.
      context - The context to associate with this operation.
      Returns:
      the details of a Streaming Policy in the Media Services 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.
    • get

      StreamingPolicy get(String resourceGroupName, String accountName, String streamingPolicyName)
      Get a Streaming Policy

      Get the details of a Streaming Policy in the Media Services account.

      Parameters:
      resourceGroupName - The name of the resource group within the Azure subscription.
      accountName - The Media Services account name.
      streamingPolicyName - The Streaming Policy name.
      Returns:
      the details of a Streaming Policy in the Media Services 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.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String accountName, String streamingPolicyName, com.azure.core.util.Context context)
      Delete a Streaming Policy

      Deletes a Streaming Policy in the Media Services account.

      Parameters:
      resourceGroupName - The name of the resource group within the Azure subscription.
      accountName - The Media Services account name.
      streamingPolicyName - The Streaming Policy name.
      context - The context to associate with this operation.
      Returns:
      the 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.
    • delete

      void delete(String resourceGroupName, String accountName, String streamingPolicyName)
      Delete a Streaming Policy

      Deletes a Streaming Policy in the Media Services account.

      Parameters:
      resourceGroupName - The name of the resource group within the Azure subscription.
      accountName - The Media Services account name.
      streamingPolicyName - The Streaming Policy name.
      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.
    • getById

      StreamingPolicy getById(String id)
      Get a Streaming Policy

      Get the details of a Streaming Policy in the Media Services account.

      Parameters:
      id - the resource ID.
      Returns:
      the details of a Streaming Policy in the Media Services 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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<StreamingPolicy> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get a Streaming Policy

      Get the details of a Streaming Policy in the Media Services account.

      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      the details of a Streaming Policy in the Media Services 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.
    • deleteById

      void deleteById(String id)
      Delete a Streaming Policy

      Deletes a Streaming Policy in the Media Services account.

      Parameters:
      id - the resource ID.
      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.
    • deleteByIdWithResponse

      com.azure.core.http.rest.Response<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Delete a Streaming Policy

      Deletes a Streaming Policy in the Media Services account.

      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      the 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.
    • define

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