Share via


MockableSignalRArmClient.GetSignalRCustomDomainResource Method

Definition

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

public virtual Azure.ResourceManager.SignalR.SignalRCustomDomainResource GetSignalRCustomDomainResource (Azure.Core.ResourceIdentifier id);
abstract member GetSignalRCustomDomainResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SignalR.SignalRCustomDomainResource
override this.GetSignalRCustomDomainResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SignalR.SignalRCustomDomainResource
Public Overridable Function GetSignalRCustomDomainResource (id As ResourceIdentifier) As SignalRCustomDomainResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SignalRCustomDomainResource object.

Applies to