MockableCdnArmClient.GetCdnOriginGroupResource(ResourceIdentifier) Method

Definition

Gets an object representing a CdnOriginGroupResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.Cdn.CdnOriginGroupResource GetCdnOriginGroupResource(Azure.Core.ResourceIdentifier id);
abstract member GetCdnOriginGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Cdn.CdnOriginGroupResource
override this.GetCdnOriginGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Cdn.CdnOriginGroupResource
Public Overridable Function GetCdnOriginGroupResource (id As ResourceIdentifier) As CdnOriginGroupResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a CdnOriginGroupResource object.

Applies to