PrivateEndpointConnectionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. search. models. PrivateEndpointConnectionProperties
- com.
Implements
public final class PrivateEndpointConnectionProperties
implements JsonSerializable<PrivateEndpointConnectionProperties>
Describes the properties of an existing Private Endpoint connection to the search service.
Constructor Summary
Constructor | Description |
---|---|
PrivateEndpointConnectionProperties() |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
String |
groupId()
Get the group |
Private |
privateEndpoint()
Get the private |
Private |
privateLinkServiceConnectionState()
Get the private |
Private |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Private |
withGroupId(String groupId)
Set the group |
Private |
withPrivateEndpoint(PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint)
Set the private |
Private |
withPrivateLinkServiceConnectionState(PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the private |
Private |
withProvisioningState(PrivateLinkServiceConnectionProvisioningState provisioningState)
Set the provisioning |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionProperties
public PrivateEndpointConnectionProperties()
Creates an instance of PrivateEndpointConnectionProperties class.
Method Details
fromJson
public static PrivateEndpointConnectionProperties fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionProperties from the JsonReader.
Parameters:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: The group id from the provider of resource the private link service connection is for.
Returns:
privateEndpoint
public PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint()
Get the privateEndpoint property: The private endpoint resource from Microsoft.Network provider.
Returns:
privateLinkServiceConnectionState
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
Returns:
provisioningState
public PrivateLinkServiceConnectionProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or Incomplete.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGroupId
public PrivateEndpointConnectionProperties withGroupId(String groupId)
Set the groupId property: The group id from the provider of resource the private link service connection is for.
Parameters:
Returns:
withPrivateEndpoint
public PrivateEndpointConnectionProperties withPrivateEndpoint(PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The private endpoint resource from Microsoft.Network provider.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public PrivateEndpointConnectionProperties withPrivateLinkServiceConnectionState(PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
Parameters:
Returns:
withProvisioningState
public PrivateEndpointConnectionProperties withProvisioningState(PrivateLinkServiceConnectionProvisioningState provisioningState)
Set the provisioningState property: The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, or Incomplete.
Parameters:
Returns:
Applies to
Azure SDK for Java