Class AadConnectivityStateAutoGenerated

java.lang.Object
com.azure.resourcemanager.security.models.AadConnectivityStateAutoGenerated

public class AadConnectivityStateAutoGenerated extends Object
Describes an Azure resource with kind.
  • Constructor Details

    • AadConnectivityStateAutoGenerated

      public AadConnectivityStateAutoGenerated()
  • Method Details

    • connectivityState

      public AadConnectivityState connectivityState()
      Get the connectivityState property: The connectivity state of the external AAD solution.
      Returns:
      the connectivityState value.
    • withConnectivityState

      public AadConnectivityStateAutoGenerated withConnectivityState(AadConnectivityState connectivityState)
      Set the connectivityState property: The connectivity state of the external AAD solution.
      Parameters:
      connectivityState - the connectivityState value to set.
      Returns:
      the AadConnectivityStateAutoGenerated object itself.
    • validate

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