115 строки
9.7 KiB
YAML
115 строки
9.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState"
|
|
name: "PrivateLinkServiceConnectionState"
|
|
nameWithType: "PrivateLinkServiceConnectionState"
|
|
summary: "A collection of information about the state of the connection between service consumer and provider."
|
|
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 **PrivateLinkServiceConnectionState**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.PrivateLinkServiceConnectionState()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.PrivateLinkServiceConnectionState()"
|
|
name: "PrivateLinkServiceConnectionState()"
|
|
nameWithType: "PrivateLinkServiceConnectionState.PrivateLinkServiceConnectionState()"
|
|
syntax: "public PrivateLinkServiceConnectionState()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.actionsRequired()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.actionsRequired()"
|
|
name: "actionsRequired()"
|
|
nameWithType: "PrivateLinkServiceConnectionState.actionsRequired()"
|
|
summary: "Get the actions<wbr>Required property: A message indicating if changes on the service provider require any updates on the consumer."
|
|
syntax: "public String actionsRequired()"
|
|
desc: "Get the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer."
|
|
returns:
|
|
description: "the actionsRequired value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.description()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.description()"
|
|
name: "description()"
|
|
nameWithType: "PrivateLinkServiceConnectionState.description()"
|
|
summary: "Get the description property: The reason for approval/rejection of the connection."
|
|
syntax: "public String description()"
|
|
desc: "Get the description property: The reason for approval/rejection of the connection."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.status()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.status()"
|
|
name: "status()"
|
|
nameWithType: "PrivateLinkServiceConnectionState.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.PrivateLinkServiceConnectionState.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.validate()"
|
|
name: "validate()"
|
|
nameWithType: "PrivateLinkServiceConnectionState.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.withActionsRequired(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.withActionsRequired(String actionsRequired)"
|
|
name: "withActionsRequired(String actionsRequired)"
|
|
nameWithType: "PrivateLinkServiceConnectionState.withActionsRequired(String actionsRequired)"
|
|
summary: "Set the actions<wbr>Required property: A message indicating if changes on the service provider require any updates on the consumer."
|
|
parameters:
|
|
- description: "the actionsRequired value to set."
|
|
name: "actionsRequired"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public PrivateLinkServiceConnectionState withActionsRequired(String actionsRequired)"
|
|
desc: "Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer."
|
|
returns:
|
|
description: "the PrivateLinkServiceConnectionState object itself."
|
|
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.models.PrivateLinkServiceConnectionState.withDescription(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "PrivateLinkServiceConnectionState.withDescription(String description)"
|
|
summary: "Set the description property: The reason for approval/rejection of the connection."
|
|
parameters:
|
|
- description: "the description value to set."
|
|
name: "description"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public PrivateLinkServiceConnectionState withDescription(String description)"
|
|
desc: "Set the description property: The reason for approval/rejection of the connection."
|
|
returns:
|
|
description: "the PrivateLinkServiceConnectionState object itself."
|
|
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.models.PrivateLinkServiceConnectionState.withStatus(com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointServiceConnectionStatus)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status)"
|
|
name: "withStatus(PrivateEndpointServiceConnectionStatus status)"
|
|
nameWithType: "PrivateLinkServiceConnectionState.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 PrivateLinkServiceConnectionState 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 PrivateLinkServiceConnectionState object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A collection of information about the state of the connection between service consumer and provider."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|