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

78 строки
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.GenericResource"
fullName: "com.microsoft.azure.management.resources.GenericResource"
name: "GenericResource"
nameWithType: "GenericResource"
summary: "An immutable client-side representation of an Azure generic resource."
syntax: "public interface **GenericResource**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.implementation.ResourceManager?alt=com.microsoft.azure.management.resources.implementation.ResourceManager&text=ResourceManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.resources.implementation.GenericResourceInner?alt=com.microsoft.azure.management.resources.implementation.GenericResourceInner&text=GenericResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.GenericResource.Update?alt=com.microsoft.azure.management.resources.GenericResource.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.resources.GenericResource.apiVersion()"
fullName: "com.microsoft.azure.management.resources.GenericResource.apiVersion()"
name: "apiVersion()"
nameWithType: "GenericResource.apiVersion()"
modifiers:
- "abstract"
syntax: "public abstract String apiVersion()"
returns:
description: "the api version of the resource"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.GenericResource.parentResourcePath()"
fullName: "com.microsoft.azure.management.resources.GenericResource.parentResourcePath()"
name: "parentResourcePath()"
nameWithType: "GenericResource.parentResourcePath()"
modifiers:
- "abstract"
syntax: "public abstract String parentResourcePath()"
returns:
description: "the id of the parent resource if this is a child resource"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.GenericResource.plan()"
fullName: "com.microsoft.azure.management.resources.GenericResource.plan()"
name: "plan()"
nameWithType: "GenericResource.plan()"
modifiers:
- "abstract"
syntax: "public abstract Plan plan()"
returns:
description: "the plan of the resource"
type: "<xref href=\"com.microsoft.azure.management.resources.Plan?alt=com.microsoft.azure.management.resources.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.GenericResource.properties()"
fullName: "com.microsoft.azure.management.resources.GenericResource.properties()"
name: "properties()"
nameWithType: "GenericResource.properties()"
modifiers:
- "abstract"
syntax: "public abstract Object properties()"
returns:
description: "other properties of the resource"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.GenericResource.resourceProviderNamespace()"
fullName: "com.microsoft.azure.management.resources.GenericResource.resourceProviderNamespace()"
name: "resourceProviderNamespace()"
nameWithType: "GenericResource.resourceProviderNamespace()"
modifiers:
- "abstract"
syntax: "public abstract String resourceProviderNamespace()"
returns:
description: "the namespace of the resource provider"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.GenericResource.resourceType()"
fullName: "com.microsoft.azure.management.resources.GenericResource.resourceType()"
name: "resourceType()"
nameWithType: "GenericResource.resourceType()"
modifiers:
- "abstract"
syntax: "public abstract String resourceType()"
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: "An immutable client-side representation of an Azure generic resource."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.implementation.ResourceManager?alt=com.microsoft.azure.management.resources.implementation.ResourceManager&text=ResourceManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.resources.implementation.GenericResourceInner?alt=com.microsoft.azure.management.resources.implementation.GenericResourceInner&text=GenericResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.GenericResource?alt=com.microsoft.azure.management.resources.GenericResource&text=GenericResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.GenericResource.Update?alt=com.microsoft.azure.management.resources.GenericResource.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4