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

105 строки
8.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner"
name: "PrivateLinkResourceInner"
nameWithType: "PrivateLinkResourceInner"
summary: "A private link resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- 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 **PrivateLinkResourceInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.PrivateLinkResourceInner()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.PrivateLinkResourceInner()"
name: "PrivateLinkResourceInner()"
nameWithType: "PrivateLinkResourceInner.PrivateLinkResourceInner()"
summary: "Creates an instance of Private<wbr>Link<wbr>Resource<wbr>Inner class."
syntax: "public PrivateLinkResourceInner()"
desc: "Creates an instance of PrivateLinkResourceInner class."
methods:
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.groupId()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.groupId()"
name: "groupId()"
nameWithType: "PrivateLinkResourceInner.groupId()"
summary: "Get the group<wbr>Id property: The private link resource group id."
syntax: "public String groupId()"
desc: "Get the groupId property: The private link resource group id."
returns:
description: "the groupId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.requiredMembers()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.requiredMembers()"
name: "requiredMembers()"
nameWithType: "PrivateLinkResourceInner.requiredMembers()"
summary: "Get the required<wbr>Members property: The private link resource required member names."
syntax: "public List<String> requiredMembers()"
desc: "Get the requiredMembers property: The private link resource required member names."
returns:
description: "the requiredMembers value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.requiredZoneNames()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.requiredZoneNames()"
name: "requiredZoneNames()"
nameWithType: "PrivateLinkResourceInner.requiredZoneNames()"
summary: "Get the required<wbr>Zone<wbr>Names property: The private link resource private link DNS zone name."
syntax: "public List<String> requiredZoneNames()"
desc: "Get the requiredZoneNames property: The private link resource private link DNS zone name."
returns:
description: "the requiredZoneNames value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.systemData()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.systemData()"
name: "systemData()"
nameWithType: "PrivateLinkResourceInner.systemData()"
summary: "Get the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
syntax: "public SystemData systemData()"
desc: "Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.validate()"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.validate()"
name: "validate()"
nameWithType: "PrivateLinkResourceInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.withRequiredZoneNames(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner.withRequiredZoneNames(List<String> requiredZoneNames)"
name: "withRequiredZoneNames(List<String> requiredZoneNames)"
nameWithType: "PrivateLinkResourceInner.withRequiredZoneNames(List<String> requiredZoneNames)"
summary: "Set the required<wbr>Zone<wbr>Names property: The private link resource private link DNS zone name."
parameters:
- description: "the requiredZoneNames value to set."
name: "requiredZoneNames"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public PrivateLinkResourceInner withRequiredZoneNames(List<String> requiredZoneNames)"
desc: "Set the requiredZoneNames property: The private link resource private link DNS zone name."
returns:
description: "the PrivateLinkResourceInner object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.PrivateLinkResourceInner&text=PrivateLinkResourceInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A private link resource."
metadata: {}
package: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmosdbforpostgresql:1.0.0