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

93 строки
6.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.maps.models.LinkedResource"
fullName: "com.azure.resourcemanager.maps.models.LinkedResource"
name: "LinkedResource"
nameWithType: "LinkedResource"
summary: "Linked resource is reference to a resource deployed in an Azure subscription, add the linked resource \\`unique<wbr>Name\\` value as an optional parameter for operations on Azure Maps Geospatial REST APIs."
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 **LinkedResource**"
constructors:
- uid: "com.azure.resourcemanager.maps.models.LinkedResource.LinkedResource()"
fullName: "com.azure.resourcemanager.maps.models.LinkedResource.LinkedResource()"
name: "LinkedResource()"
nameWithType: "LinkedResource.LinkedResource()"
summary: "Creates an instance of Linked<wbr>Resource class."
syntax: "public LinkedResource()"
desc: "Creates an instance of LinkedResource class."
methods:
- uid: "com.azure.resourcemanager.maps.models.LinkedResource.id()"
fullName: "com.azure.resourcemanager.maps.models.LinkedResource.id()"
name: "id()"
nameWithType: "LinkedResource.id()"
summary: "Get the id property: ARM resource id in the form: '/subscriptions/\\{subscription<wbr>Id\\}/resource<wbr>Groups/\\{resource<wbr>Group<wbr>Name\\}/providers/Microsoft.<wbr>Storage/accounts/\\{storage<wbr>Name\\}'."
syntax: "public String id()"
desc: "Get the id property: ARM resource id in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Storage/accounts/\\{storageName\\}'."
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.maps.models.LinkedResource.uniqueName()"
fullName: "com.azure.resourcemanager.maps.models.LinkedResource.uniqueName()"
name: "uniqueName()"
nameWithType: "LinkedResource.uniqueName()"
summary: "Get the unique<wbr>Name property: A provided name which uniquely identifies the linked resource."
syntax: "public String uniqueName()"
desc: "Get the uniqueName property: A provided name which uniquely identifies the linked resource."
returns:
description: "the uniqueName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.maps.models.LinkedResource.validate()"
fullName: "com.azure.resourcemanager.maps.models.LinkedResource.validate()"
name: "validate()"
nameWithType: "LinkedResource.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.maps.models.LinkedResource.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.maps.models.LinkedResource.withId(String id)"
name: "withId(String id)"
nameWithType: "LinkedResource.withId(String id)"
summary: "Set the id property: ARM resource id in the form: '/subscriptions/\\{subscription<wbr>Id\\}/resource<wbr>Groups/\\{resource<wbr>Group<wbr>Name\\}/providers/Microsoft.<wbr>Storage/accounts/\\{storage<wbr>Name\\}'."
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 LinkedResource withId(String id)"
desc: "Set the id property: ARM resource id in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Storage/accounts/\\{storageName\\}'."
returns:
description: "the LinkedResource object itself."
type: "<xref href=\"com.azure.resourcemanager.maps.models.LinkedResource?alt=com.azure.resourcemanager.maps.models.LinkedResource&text=LinkedResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.maps.models.LinkedResource.withUniqueName(java.lang.String)"
fullName: "com.azure.resourcemanager.maps.models.LinkedResource.withUniqueName(String uniqueName)"
name: "withUniqueName(String uniqueName)"
nameWithType: "LinkedResource.withUniqueName(String uniqueName)"
summary: "Set the unique<wbr>Name property: A provided name which uniquely identifies the linked resource."
parameters:
- description: "the uniqueName value to set."
name: "uniqueName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LinkedResource withUniqueName(String uniqueName)"
desc: "Set the uniqueName property: A provided name which uniquely identifies the linked resource."
returns:
description: "the LinkedResource object itself."
type: "<xref href=\"com.azure.resourcemanager.maps.models.LinkedResource?alt=com.azure.resourcemanager.maps.models.LinkedResource&text=LinkedResource\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Linked resource is reference to a resource deployed in an Azure subscription, add the linked resource \\`uniqueName\\` value as an optional parameter for operations on Azure Maps Geospatial REST APIs."
metadata: {}
package: "com.azure.resourcemanager.maps.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-maps:1.0.0