public class PrivateLinkServiceConnection
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
PrivateLinkServiceConnection() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
List<String> |
groupIds()
Get the ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.
|
String |
name()
Get the name of the resource that is unique within a resource group.
|
PrivateLinkServiceConnectionState |
privateLinkServiceConnectionState()
Get a collection of read-only information about the state of the connection to the remote resource.
|
String |
privateLinkServiceId()
Get the resource id of private link service.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the private link service connection resource.
|
String |
requestMessage()
Get a message passed to the owner of the remote resource with this connection request.
|
String |
type()
Get the resource type.
|
PrivateLinkServiceConnection |
withGroupIds(List<String> groupIds)
Set the ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.
|
PrivateLinkServiceConnection |
withName(String name)
Set the name of the resource that is unique within a resource group.
|
PrivateLinkServiceConnection |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set a collection of read-only information about the state of the connection to the remote resource.
|
PrivateLinkServiceConnection |
withPrivateLinkServiceId(String privateLinkServiceId)
Set the resource id of private link service.
|
PrivateLinkServiceConnection |
withRequestMessage(String requestMessage)
Set a message passed to the owner of the remote resource with this connection request.
|
public ProvisioningState provisioningState()
public String privateLinkServiceId()
public PrivateLinkServiceConnection withPrivateLinkServiceId(String privateLinkServiceId)
privateLinkServiceId - the privateLinkServiceId value to setpublic List<String> groupIds()
public PrivateLinkServiceConnection withGroupIds(List<String> groupIds)
groupIds - the groupIds value to setpublic String requestMessage()
public PrivateLinkServiceConnection withRequestMessage(String requestMessage)
requestMessage - the requestMessage value to setpublic PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
public PrivateLinkServiceConnection withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to setpublic String name()
public PrivateLinkServiceConnection withName(String name)
name - the name value to setpublic String type()
public String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/