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

163 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource"
name: "SharedPrivateLinkResource"
nameWithType: "SharedPrivateLinkResource"
summary: "The Shared<wbr>Private<wbr>Link<wbr>Resource model."
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 class **SharedPrivateLinkResource**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.SharedPrivateLinkResource()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.SharedPrivateLinkResource()"
name: "SharedPrivateLinkResource()"
nameWithType: "SharedPrivateLinkResource.SharedPrivateLinkResource()"
syntax: "public SharedPrivateLinkResource()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.groupId()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.groupId()"
name: "groupId()"
nameWithType: "SharedPrivateLinkResource.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.machinelearningservices.models.SharedPrivateLinkResource.name()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.name()"
name: "name()"
nameWithType: "SharedPrivateLinkResource.name()"
summary: "Get the name property: Unique name of the private link."
syntax: "public String name()"
desc: "Get the name property: Unique name of the private link."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.privateLinkResourceId()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.privateLinkResourceId()"
name: "privateLinkResourceId()"
nameWithType: "SharedPrivateLinkResource.privateLinkResourceId()"
summary: "Get the private<wbr>Link<wbr>Resource<wbr>Id property: The resource id that private link links to."
syntax: "public String privateLinkResourceId()"
desc: "Get the privateLinkResourceId property: The resource id that private link links to."
returns:
description: "the privateLinkResourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.requestMessage()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.requestMessage()"
name: "requestMessage()"
nameWithType: "SharedPrivateLinkResource.requestMessage()"
summary: "Get the request<wbr>Message property: Request message."
syntax: "public String requestMessage()"
desc: "Get the requestMessage property: Request message."
returns:
description: "the requestMessage value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.status()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.status()"
name: "status()"
nameWithType: "SharedPrivateLinkResource.status()"
summary: "Get the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
syntax: "public PrivateEndpointServiceConnectionStatus status()"
desc: "Get the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointServiceConnectionStatus?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointServiceConnectionStatus&text=PrivateEndpointServiceConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.validate()"
name: "validate()"
nameWithType: "SharedPrivateLinkResource.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.withGroupId(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.withGroupId(String groupId)"
name: "withGroupId(String groupId)"
nameWithType: "SharedPrivateLinkResource.withGroupId(String groupId)"
summary: "Set the group<wbr>Id property: The private link resource group id."
parameters:
- description: "the groupId value to set."
name: "groupId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SharedPrivateLinkResource withGroupId(String groupId)"
desc: "Set the groupId property: The private link resource group id."
returns:
description: "the SharedPrivateLinkResource object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource?alt=com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource&text=SharedPrivateLinkResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.withName(String name)"
name: "withName(String name)"
nameWithType: "SharedPrivateLinkResource.withName(String name)"
summary: "Set the name property: Unique name of the private link."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SharedPrivateLinkResource withName(String name)"
desc: "Set the name property: Unique name of the private link."
returns:
description: "the SharedPrivateLinkResource object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource?alt=com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource&text=SharedPrivateLinkResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.withPrivateLinkResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.withPrivateLinkResourceId(String privateLinkResourceId)"
name: "withPrivateLinkResourceId(String privateLinkResourceId)"
nameWithType: "SharedPrivateLinkResource.withPrivateLinkResourceId(String privateLinkResourceId)"
summary: "Set the private<wbr>Link<wbr>Resource<wbr>Id property: The resource id that private link links to."
parameters:
- description: "the privateLinkResourceId value to set."
name: "privateLinkResourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SharedPrivateLinkResource withPrivateLinkResourceId(String privateLinkResourceId)"
desc: "Set the privateLinkResourceId property: The resource id that private link links to."
returns:
description: "the SharedPrivateLinkResource object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource?alt=com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource&text=SharedPrivateLinkResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.withRequestMessage(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.withRequestMessage(String requestMessage)"
name: "withRequestMessage(String requestMessage)"
nameWithType: "SharedPrivateLinkResource.withRequestMessage(String requestMessage)"
summary: "Set the request<wbr>Message property: Request message."
parameters:
- description: "the requestMessage value to set."
name: "requestMessage"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SharedPrivateLinkResource withRequestMessage(String requestMessage)"
desc: "Set the requestMessage property: Request message."
returns:
description: "the SharedPrivateLinkResource object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource?alt=com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource&text=SharedPrivateLinkResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.withStatus(com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointServiceConnectionStatus)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource.withStatus(PrivateEndpointServiceConnectionStatus status)"
name: "withStatus(PrivateEndpointServiceConnectionStatus status)"
nameWithType: "SharedPrivateLinkResource.withStatus(PrivateEndpointServiceConnectionStatus status)"
summary: "Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
parameters:
- description: "the status value to set."
name: "status"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointServiceConnectionStatus?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointServiceConnectionStatus&text=PrivateEndpointServiceConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SharedPrivateLinkResource withStatus(PrivateEndpointServiceConnectionStatus status)"
desc: "Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
returns:
description: "the SharedPrivateLinkResource object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource?alt=com.azure.resourcemanager.machinelearningservices.models.SharedPrivateLinkResource&text=SharedPrivateLinkResource\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The SharedPrivateLinkResource model."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1