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

194 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner"
name: "PrivateEndpointConnectionInner"
nameWithType: "PrivateEndpointConnectionInner"
summary: "The Private Endpoint Connection 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\" />"
- "<xref href=\"com.azure.core.management.Resource?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: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" 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 class **PrivateEndpointConnectionInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.PrivateEndpointConnectionInner()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.PrivateEndpointConnectionInner()"
name: "PrivateEndpointConnectionInner()"
nameWithType: "PrivateEndpointConnectionInner.PrivateEndpointConnectionInner()"
syntax: "public PrivateEndpointConnectionInner()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.identity()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.identity()"
name: "identity()"
nameWithType: "PrivateEndpointConnectionInner.identity()"
summary: "Get the identity property: The identity of the resource."
syntax: "public Identity identity()"
desc: "Get the identity property: The identity of the resource."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Identity?alt=com.azure.resourcemanager.machinelearningservices.models.Identity&text=Identity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.privateEndpoint()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.privateEndpoint()"
name: "privateEndpoint()"
nameWithType: "PrivateEndpointConnectionInner.privateEndpoint()"
summary: "Get the private<wbr>Endpoint property: The resource of private end point."
syntax: "public PrivateEndpoint privateEndpoint()"
desc: "Get the privateEndpoint property: The resource of private end point."
returns:
description: "the privateEndpoint value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateEndpoint?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateEndpoint&text=PrivateEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.privateLinkServiceConnectionState()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.privateLinkServiceConnectionState()"
name: "privateLinkServiceConnectionState()"
nameWithType: "PrivateEndpointConnectionInner.privateLinkServiceConnectionState()"
summary: "Get the private<wbr>Link<wbr>Service<wbr>Connection<wbr>State property: A collection of information about the state of the connection between service consumer and provider."
syntax: "public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()"
desc: "Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider."
returns:
description: "the privateLinkServiceConnectionState value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.provisioningState()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.provisioningState()"
name: "provisioningState()"
nameWithType: "PrivateEndpointConnectionInner.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the private endpoint connection resource."
syntax: "public PrivateEndpointConnectionProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the private endpoint connection resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnectionProvisioningState?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnectionProvisioningState&text=PrivateEndpointConnectionProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.sku()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.sku()"
name: "sku()"
nameWithType: "PrivateEndpointConnectionInner.sku()"
summary: "Get the sku property: The sku of the workspace."
syntax: "public Sku sku()"
desc: "Get the sku property: The sku of the workspace."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Sku?alt=com.azure.resourcemanager.machinelearningservices.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.systemData()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.systemData()"
name: "systemData()"
nameWithType: "PrivateEndpointConnectionInner.systemData()"
summary: "Get the system<wbr>Data property: Read only system data."
syntax: "public SystemData systemData()"
desc: "Get the systemData property: Read only system data."
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.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.validate()"
name: "validate()"
nameWithType: "PrivateEndpointConnectionInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withIdentity(com.azure.resourcemanager.machinelearningservices.models.Identity)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withIdentity(Identity identity)"
name: "withIdentity(Identity identity)"
nameWithType: "PrivateEndpointConnectionInner.withIdentity(Identity identity)"
summary: "Set the identity property: The identity of the resource."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Identity?alt=com.azure.resourcemanager.machinelearningservices.models.Identity&text=Identity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateEndpointConnectionInner withIdentity(Identity identity)"
desc: "Set the identity property: The identity of the resource."
returns:
description: "the PrivateEndpointConnectionInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "PrivateEndpointConnectionInner.withLocation(String location)"
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PrivateEndpointConnectionInner withLocation(String location)"
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withPrivateEndpoint(com.azure.resourcemanager.machinelearningservices.models.PrivateEndpoint)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint)"
name: "withPrivateEndpoint(PrivateEndpoint privateEndpoint)"
nameWithType: "PrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint)"
summary: "Set the private<wbr>Endpoint property: The resource of private end point."
parameters:
- description: "the privateEndpoint value to set."
name: "privateEndpoint"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateEndpoint?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateEndpoint&text=PrivateEndpoint\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)"
desc: "Set the privateEndpoint property: The resource of private end point."
returns:
description: "the PrivateEndpointConnectionInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
name: "withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
nameWithType: "PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
summary: "Set the private<wbr>Link<wbr>Service<wbr>Connection<wbr>State property: A collection of information about the state of the connection between service consumer and provider."
parameters:
- description: "the privateLinkServiceConnectionState value to set."
name: "privateLinkServiceConnectionState"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
desc: "Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider."
returns:
description: "the PrivateEndpointConnectionInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withSku(com.azure.resourcemanager.machinelearningservices.models.Sku)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withSku(Sku sku)"
name: "withSku(Sku sku)"
nameWithType: "PrivateEndpointConnectionInner.withSku(Sku sku)"
summary: "Set the sku property: The sku of the workspace."
parameters:
- description: "the sku value to set."
name: "sku"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Sku?alt=com.azure.resourcemanager.machinelearningservices.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateEndpointConnectionInner withSku(Sku sku)"
desc: "Set the sku property: The sku of the workspace."
returns:
description: "the PrivateEndpointConnectionInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "PrivateEndpointConnectionInner.withTags(Map<String,String> tags)"
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public PrivateEndpointConnectionInner withTags(Map<String,String> tags)"
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The Private Endpoint Connection resource."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1