MockableElasticArmClient.GetMonitoredSubscriptionPropertyResource Method

Definition

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

public virtual Azure.ResourceManager.Elastic.MonitoredSubscriptionPropertyResource GetMonitoredSubscriptionPropertyResource (Azure.Core.ResourceIdentifier id);
abstract member GetMonitoredSubscriptionPropertyResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Elastic.MonitoredSubscriptionPropertyResource
override this.GetMonitoredSubscriptionPropertyResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Elastic.MonitoredSubscriptionPropertyResource
Public Overridable Function GetMonitoredSubscriptionPropertyResource (id As ResourceIdentifier) As MonitoredSubscriptionPropertyResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a MonitoredSubscriptionPropertyResource object.

Applies to