Class PrivateLinkResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.kusto.fluent.models.PrivateLinkResourceInner

public final class PrivateLinkResourceInner extends com.azure.core.management.ProxyResource
A private link resource.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of PrivateLinkResourceInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the groupId property: The private link resource group id.
    Get the requiredMembers property: The private link resource required member names.
    Get the requiredZoneNames property: The private link resource required zone names.
    com.azure.core.management.SystemData
    Get the systemData property: Metadata pertaining to creation and last modification of the resource.
    void
    Validates the instance.

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PrivateLinkResourceInner

      public PrivateLinkResourceInner()
      Creates an instance of PrivateLinkResourceInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • 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.
    • requiredZoneNames

      public List<String> requiredZoneNames()
      Get the requiredZoneNames property: The private link resource required zone names.
      Returns:
      the requiredZoneNames value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.