Interface StreamingLocators
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition for a new StreamingLocator resource.void
Delete a Streaming Locatorvoid
deleteById
(String id) Delete a Streaming Locatorcom.azure.core.http.rest.Response<Void>
deleteByIdWithResponse
(String id, com.azure.core.util.Context context) Delete a Streaming Locatorcom.azure.core.http.rest.Response<Void>
deleteWithResponse
(String resourceGroupName, String accountName, String streamingLocatorName, com.azure.core.util.Context context) Delete a Streaming LocatorGet a Streaming LocatorGet a Streaming Locatorcom.azure.core.http.rest.Response<StreamingLocator>
getByIdWithResponse
(String id, com.azure.core.util.Context context) Get a Streaming Locatorcom.azure.core.http.rest.Response<StreamingLocator>
getWithResponse
(String resourceGroupName, String accountName, String streamingLocatorName, com.azure.core.util.Context context) Get a Streaming Locatorcom.azure.core.http.rest.PagedIterable<StreamingLocator>
List Streaming Locatorscom.azure.core.http.rest.PagedIterable<StreamingLocator>
list
(String resourceGroupName, String accountName, String filter, Integer top, String orderby, com.azure.core.util.Context context) List Streaming LocatorslistContentKeys
(String resourceGroupName, String accountName, String streamingLocatorName) List Content Keyscom.azure.core.http.rest.Response<ListContentKeysResponse>
listContentKeysWithResponse
(String resourceGroupName, String accountName, String streamingLocatorName, com.azure.core.util.Context context) List Content KeysList Pathscom.azure.core.http.rest.Response<ListPathsResponse>
listPathsWithResponse
(String resourceGroupName, String accountName, String streamingLocatorName, com.azure.core.util.Context context) List Paths
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<StreamingLocator> list(String resourceGroupName, String accountName) List Streaming LocatorsLists the Streaming Locators 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 StreamingLocator 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<StreamingLocator> list(String resourceGroupName, String accountName, String filter, Integer top, String orderby, com.azure.core.util.Context context) List Streaming LocatorsLists the Streaming Locators 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 StreamingLocator 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<StreamingLocator> getWithResponse(String resourceGroupName, String accountName, String streamingLocatorName, com.azure.core.util.Context context) Get a Streaming LocatorGet the details of a Streaming Locator in the Media Services account.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.streamingLocatorName
- The Streaming Locator name.context
- The context to associate with this operation.- Returns:
- the details of a Streaming Locator 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
Get a Streaming LocatorGet the details of a Streaming Locator in the Media Services account.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.streamingLocatorName
- The Streaming Locator name.- Returns:
- the details of a Streaming Locator 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 streamingLocatorName, com.azure.core.util.Context context) Delete a Streaming LocatorDeletes a Streaming Locator in the Media Services account.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.streamingLocatorName
- The Streaming Locator 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
Delete a Streaming LocatorDeletes a Streaming Locator in the Media Services account.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.streamingLocatorName
- The Streaming Locator 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.
-
listContentKeysWithResponse
com.azure.core.http.rest.Response<ListContentKeysResponse> listContentKeysWithResponse(String resourceGroupName, String accountName, String streamingLocatorName, com.azure.core.util.Context context) List Content KeysList Content Keys used by this Streaming Locator.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.streamingLocatorName
- The Streaming Locator name.context
- The context to associate with this operation.- Returns:
- class of response for listContentKeys action 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.
-
listContentKeys
ListContentKeysResponse listContentKeys(String resourceGroupName, String accountName, String streamingLocatorName) List Content KeysList Content Keys used by this Streaming Locator.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.streamingLocatorName
- The Streaming Locator name.- Returns:
- class of response for listContentKeys action.
- 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.
-
listPathsWithResponse
com.azure.core.http.rest.Response<ListPathsResponse> listPathsWithResponse(String resourceGroupName, String accountName, String streamingLocatorName, com.azure.core.util.Context context) List PathsList Paths supported by this Streaming Locator.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.streamingLocatorName
- The Streaming Locator name.context
- The context to associate with this operation.- Returns:
- class of response for listPaths action 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.
-
listPaths
ListPathsResponse listPaths(String resourceGroupName, String accountName, String streamingLocatorName) List PathsList Paths supported by this Streaming Locator.
- Parameters:
resourceGroupName
- The name of the resource group within the Azure subscription.accountName
- The Media Services account name.streamingLocatorName
- The Streaming Locator name.- Returns:
- class of response for listPaths action.
- 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
Get a Streaming LocatorGet the details of a Streaming Locator in the Media Services account.
- Parameters:
id
- the resource ID.- Returns:
- the details of a Streaming Locator 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<StreamingLocator> getByIdWithResponse(String id, com.azure.core.util.Context context) Get a Streaming LocatorGet the details of a Streaming Locator in the Media Services account.
- Parameters:
id
- the resource ID.context
- The context to associate with this operation.- Returns:
- the details of a Streaming Locator 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
Delete a Streaming LocatorDeletes a Streaming Locator 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 LocatorDeletes a Streaming Locator 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 StreamingLocator resource.- Parameters:
name
- resource name.- Returns:
- the first stage of the new StreamingLocator definition.
-