MockableAppContainersArmClient.GetDaprSubscriptionResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object representing a DaprSubscriptionResource along with the instance operations that can be performed on it but with no data.
public virtual Azure.ResourceManager.AppContainers.DaprSubscriptionResource GetDaprSubscriptionResource(Azure.Core.ResourceIdentifier id);
abstract member GetDaprSubscriptionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.DaprSubscriptionResource
override this.GetDaprSubscriptionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.DaprSubscriptionResource
Public Overridable Function GetDaprSubscriptionResource (id As ResourceIdentifier) As DaprSubscriptionResource
Parameters
The resource ID of the resource to get.
Returns
Returns a DaprSubscriptionResource object.