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

69 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.servicenetworking.models.ResourceId"
fullName: "com.azure.resourcemanager.servicenetworking.models.ResourceId"
name: "ResourceId"
nameWithType: "ResourceId"
summary: "Resource ID definition used by parent to reference child resources."
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**"
constructors:
- uid: "com.azure.resourcemanager.servicenetworking.models.ResourceId.ResourceId()"
fullName: "com.azure.resourcemanager.servicenetworking.models.ResourceId.ResourceId()"
name: "ResourceId()"
nameWithType: "ResourceId.ResourceId()"
summary: "Creates an instance of Resource<wbr>Id class."
syntax: "public ResourceId()"
desc: "Creates an instance of ResourceId class."
methods:
- uid: "com.azure.resourcemanager.servicenetworking.models.ResourceId.id()"
fullName: "com.azure.resourcemanager.servicenetworking.models.ResourceId.id()"
name: "id()"
nameWithType: "ResourceId.id()"
summary: "Get the id property: Resource ID of child resource."
syntax: "public String id()"
desc: "Get the id property: Resource ID of child 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.servicenetworking.models.ResourceId.validate()"
fullName: "com.azure.resourcemanager.servicenetworking.models.ResourceId.validate()"
name: "validate()"
nameWithType: "ResourceId.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.servicenetworking.models.ResourceId.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.servicenetworking.models.ResourceId.withId(String id)"
name: "withId(String id)"
nameWithType: "ResourceId.withId(String id)"
summary: "Set the id property: Resource ID of child resource."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ResourceId withId(String id)"
desc: "Set the id property: Resource ID of child resource."
returns:
description: "the ResourceId object itself."
type: "<xref href=\"com.azure.resourcemanager.servicenetworking.models.ResourceId?alt=com.azure.resourcemanager.servicenetworking.models.ResourceId&text=ResourceId\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Resource ID definition used by parent to reference child resources."
metadata: {}
package: "com.azure.resourcemanager.servicenetworking.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-servicenetworking:1.0.0