azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

93 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.datadog.models.SubscriptionList"
fullName: "com.azure.resourcemanager.datadog.models.SubscriptionList"
name: "SubscriptionList"
nameWithType: "SubscriptionList"
summary: "The request to update subscriptions needed to be monitored by the Datadog monitor resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **SubscriptionList**"
constructors:
- uid: "com.azure.resourcemanager.datadog.models.SubscriptionList.SubscriptionList()"
fullName: "com.azure.resourcemanager.datadog.models.SubscriptionList.SubscriptionList()"
name: "SubscriptionList()"
nameWithType: "SubscriptionList.SubscriptionList()"
summary: "Creates an instance of Subscription<wbr>List class."
syntax: "public SubscriptionList()"
desc: "Creates an instance of SubscriptionList class."
methods:
- uid: "com.azure.resourcemanager.datadog.models.SubscriptionList.monitoredSubscriptionList()"
fullName: "com.azure.resourcemanager.datadog.models.SubscriptionList.monitoredSubscriptionList()"
name: "monitoredSubscriptionList()"
nameWithType: "SubscriptionList.monitoredSubscriptionList()"
summary: "Get the monitored<wbr>Subscription<wbr>List property: List of subscriptions and the state of the monitoring."
syntax: "public List<MonitoredSubscription> monitoredSubscriptionList()"
desc: "Get the monitoredSubscriptionList property: List of subscriptions and the state of the monitoring."
returns:
description: "the monitoredSubscriptionList value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.datadog.models.MonitoredSubscription?alt=com.azure.resourcemanager.datadog.models.MonitoredSubscription&text=MonitoredSubscription\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.SubscriptionList.operation()"
fullName: "com.azure.resourcemanager.datadog.models.SubscriptionList.operation()"
name: "operation()"
nameWithType: "SubscriptionList.operation()"
summary: "Get the operation property: The operation for the patch on the resource."
syntax: "public Operation operation()"
desc: "Get the operation property: The operation for the patch on the resource."
returns:
description: "the operation value."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.Operation?alt=com.azure.resourcemanager.datadog.models.Operation&text=Operation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.SubscriptionList.validate()"
fullName: "com.azure.resourcemanager.datadog.models.SubscriptionList.validate()"
name: "validate()"
nameWithType: "SubscriptionList.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.datadog.models.SubscriptionList.withMonitoredSubscriptionList(java.util.List<com.azure.resourcemanager.datadog.models.MonitoredSubscription>)"
fullName: "com.azure.resourcemanager.datadog.models.SubscriptionList.withMonitoredSubscriptionList(List<MonitoredSubscription> monitoredSubscriptionList)"
name: "withMonitoredSubscriptionList(List<MonitoredSubscription> monitoredSubscriptionList)"
nameWithType: "SubscriptionList.withMonitoredSubscriptionList(List<MonitoredSubscription> monitoredSubscriptionList)"
summary: "Set the monitored<wbr>Subscription<wbr>List property: List of subscriptions and the state of the monitoring."
parameters:
- description: "the monitoredSubscriptionList value to set."
name: "monitoredSubscriptionList"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.datadog.models.MonitoredSubscription?alt=com.azure.resourcemanager.datadog.models.MonitoredSubscription&text=MonitoredSubscription\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SubscriptionList withMonitoredSubscriptionList(List<MonitoredSubscription> monitoredSubscriptionList)"
desc: "Set the monitoredSubscriptionList property: List of subscriptions and the state of the monitoring."
returns:
description: "the SubscriptionList object itself."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.SubscriptionList?alt=com.azure.resourcemanager.datadog.models.SubscriptionList&text=SubscriptionList\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.SubscriptionList.withOperation(com.azure.resourcemanager.datadog.models.Operation)"
fullName: "com.azure.resourcemanager.datadog.models.SubscriptionList.withOperation(Operation operation)"
name: "withOperation(Operation operation)"
nameWithType: "SubscriptionList.withOperation(Operation operation)"
summary: "Set the operation property: The operation for the patch on the resource."
parameters:
- description: "the operation value to set."
name: "operation"
type: "<xref href=\"com.azure.resourcemanager.datadog.models.Operation?alt=com.azure.resourcemanager.datadog.models.Operation&text=Operation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SubscriptionList withOperation(Operation operation)"
desc: "Set the operation property: The operation for the patch on the resource."
returns:
description: "the SubscriptionList object itself."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.SubscriptionList?alt=com.azure.resourcemanager.datadog.models.SubscriptionList&text=SubscriptionList\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The request to update subscriptions needed to be monitored by the Datadog monitor resource."
metadata: {}
package: "com.azure.resourcemanager.datadog.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-datadog:1.0.0