azure-docs-sdk-java/docs-ref-autogen/com.azure.core.management.S...

58 строки
2.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.management.SubResource"
fullName: "com.azure.core.management.SubResource"
name: "SubResource"
nameWithType: "SubResource"
summary: "The Sub<wbr>Resource model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public class SubResource"
constructors:
- uid: "com.azure.core.management.SubResource.SubResource()"
fullName: "com.azure.core.management.SubResource.SubResource()"
name: "SubResource()"
nameWithType: "SubResource.SubResource()"
syntax: "public SubResource()"
methods:
- uid: "com.azure.core.management.SubResource.id()"
fullName: "com.azure.core.management.SubResource.id()"
name: "id()"
nameWithType: "SubResource.id()"
summary: "Get the id value."
syntax: "public String id()"
desc: "Get the id value."
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.core.management.SubResource.withId(java.lang.String)"
fullName: "com.azure.core.management.SubResource.withId(String id)"
name: "withId(String id)"
nameWithType: "SubResource.withId(String id)"
summary: "Set the id value."
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 SubResource withId(String id)"
desc: "Set the id value."
returns:
description: "the sub resource itself"
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The SubResource model."
metadata: {}
package: "com.azure.core.management"
artifact: com.azure:azure-core-management:1.8.0