MockableElasticArmClient.GetMonitoredSubscriptionPropertyResource 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 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
The resource ID of the resource to get.
Returns
Returns a MonitoredSubscriptionPropertyResource object.
Applies to
Azure SDK for .NET