132 строки
8.4 KiB
YAML
132 строки
8.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.monitor.Source"
|
|
fullName: "com.microsoft.azure.management.monitor.Source"
|
|
name: "Source"
|
|
nameWithType: "Source"
|
|
summary: "Specifies the log search query."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **Source**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.monitor.Source.Source()"
|
|
fullName: "com.microsoft.azure.management.monitor.Source.Source()"
|
|
name: "Source()"
|
|
nameWithType: "Source.Source()"
|
|
syntax: "public Source()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.monitor.Source.authorizedResources()"
|
|
fullName: "com.microsoft.azure.management.monitor.Source.authorizedResources()"
|
|
name: "authorizedResources()"
|
|
nameWithType: "Source.authorizedResources()"
|
|
summary: "Get list of Resource referred into query."
|
|
syntax: "public List<String> authorizedResources()"
|
|
desc: "Get list of Resource referred into query."
|
|
returns:
|
|
description: "the authorizedResources value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.monitor.Source.dataSourceId()"
|
|
fullName: "com.microsoft.azure.management.monitor.Source.dataSourceId()"
|
|
name: "dataSourceId()"
|
|
nameWithType: "Source.dataSourceId()"
|
|
summary: "Get the resource uri over which log search query is to be run."
|
|
syntax: "public String dataSourceId()"
|
|
desc: "Get the resource uri over which log search query is to be run."
|
|
returns:
|
|
description: "the dataSourceId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Source.query()"
|
|
fullName: "com.microsoft.azure.management.monitor.Source.query()"
|
|
name: "query()"
|
|
nameWithType: "Source.query()"
|
|
summary: "Get log search query."
|
|
syntax: "public String query()"
|
|
desc: "Get log search query. Required for action type - AlertingAction."
|
|
returns:
|
|
description: "the query value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Source.queryType()"
|
|
fullName: "com.microsoft.azure.management.monitor.Source.queryType()"
|
|
name: "queryType()"
|
|
nameWithType: "Source.queryType()"
|
|
summary: "Get set value to 'Result<wbr>Count'."
|
|
syntax: "public QueryType queryType()"
|
|
desc: "Get set value to 'ResultCount'. Possible values include: 'ResultCount'."
|
|
returns:
|
|
description: "the queryType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.QueryType?alt=com.microsoft.azure.management.monitor.QueryType&text=QueryType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Source.withAuthorizedResources(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.monitor.Source.withAuthorizedResources(List<String> authorizedResources)"
|
|
name: "withAuthorizedResources(List<String> authorizedResources)"
|
|
nameWithType: "Source.withAuthorizedResources(List<String> authorizedResources)"
|
|
summary: "Set list of Resource referred into query."
|
|
parameters:
|
|
- description: "the authorizedResources value to set"
|
|
name: "authorizedResources"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public Source withAuthorizedResources(List<String> authorizedResources)"
|
|
desc: "Set list of Resource referred into query."
|
|
returns:
|
|
description: "the Source object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.Source?alt=com.microsoft.azure.management.monitor.Source&text=Source\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Source.withDataSourceId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.Source.withDataSourceId(String dataSourceId)"
|
|
name: "withDataSourceId(String dataSourceId)"
|
|
nameWithType: "Source.withDataSourceId(String dataSourceId)"
|
|
summary: "Set the resource uri over which log search query is to be run."
|
|
parameters:
|
|
- description: "the dataSourceId value to set"
|
|
name: "dataSourceId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Source withDataSourceId(String dataSourceId)"
|
|
desc: "Set the resource uri over which log search query is to be run."
|
|
returns:
|
|
description: "the Source object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.Source?alt=com.microsoft.azure.management.monitor.Source&text=Source\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Source.withQuery(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.Source.withQuery(String query)"
|
|
name: "withQuery(String query)"
|
|
nameWithType: "Source.withQuery(String query)"
|
|
summary: "Set log search query."
|
|
parameters:
|
|
- description: "the query value to set"
|
|
name: "query"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Source withQuery(String query)"
|
|
desc: "Set log search query. Required for action type - AlertingAction."
|
|
returns:
|
|
description: "the Source object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.Source?alt=com.microsoft.azure.management.monitor.Source&text=Source\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Source.withQueryType(com.microsoft.azure.management.monitor.QueryType)"
|
|
fullName: "com.microsoft.azure.management.monitor.Source.withQueryType(QueryType queryType)"
|
|
name: "withQueryType(QueryType queryType)"
|
|
nameWithType: "Source.withQueryType(QueryType queryType)"
|
|
summary: "Set set value to 'Result<wbr>Count'."
|
|
parameters:
|
|
- description: "the queryType value to set"
|
|
name: "queryType"
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.QueryType?alt=com.microsoft.azure.management.monitor.QueryType&text=QueryType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Source withQueryType(QueryType queryType)"
|
|
desc: "Set set value to 'ResultCount'. Possible values include: 'ResultCount'."
|
|
returns:
|
|
description: "the Source object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.Source?alt=com.microsoft.azure.management.monitor.Source&text=Source\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Specifies the log search query."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.monitor"
|
|
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4
|