Class HybridConnectionKeyInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.HybridConnectionKeyInner

public final class HybridConnectionKeyInner extends ProxyOnlyResource
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
  • Constructor Details

    • HybridConnectionKeyInner

      public HybridConnectionKeyInner()
  • Method Details

    • withKind

      public HybridConnectionKeyInner withKind(String kind)
      Set the kind property: Kind of resource.
      Overrides:
      withKind in class ProxyOnlyResource
      Parameters:
      kind - the kind value to set.
      Returns:
      the ProxyOnlyResource object itself.
    • sendKeyName

      public String sendKeyName()
      Get the sendKeyName property: The name of the send key.
      Returns:
      the sendKeyName value.
    • sendKeyValue

      public String sendKeyValue()
      Get the sendKeyValue property: The value of the send key.
      Returns:
      the sendKeyValue value.
    • validate

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