azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

42 строки
2.0 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.monitor.RuleDataSource.resourceUri()
name: resourceUri()
nameWithType: RuleDataSource.resourceUri()
returns:
description: <p>the resourceUri value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the resource identifier of the resource the rule monitors. **NOTE**: this property cannot be updated for an existing rule.</p>
<p></p>
syntax: public String resourceUri()
uid: com.microsoft.azure.management.monitor.RuleDataSource.resourceUri()
- fullName: com.microsoft.azure.management.monitor.RuleDataSource.withResourceUri(String resourceUri)
name: withResourceUri(String resourceUri)
nameWithType: RuleDataSource.withResourceUri(String resourceUri)
parameters:
- description: <p>the resourceUri value to set </p>
name: resourceUri
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the RuleDataSource object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.RuleDataSource?alt=com.microsoft.azure.management.monitor.RuleDataSource&text=RuleDataSource" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the resource identifier of the resource the rule monitors. **NOTE**: this property cannot be updated for an existing rule.</p>
<p></p>
syntax: public RuleDataSource withResourceUri(String resourceUri)
uid: com.microsoft.azure.management.monitor.RuleDataSource.withResourceUri(String)
nameWithType: RuleDataSource
syntax: public class RuleDataSource
type: class
uid: com.microsoft.azure.management.monitor.RuleDataSource
fullName: com.microsoft.azure.management.monitor.RuleDataSource
name: RuleDataSource
package: com.microsoft.azure.management.monitor
summary: <p>The resource from which the rule collects its data. </p>
metadata: {}