MockableWebPubSubArmClient.GetWebPubSubHubResource(ResourceIdentifier) Method

Definition

Gets an object representing a WebPubSubHubResource 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 WebPubSubHubResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.WebPubSub.WebPubSubHubResource GetWebPubSubHubResource (Azure.Core.ResourceIdentifier id);
abstract member GetWebPubSubHubResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.WebPubSub.WebPubSubHubResource
override this.GetWebPubSubHubResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.WebPubSub.WebPubSubHubResource
Public Overridable Function GetWebPubSubHubResource (id As ResourceIdentifier) As WebPubSubHubResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a WebPubSubHubResource object.

Applies to