Class ServiceProvider

java.lang.Object
com.azure.resourcemanager.botservice.models.ServiceProvider

public final class ServiceProvider extends Object
Service Provider Definition.
  • Constructor Details

    • ServiceProvider

      public ServiceProvider()
  • Method Details

    • properties

      public ServiceProviderProperties properties()
      Get the properties property: The Properties of a Service Provider Object.
      Returns:
      the properties value.
    • withProperties

      public ServiceProvider withProperties(ServiceProviderProperties properties)
      Set the properties property: The Properties of a Service Provider Object.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ServiceProvider object itself.
    • validate

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