ManagedInstancePrivateLinkProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. ManagedInstancePrivateLinkProperties
- com.
Implements
public final class ManagedInstancePrivateLinkProperties
implements JsonSerializable<ManagedInstancePrivateLinkProperties>
Properties of a private link resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedInstancePrivateLinkProperties() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| String |
groupId()
Get the group |
| List<String> |
requiredMembers()
Get the required |
| List<String> |
requiredZoneNames()
Get the required |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ManagedInstancePrivateLinkProperties
public ManagedInstancePrivateLinkProperties()
Creates an instance of ManagedInstancePrivateLinkProperties class.
Method Details
fromJson
public static ManagedInstancePrivateLinkProperties fromJson(JsonReader jsonReader)
Reads an instance of ManagedInstancePrivateLinkProperties from the JsonReader.
Parameters:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: The private link resource group id.
Returns:
requiredMembers
public List<String> requiredMembers()
Get the requiredMembers property: The private link resource required member names.
Returns:
requiredZoneNames
public List<String> requiredZoneNames()
Get the requiredZoneNames property: The private link resource required zone names.
Returns:
toJson
validate
public void validate()
Validates the instance.