Uses of Class
com.azure.resourcemanager.monitor.models.StreamDeclaration
Packages that use StreamDeclaration
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of StreamDeclaration in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type StreamDeclarationModifier and TypeMethodDescriptionDataCollectionRuleResourceInner.streamDeclarations()
Get the streamDeclarations property: Declaration of custom streams used in this rule.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type StreamDeclarationModifier and TypeMethodDescriptionDataCollectionRuleResourceInner.withStreamDeclarations
(Map<String, StreamDeclaration> streamDeclarations) Set the streamDeclarations property: Declaration of custom streams used in this rule.DataCollectionRuleResourceProperties.withStreamDeclarations
(Map<String, StreamDeclaration> streamDeclarations) Set the streamDeclarations property: Declaration of custom streams used in this rule. -
Uses of StreamDeclaration in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return StreamDeclarationModifier and TypeMethodDescriptionstatic StreamDeclaration
StreamDeclaration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StreamDeclaration from the JsonReader.StreamDeclaration.withColumns
(List<ColumnDefinition> columns) Set the columns property: List of columns used by data in this stream.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type StreamDeclarationModifier and TypeMethodDescriptionDataCollectionRule.streamDeclarations()
Get the streamDeclarations property: Declaration of custom streams used in this rule.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type StreamDeclarationModifier and TypeMethodDescriptionDataCollectionRule.withStreamDeclarations
(Map<String, StreamDeclaration> streamDeclarations) Set the streamDeclarations property: Declaration of custom streams used in this rule.