162 строки
8.4 KiB
YAML
162 строки
8.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.loganalytics.models.DataSource"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource"
|
|
name: "DataSource"
|
|
nameWithType: "DataSource"
|
|
summary: "An immutable client-side representation of Data<wbr>Source."
|
|
syntax: "public interface **DataSource**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.etag()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.etag()"
|
|
name: "etag()"
|
|
nameWithType: "DataSource.etag()"
|
|
summary: "Gets the etag property: The ETag of the data source."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String etag()"
|
|
desc: "Gets the etag property: The ETag of the data source."
|
|
returns:
|
|
description: "the etag value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.id()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.id()"
|
|
name: "id()"
|
|
nameWithType: "DataSource.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.innerModel()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "DataSource.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>loganalytics.<wbr>fluent.<wbr>models.<wbr>Data<wbr>Source<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DataSourceInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner?alt=com.azure.resourcemanager.loganalytics.fluent.models.DataSourceInner&text=DataSourceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.kind()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.kind()"
|
|
name: "kind()"
|
|
nameWithType: "DataSource.kind()"
|
|
summary: "Gets the kind property: The kind of the Data<wbr>Source."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DataSourceKind kind()"
|
|
desc: "Gets the kind property: The kind of the DataSource."
|
|
returns:
|
|
description: "the kind value."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.DataSourceKind?alt=com.azure.resourcemanager.loganalytics.models.DataSourceKind&text=DataSourceKind\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.name()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.name()"
|
|
name: "name()"
|
|
nameWithType: "DataSource.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.properties()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.properties()"
|
|
name: "properties()"
|
|
nameWithType: "DataSource.properties()"
|
|
summary: "Gets the properties property: The data source properties in raw json format, each kind of data source have it's own schema."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Object properties()"
|
|
desc: "Gets the properties property: The data source properties in raw json format, each kind of data source have it's own schema."
|
|
returns:
|
|
description: "the properties value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.refresh()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "DataSource.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DataSource refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.DataSource?alt=com.azure.resourcemanager.loganalytics.models.DataSource&text=DataSource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "DataSource.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DataSource refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.DataSource?alt=com.azure.resourcemanager.loganalytics.models.DataSource&text=DataSource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "DataSource.resourceGroupName()"
|
|
summary: "Gets the name of the resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
desc: "Gets the name of the resource group."
|
|
returns:
|
|
description: "the name of the resource group."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.tags()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.tags()"
|
|
name: "tags()"
|
|
nameWithType: "DataSource.tags()"
|
|
summary: "Gets the tags property: Resource tags."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> tags()"
|
|
desc: "Gets the tags property: Resource tags."
|
|
returns:
|
|
description: "the tags value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.type()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.type()"
|
|
name: "type()"
|
|
nameWithType: "DataSource.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.DataSource.update()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.DataSource.update()"
|
|
name: "update()"
|
|
nameWithType: "DataSource.update()"
|
|
summary: "Begins update for the Data<wbr>Source resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DataSource.Update update()"
|
|
desc: "Begins update for the DataSource resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.DataSource.Update?alt=com.azure.resourcemanager.loganalytics.models.DataSource.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of DataSource."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.loganalytics.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0
|