PrivateLinkResourceProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.mysql.models.PrivateLinkResourceProperties

public final class PrivateLinkResourceProperties

Properties of a private link resource.

Constructor Summary

Constructor Description
PrivateLinkResourceProperties()

Method Summary

Modifier and Type Method and Description
String groupId()

Get the groupId property: The private link resource group id.

List<String> requiredMembers()

Get the requiredMembers property: The private link resource required member names.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkResourceProperties

public PrivateLinkResourceProperties()

Method Details

groupId

public String groupId()

Get the groupId property: The private link resource group id.

Returns:

the groupId value.

requiredMembers

public List<String> requiredMembers()

Get the requiredMembers property: The private link resource required member names.

Returns:

the requiredMembers value.

validate

public void validate()

Validates the instance.

Applies to