Share via


MockableMediaArmClient.GetMediaLiveOutputResource(ResourceIdentifier) Method

Definition

Gets an object representing a MediaLiveOutputResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a MediaLiveOutputResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Media.MediaLiveOutputResource GetMediaLiveOutputResource (Azure.Core.ResourceIdentifier id);
abstract member GetMediaLiveOutputResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Media.MediaLiveOutputResource
override this.GetMediaLiveOutputResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Media.MediaLiveOutputResource
Public Overridable Function GetMediaLiveOutputResource (id As ResourceIdentifier) As MediaLiveOutputResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a MediaLiveOutputResource object.

Applies to