Class CustomLocationPropertiesAuthentication

java.lang.Object
com.azure.resourcemanager.extendedlocation.models.CustomLocationPropertiesAuthentication

public final class CustomLocationPropertiesAuthentication extends Object
This is optional input that contains the authentication that should be used to generate the namespace.
  • Constructor Details

    • CustomLocationPropertiesAuthentication

      public CustomLocationPropertiesAuthentication()
  • Method Details

    • type

      public String type()
      Get the type property: The type of the Custom Locations authentication.
      Returns:
      the type value.
    • withType

      Set the type property: The type of the Custom Locations authentication.
      Parameters:
      type - the type value to set.
      Returns:
      the CustomLocationPropertiesAuthentication object itself.
    • value

      public String value()
      Get the value property: The kubeconfig value.
      Returns:
      the value value.
    • withValue

      Set the value property: The kubeconfig value.
      Parameters:
      value - the value value to set.
      Returns:
      the CustomLocationPropertiesAuthentication object itself.
    • validate

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