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

58 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.arm.models.Resource"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.models.Resource"
name: "Resource"
nameWithType: "Resource"
summary: "Base interfaces for fluent resources."
syntax: "public interface **Resource**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.region()"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.region()"
name: "region()"
nameWithType: "Resource.region()"
modifiers:
- "abstract"
syntax: "public abstract Region region()"
returns:
description: "the region the resource is in"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.regionName()"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.regionName()"
name: "regionName()"
nameWithType: "Resource.regionName()"
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
returns:
description: "the name of the region the resource is in"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.tags()"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.tags()"
name: "tags()"
nameWithType: "Resource.tags()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
returns:
description: "the tags for the resource"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.type()"
fullName: "com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.type()"
name: "type()"
nameWithType: "Resource.type()"
modifiers:
- "abstract"
syntax: "public abstract String type()"
returns:
description: "the type of the resource"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Base interfaces for fluent resources."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.management.resources.fluentcore.arm.models"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4