MockableMediaArmClient.GetStreamingPolicyResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a StreamingPolicyResource object.

Applies to