azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.r...

110 строки
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId"
name: "ResourceId"
nameWithType: "ResourceId"
summary: "Instantiate itself from a resource id, and give easy access to resource information like subscription, resource<wbr>Group, resource name."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ResourceId**"
methods:
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.fromString(String id)"
name: "fromString(String id)"
nameWithType: "ResourceId.fromString(String id)"
summary: "Returns parsed Resource<wbr>Id object for a given resource id."
modifiers:
- "static"
parameters:
- description: "of the resource"
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ResourceId fromString(String id)"
desc: "Returns parsed ResourceId object for a given resource id."
returns:
description: "ResourceId object"
type: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.ResourceId?alt=com.azure.resourcemanager.resources.fluentcore.arm.ResourceId&text=ResourceId\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.fullResourceType()"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.fullResourceType()"
name: "fullResourceType()"
nameWithType: "ResourceId.fullResourceType()"
syntax: "public String fullResourceType()"
returns:
description: "full type of the resource."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.id()"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.id()"
name: "id()"
nameWithType: "ResourceId.id()"
syntax: "public String id()"
returns:
description: "the id of the resource."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.name()"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.name()"
name: "name()"
nameWithType: "ResourceId.name()"
syntax: "public String name()"
returns:
description: "name of the resource."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.parent()"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.parent()"
name: "parent()"
nameWithType: "ResourceId.parent()"
syntax: "public ResourceId parent()"
returns:
description: "parent resource id of the resource if any, otherwise null."
type: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.ResourceId?alt=com.azure.resourcemanager.resources.fluentcore.arm.ResourceId&text=ResourceId\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.providerNamespace()"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.providerNamespace()"
name: "providerNamespace()"
nameWithType: "ResourceId.providerNamespace()"
syntax: "public String providerNamespace()"
returns:
description: "name of the provider."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.resourceGroupName()"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "ResourceId.resourceGroupName()"
syntax: "public String resourceGroupName()"
returns:
description: "resourceGroupName of the resource."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.resourceType()"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.resourceType()"
name: "resourceType()"
nameWithType: "ResourceId.resourceType()"
syntax: "public String resourceType()"
returns:
description: "type of the resource."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.subscriptionId()"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.ResourceId.subscriptionId()"
name: "subscriptionId()"
nameWithType: "ResourceId.subscriptionId()"
syntax: "public String subscriptionId()"
returns:
description: "subscriptionId of the resource."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Instantiate itself from a resource id, and give easy access to resource information like subscription, resourceGroup, resource name."
metadata: {}
package: "com.azure.resourcemanager.resources.fluentcore.arm"
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.44.0