Class ConnectionSharedKeyInner


  • public final class ConnectionSharedKeyInner
    extends com.azure.core.management.SubResource
    Response for GetConnectionSharedKey API service call.
    • Constructor Detail

      • ConnectionSharedKeyInner

        public ConnectionSharedKeyInner()
    • Method Detail

      • value

        public String value()
        Get the value property: The virtual network connection shared key value.
        Returns:
        the value value.
      • withValue

        public ConnectionSharedKeyInner withValue​(String value)
        Set the value property: The virtual network connection shared key value.
        Parameters:
        value - the value value to set.
        Returns:
        the ConnectionSharedKeyInner object itself.
      • validate

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