Class ServerCommunicationLinkInner


  • public class ServerCommunicationLinkInner
    extends com.azure.core.management.ProxyResource
    Server communication link.
    • Constructor Detail

      • ServerCommunicationLinkInner

        public ServerCommunicationLinkInner()
    • Method Detail

      • location

        public String location()
        Get the location property: Communication link location.
        Returns:
        the location value.
      • kind

        public String kind()
        Get the kind property: Communication link kind. This property is used for Azure Portal metadata.
        Returns:
        the kind value.
      • state

        public String state()
        Get the state property: The state.
        Returns:
        the state value.
      • partnerServer

        public String partnerServer()
        Get the partnerServer property: The name of the partner server.
        Returns:
        the partnerServer value.
      • withPartnerServer

        public ServerCommunicationLinkInner withPartnerServer​(String partnerServer)
        Set the partnerServer property: The name of the partner server.
        Parameters:
        partnerServer - the partnerServer value to set.
        Returns:
        the ServerCommunicationLinkInner object itself.
      • validate

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