azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
8.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState"
fullName: "com.microsoft.azure.management.storage.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: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **PrivateLinkServiceConnectionState**"
constructors:
- uid: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.PrivateLinkServiceConnectionState()"
fullName: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.PrivateLinkServiceConnectionState()"
name: "PrivateLinkServiceConnectionState()"
nameWithType: "PrivateLinkServiceConnectionState.PrivateLinkServiceConnectionState()"
syntax: "public PrivateLinkServiceConnectionState()"
methods:
- uid: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.actionRequired()"
fullName: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.actionRequired()"
name: "actionRequired()"
nameWithType: "PrivateLinkServiceConnectionState.actionRequired()"
summary: "Get a message indicating if changes on the service provider require any updates on the consumer."
syntax: "public String actionRequired()"
desc: "Get a message indicating if changes on the service provider require any updates on the consumer."
returns:
description: "the actionRequired value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.description()"
fullName: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.description()"
name: "description()"
nameWithType: "PrivateLinkServiceConnectionState.description()"
summary: "Get the reason for approval/rejection of the connection."
syntax: "public String description()"
desc: "Get the reason for approval/rejection of the connection."
returns:
description: "the description value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.status()"
fullName: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.status()"
name: "status()"
nameWithType: "PrivateLinkServiceConnectionState.status()"
summary: "Get indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
syntax: "public PrivateEndpointServiceConnectionStatus status()"
desc: "Get indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. Possible values include: 'Pending', 'Approved', 'Rejected'."
returns:
description: "the status value"
type: "<xref href=\"com.microsoft.azure.management.storage.PrivateEndpointServiceConnectionStatus?alt=com.microsoft.azure.management.storage.PrivateEndpointServiceConnectionStatus&text=PrivateEndpointServiceConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.withActionRequired(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.withActionRequired(String actionRequired)"
name: "withActionRequired(String actionRequired)"
nameWithType: "PrivateLinkServiceConnectionState.withActionRequired(String actionRequired)"
summary: "Set a message indicating if changes on the service provider require any updates on the consumer."
parameters:
- description: "the actionRequired value to set"
name: "actionRequired"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateLinkServiceConnectionState withActionRequired(String actionRequired)"
desc: "Set 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.microsoft.azure.management.storage.PrivateLinkServiceConnectionState?alt=com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "PrivateLinkServiceConnectionState.withDescription(String description)"
summary: "Set the reason for approval/rejection of the connection."
parameters:
- description: "the description value to set"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateLinkServiceConnectionState withDescription(String description)"
desc: "Set the reason for approval/rejection of the connection."
returns:
description: "the PrivateLinkServiceConnectionState object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState?alt=com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.withStatus(com.microsoft.azure.management.storage.PrivateEndpointServiceConnectionStatus)"
fullName: "com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status)"
name: "withStatus(PrivateEndpointServiceConnectionStatus status)"
nameWithType: "PrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status)"
summary: "Set 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.microsoft.azure.management.storage.PrivateEndpointServiceConnectionStatus?alt=com.microsoft.azure.management.storage.PrivateEndpointServiceConnectionStatus&text=PrivateEndpointServiceConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateLinkServiceConnectionState withStatus(PrivateEndpointServiceConnectionStatus status)"
desc: "Set indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. Possible values include: 'Pending', 'Approved', 'Rejected'."
returns:
description: "the PrivateLinkServiceConnectionState object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.PrivateLinkServiceConnectionState?alt=com.microsoft.azure.management.storage.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.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4